Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2021-09-21T06:37:09.544Z||main|||||INFO|500||The following profiles are active: basic
2021-09-21T06:37:34.038Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-21T06:37:34.039Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-21T06:37:34.316Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-21T06:37:41.760Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-21T06:37:42.499Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-21T06:37:43.274Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-21T06:37:43.284Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-21T06:37:43.463Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-21T06:37:43.820Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-21T06:37:45.437Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-21T06:37:52.497Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-21T06:37:55.381Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-21T06:37:55.459Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-21T06:37:56.532Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-21T06:37:56.840Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-21T06:37:58.446Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-21T06:37:59.769Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-21T06:37:59.801Z||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$$3d37c175.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-21T06:37:59.802Z||main|||||WARN|500||The sdc end point is not alive
2021-09-21T06:38:03.674Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-21T06:38:07.137Z||main|||||WARN|500||---
2021-09-21T06:38:07.137Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-21T06:38:07.137Z||main|||||WARN|500||---
2021-09-21T06:38:07.822Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-21T06:38:13.255Z||main|||||INFO|500||Started Application in 69.599 seconds (JVM running for 79.335)
2021-09-21T06:38:13.318Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-21T06:38:13.331Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-21T06:38:13.368Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-21T06:38:13.407Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-21T06:38:13.470Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 00ce05b1-81b1-4a73-affd-6754ed17c00e url= /sdc/v1/artifactTypes
2021-09-21T06:38:13.471Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-21T06:38:13.839Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-21T06:38:13.886Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-21T06:38:13.920Z||scheduling-1|||||DEBUG|500||create keys
2021-09-21T06:38:13.929Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-21T06:38:13.993Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:38:14.036Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fd24c2ee-c323-43d5-91b4-d59c2bf4f597 url= /sdc/v1/registerForDistribution
2021-09-21T06:38:14.259Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fd24c2ee-c323-43d5-91b4-d59c2bf4f597 url= /sdc/v1/registerForDistribution
2021-09-21T06:38:14.259Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-21T06:38:14.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:38:14.284Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:38:14.284Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:38:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:38:14.289Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:38:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:38:14.295Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-21T06:38:24.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:38:24.594Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:39:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:39:14.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:39:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:39:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:39:14.289Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:39:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:39:23.865Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:39:23.871Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:40:14.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:40:14.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:40:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:40:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:40:14.288Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:40:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:40:23.839Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:40:23.839Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:41:14.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:41:14.273Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:41:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:41:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:41:14.294Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:41:14.294Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:41:23.878Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:41:23.878Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:42:14.269Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:42:14.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:42:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:42:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:42:14.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:42:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:42:23.841Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:42:23.841Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:43:14.269Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:43:14.273Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:43:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:43:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:43:14.289Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:43:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:43:23.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:43:23.878Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:44:14.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:44:14.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:44:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:44:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:44:14.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:44:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:44:23.859Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:44:23.874Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:45:14.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:45:14.275Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:45:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:45:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:45:14.294Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:45:14.294Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:45:23.851Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:45:23.873Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:46:14.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:46:14.274Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:46:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:46:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:46:14.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:46:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:46:23.874Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:46:23.875Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:46:53.911Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-21T06:47:14.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:47:14.275Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:47:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:47:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:47:14.289Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:47:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:47:23.860Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:47:23.870Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:48:14.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:48:14.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:48:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:48:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:48:14.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:48:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:48:23.867Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:48:23.880Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:49:14.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:49:14.274Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:49:14.274Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:49:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:49:14.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:49:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:49:23.860Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:49:23.867Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:50:14.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:50:14.275Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:50:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:50:14.288Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:50:14.289Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:50:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:50:23.860Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:50:23.859Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:51:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:51:14.273Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:51:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:51:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:51:14.289Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:51:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:51:23.854Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:51:23.854Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:52:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:52:14.275Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:52:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:52:14.287Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:52:14.288Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:52:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:52:23.850Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:52:23.855Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:53:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:53:14.272Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:53:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:53:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:53:14.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:53:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:53:23.868Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:53:23.871Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:54:14.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:54:14.273Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:54:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:54:14.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:54:14.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:54:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:54:23.847Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:54:23.866Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:55:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:55:14.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:55:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:55:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:55:14.290Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:55:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:55:23.835Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:55:23.880Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:56:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:56:14.277Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:56:14.278Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:56:14.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:56:14.290Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:56:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:56:23.850Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:56:23.868Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:57:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:57:14.272Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:57:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:57:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:57:14.289Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:57:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:57:23.856Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:57:23.858Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:58:14.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:58:14.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:58:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:58:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:58:14.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:58:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:58:23.826Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:58:23.858Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:59:14.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:59:14.273Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:59:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:59:14.291Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:59:14.296Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:59:14.297Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:59:23.858Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T06:59:23.896Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:00:14.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:00:14.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:00:14.269Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:00:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:00:14.289Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:00:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:00:23.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:00:23.898Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:01:14.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:01:14.269Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:01:14.269Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:01:14.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:01:14.290Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:01:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:01:23.866Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:01:23.873Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:02:14.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:02:14.269Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:02:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:02:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:02:14.288Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:02:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:02:23.821Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:02:23.880Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:03:14.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:03:14.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:03:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:03:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:03:14.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:03:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:03:23.852Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:03:23.854Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:04:14.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:04:14.274Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:04:14.274Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:04:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:04:14.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:04:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:04:23.849Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:04:23.860Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:05:14.268Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:05:14.274Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:05:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:05:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:05:14.288Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:05:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:05:23.866Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:05:23.875Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:06:14.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:06:14.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:06:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:06:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:06:14.288Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:06:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:06:23.840Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:06:23.840Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:07:14.268Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:07:14.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:07:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:07:14.287Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:07:14.288Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:07:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:07:23.826Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:07:23.844Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:08:14.268Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:08:14.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:08:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:08:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:08:14.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:08:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:08:23.870Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:08:23.906Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:09:14.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:09:14.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:09:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:09:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:09:14.289Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:09:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:09:23.837Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:09:23.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:10:14.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:10:14.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:10:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:10:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:10:14.288Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:10:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:10:23.836Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:10:23.897Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:11:14.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:11:14.269Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:11:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:11:14.287Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:11:14.288Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:11:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:11:23.855Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:11:23.855Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:12:14.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:12:14.273Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:12:14.274Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:12:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:12:14.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:12:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:12:23.895Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:12:23.896Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:13:14.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:13:14.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:13:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:13:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:13:14.289Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:13:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:13:23.857Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:13:23.886Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:14:14.268Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:14:14.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:14:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:14:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:14:14.289Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:14:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:14:23.836Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:14:23.882Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:15:14.268Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:15:14.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:15:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:15:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:15:14.288Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:15:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:15:23.838Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:15:23.838Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:16:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:16:14.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:16:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:16:14.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:16:14.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:16:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:16:23.859Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:16:23.859Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:17:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:17:14.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:17:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:17:14.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:17:14.294Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:17:14.294Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:17:23.871Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:17:23.873Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:18:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:18:14.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:18:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:18:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:18:14.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:18:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:18:23.861Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:18:23.864Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:19:14.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:19:14.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:19:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:19:14.287Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:19:14.288Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:19:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:19:23.869Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:19:23.891Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:20:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:20:14.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:20:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:20:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:20:14.289Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:20:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:20:23.843Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:20:23.863Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:21:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:21:14.272Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:21:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:21:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:21:14.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:21:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:21:23.879Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:21:23.880Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:22:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:22:14.272Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:22:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:22:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:22:14.288Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:22:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:22:23.823Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:22:23.851Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:23:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:23:14.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:23:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:23:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:23:14.288Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:23:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:23:23.853Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:23:23.862Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:24:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:24:14.273Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:24:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:24:14.287Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:24:14.288Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:24:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:24:23.848Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:24:23.891Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:25:14.274Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:25:14.277Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:25:14.277Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:25:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:25:14.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:25:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:25:23.854Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:25:23.855Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:26:14.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:26:14.277Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:26:14.278Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:26:14.288Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:26:14.289Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:26:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:26:23.843Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:26:23.845Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:27:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:27:14.272Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:27:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:27:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:27:14.288Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:27:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:27:23.823Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:27:23.875Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:28:14.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:28:14.282Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:28:14.282Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:28:14.287Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:28:14.288Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:28:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:28:23.843Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:28:23.846Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:29:14.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:29:14.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:29:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:29:14.288Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:29:14.289Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:29:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:29:23.829Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:29:23.855Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:30:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:30:14.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:30:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:30:14.288Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:30:14.290Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:30:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:30:23.856Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:30:23.857Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:31:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:31:14.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:31:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:31:14.288Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:31:14.289Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:31:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:31:23.823Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:31:23.865Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:32:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:32:14.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:32:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:32:14.287Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:32:14.288Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:32:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:32:23.831Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:32:23.877Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:33:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:33:14.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:33:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:33:14.287Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:33:14.288Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:33:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:33:23.873Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:33:23.874Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:34:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:34:14.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:34:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:34:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:34:14.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:34:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:34:23.865Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:34:23.868Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:35:14.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:35:14.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:35:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:35:14.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:35:14.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:35:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:35:23.842Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:35:23.896Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:36:14.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:36:14.273Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:36:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:36:14.289Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:36:14.290Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:36:14.291Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:36:23.893Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:36:23.895Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:37:14.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:37:14.273Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:37:14.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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:37:14.287Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:37:14.288Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:37:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:37:23.826Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:37:23.831Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:38:14.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:38:14.277Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:38:14.277Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:38:14.293Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:38:14.294Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:38:14.294Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:38:23.851Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:38:23.854Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:39:14.268Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:39:14.273Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:39:14.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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:39:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:39:14.289Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:39:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:39:23.842Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:39:23.842Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:40:14.268Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:40:14.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-09-21T07:40:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:40:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:40:14.288Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:40:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:40:23.857Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:40:23.857Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:41:14.268Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:41:14.271Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:41:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:41:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:41:14.288Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:41:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:41:23.829Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:41:23.862Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:42:14.268Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:42:14.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-09-21T07:42:14.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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:42:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:42:14.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:42:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:42:23.844Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:42:23.847Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:43:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:43:14.274Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:43:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:43:14.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:43:14.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:43:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:43:23.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:43:23.858Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:44:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:44:14.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:44:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:44:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:44:14.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:44:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:44:23.832Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:44:23.835Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:45:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:45:14.275Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:45:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:45:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:45:14.288Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:45:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:45:23.852Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:45:23.855Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:46:14.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:46:14.279Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:46:14.280Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:46:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:46:14.289Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:46:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:46:23.901Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:46:23.902Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:47:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:47:14.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:47:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:47:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:47:14.288Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:47:14.291Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:47:23.842Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:47:23.845Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:48:14.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:48:14.273Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:48:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:48:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:48:14.289Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:48:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:48:23.837Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:48:23.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:49:14.268Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:49:14.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:49:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:49:14.288Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:49:14.288Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:49:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:49:23.830Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:49:23.898Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:50:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:50:14.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:50:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:50:14.288Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:50:14.288Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:50:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:50:23.828Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:50:23.846Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:51:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:51:14.269Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:51:14.269Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:51:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:51:14.289Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:51:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:51:23.825Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:51:23.889Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:52:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:52:14.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:52:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:52:14.289Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:52:14.290Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:52:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:52:23.850Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:52:23.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:53:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:53:14.269Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:53:14.269Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:53:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:53:14.289Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:53:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:53:23.862Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:53:23.864Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:54:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:54:14.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:54:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:54:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:54:14.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:54:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:54:23.843Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:54:23.850Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:55:14.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:55:14.275Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:55:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:55:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:55:14.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:55:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:55:23.855Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:55:23.855Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:56:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:56:14.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:56:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:56:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:56:14.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:56:14.287Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:56:23.829Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:56:23.850Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:57:14.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:57:14.276Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:57:14.276Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T07:57:14.287Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:57:14.288Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:57:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:57:23.848Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:57:23.849Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:58:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:58:14.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:58:14.271Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T07:58:14.288Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:58:14.289Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:58:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:58:23.841Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:58:23.868Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:59:14.269Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:59:14.274Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:59:14.274Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T07:59:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:59:14.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T07:59:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:59:23.852Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T07:59:23.852Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:00:14.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:00:14.284Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:00:14.285Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:00:14.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:00:14.289Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:00:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:00:23.846Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:00:23.849Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:01:14.268Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:01:14.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:01:14.272Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:01:14.290Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:01:14.290Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:01:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:01:23.851Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:01:23.851Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:02:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:02:14.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:02:14.270Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:02:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:02:14.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:02:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:02:23.841Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:02:23.841Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:03:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:03:14.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:03:14.273Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:03:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:03:14.288Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:03:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:03:23.855Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:03:23.872Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:04:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:04:14.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:04:14.272Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:04:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:04:14.289Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:04:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:04:23.839Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:04:23.850Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:05:14.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:05:14.273Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:05:14.273Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:05:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:05:14.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:05:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:05:23.885Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:05:23.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:06:14.268Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:06:14.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:06:14.270Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:06:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:06:14.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:06:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:06:23.826Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:06:23.883Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:07:14.271Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:07:14.273Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:07:14.273Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:07:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:07:14.288Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:07:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:07:23.863Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:07:23.863Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:08:14.268Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:08:14.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:08:14.270Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:08:14.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:08:14.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:08:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:08:23.841Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:08:23.841Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:09:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:09:14.269Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:09:14.269Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:09:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:09:14.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:09:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:09:23.843Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:09:23.847Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:10:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:10:14.269Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:10:14.269Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:10:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:10:14.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:10:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:10:23.848Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:10:23.877Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:11:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:11:14.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:11:14.270Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:11:14.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:11:14.290Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:11:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:11:23.828Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:11:23.859Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:12:14.268Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:12:14.273Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:12:14.274Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:12:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:12:14.289Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:12:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:12:23.827Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:12:23.851Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:13:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:13:14.269Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:13:14.270Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:13:14.288Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:13:14.289Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:13:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:13:23.844Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:13:23.858Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:14:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:14:14.271Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:14:14.271Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:14:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:14:14.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:14:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:14:23.829Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:14:23.845Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:15:14.268Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:15:14.271Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:15:14.271Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:15:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:15:14.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:15:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:15:23.854Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:15:23.857Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:16:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:16:14.271Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:16:14.271Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:16:14.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:16:14.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:16:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:16:23.852Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:16:23.854Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:17:14.273Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:17:14.276Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:17:14.277Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:17:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:17:14.288Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:17:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:17:23.863Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:17:23.873Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:18:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:18:14.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:18:14.273Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:18:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:18:14.288Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:18:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:18:23.852Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:18:23.866Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:19:14.269Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:19:14.274Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:19:14.275Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:19:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:19:14.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:19:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:19:23.838Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:19:23.848Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:20:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:20:14.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:20:14.269Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:20:14.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:20:14.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:20:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:20:23.840Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:20:23.854Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:21:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:21:14.271Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:21:14.271Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:21:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:21:14.288Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:21:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:21:23.847Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:21:23.870Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:22:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:22:14.269Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:22:14.269Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:22:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:22:14.288Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:22:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:22:23.848Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:22:23.851Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:23:14.269Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:23:14.271Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:23:14.271Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:23:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:23:14.289Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:23:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:23:23.833Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:23:23.863Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:24:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:24:14.271Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:24:14.271Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:24:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:24:14.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:24:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:24:23.851Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:24:23.851Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:25:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:25:14.271Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:25:14.271Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:14.288Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:25:14.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:25:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:14.925Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:25:14.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"4a01c171-d5be-4377-a29f-02a36771b1b2","serviceName":"vFW 2021-09-21 08-22-29","serviceVersion":"1.0","serviceUUID":"c0c5186e-a864-45ed-a421-36cfc8c292aa","serviceDescription":"catalog service description","serviceInvariantUUID":"5cb51f74-48e1-424c-9397-8fa5e4c4feb3","resources":[{"resourceInstanceName":"vFW 79f8f2a4-2835 0","resourceName":"vFW 79f8f2a4-2835","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0e86eaf2-f968-4c38-afa2-e9d19a01e501","resourceInvariantUUID":"b5e2c122-7b2b-4d4e-9af5-07bc7457eae8","resourceCustomizationUUID":"003072ab-b905-4c2d-a453-54d92bcb5847","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml","artifactChecksum":"N2ZmNmJkNTVmMjQxZmJiZGJmYTgwOTJkMjE5ZmNhMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9cb18e4-1088-4c47-8737-7379b6f5908d","artifactVersion":"1"},{"artifactName":"vfw79f8f2a428350_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json","artifactChecksum":"N2MxMzMzNjQ2ZTZmYjM0MzkzMmRhY2EzNTMyYjJjNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"214b2956-4ac1-4a99-8654-3cae290e932f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c70921dc-9886-48f7-992f-a1f7957327ba","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml","artifactChecksum":"MmM2ZmMzMzZlNDI0OWUyM2FhNDg3NTJiMTliY2FmNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e40e8dac-8695-4c2b-8e53-eef8e70ebcd1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e7ce985b-0653-469b-8f48-6da3474ce945","artifactVersion":"2","generatedFromUUID":"c70921dc-9886-48f7-992f-a1f7957327ba"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210921082229-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml","artifactChecksum":"YjRkZmZjMDhjM2QwMGFkYjZmNzYxNmI3YThiYjQxYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97ce506c-68f4-4c45-9a1c-e65486d3f728","artifactVersion":"1"},{"artifactName":"service-Vfw20210921082229-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar","artifactChecksum":"YTBlMTE2YzkxNGU2MDYwZmUyZGRkNjBjODVlYmRkNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"efb1b8c7-3229-4504-9b19-e6bb84b07131","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-21T08:25:14.929Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:25:14.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "cds",
  "timestamp": 1632212686351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.946Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:25:14.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632212693655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632212687097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "cds",
  "timestamp": 1632212686351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632212693655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.968Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:14.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632212687097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:25:14.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "cds",
  "timestamp": 1632212686351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632212693655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632212687097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:25:14.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "cds",
  "timestamp": 1632212686351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632212693655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632212687097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "cds",
  "timestamp": 1632212686351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632212693655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632212687097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-21T08:25:14.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "cds",
  "timestamp": 1632212686351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632212693655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632212687097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "aai-ml",
  "timestamp": 1632212700728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "cds",
  "timestamp": 1632212686351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:25:14.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632212693655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632212687097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:25:14.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "aai-ml",
  "timestamp": 1632212700728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "policy-id",
  "timestamp": 1632212702207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632212702470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "aai-ml",
  "timestamp": 1632212700728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "cds",
  "timestamp": 1632212703714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:25:14.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:25:14.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632212703711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:25:14.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:25:14.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "policy-id",
  "timestamp": 1632212702207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632212702470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "dcae-sch",
  "timestamp": 1632212703682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "aai-ml",
  "timestamp": 1632212700728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:14.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "cds",
  "timestamp": 1632212704744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-09-21T08:25:14.995Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:14.995Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212714267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.095Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2021-09-21T08:25:15.108Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:25:15.108Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:15.124Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:25:15.126Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:25:15.334Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4a01c171-d5be-4377-a29f-02a36771b1b2
2021-09-21T08:25:15.359Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a01c171-d5be-4377-a29f-02a36771b1b2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:25:15.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "policy-id",
  "timestamp": 1632212702207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:25:15.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632212702470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "dcae-sch",
  "timestamp": 1632212703682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "aai-ml",
  "timestamp": 1632212700728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632212705798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:25:15.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:25:15.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "clamp",
  "timestamp": 1632212705134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "policy-id",
  "timestamp": 1632212702207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632212702470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "dcae-sch",
  "timestamp": 1632212703682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "aai-ml",
  "timestamp": 1632212700728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "clamp",
  "timestamp": 1632212705134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:25:15.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "policy-id",
  "timestamp": 1632212702207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632212702470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "dcae-sch",
  "timestamp": 1632212703682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "aai-ml",
  "timestamp": 1632212700728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:25:15.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632212707777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:25:15.402Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:25:15.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "clamp",
  "timestamp": 1632212705134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "policy-id",
  "timestamp": 1632212702207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632212702470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "dcae-sch",
  "timestamp": 1632212703682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "clamp",
  "timestamp": 1632212705134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.405Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "policy-id",
  "timestamp": 1632212702207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:25:15.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632212702470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:25:15.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "dcae-sch",
  "timestamp": 1632212703682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632212709436,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:25:15.433Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a01c171-d5be-4377-a29f-02a36771b1b2
2021-09-21T08:25:15.433Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a01c171-d5be-4377-a29f-02a36771b1b2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:25:15.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "aai-ml",
  "timestamp": 1632212709803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:25:15.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:25:15.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "clamp",
  "timestamp": 1632212705134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "dcae-sch",
  "timestamp": 1632212703682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632212710446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:25:15.446Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:25:15.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "policy-id",
  "timestamp": 1632212710607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:25:15.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:25:15.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "clamp",
  "timestamp": 1632212705134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632212711012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:25:15.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:25:15.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "policy-id",
  "timestamp": 1632212711617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:25:15.450Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:25:15.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "clamp",
  "timestamp": 1632212705134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:25:15.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:25:15.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "policy-id",
  "timestamp": 1632212712622,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:25:15.457Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a01c171-d5be-4377-a29f-02a36771b1b2
2021-09-21T08:25:15.457Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a01c171-d5be-4377-a29f-02a36771b1b2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-21T08:25:16.011Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:25:16.012Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:16.014Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:16.014Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212714267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:25:16.114Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:25:16.115Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:25:16.116Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:16.129Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:25:16.131Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:25:17.015Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:25:17.017Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:17.019Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:17.020Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212714267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:25:17.120Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:25:17.121Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:25:17.121Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:17.133Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:25:17.134Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:18.020Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:25:18.021Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:18.023Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:18.023Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212714267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:18.124Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:25:18.125Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:25:18.125Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:18.135Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:25:18.136Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:19.024Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:25:19.025Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:19.027Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:19.027Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212714267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-21T08:25:19.127Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:25:19.128Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:25:19.128Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:19.150Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:25:19.159Z||pool-7-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:20.028Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:25:20.029Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:20.031Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:20.031Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212714267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:25:20.131Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:25:20.132Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:25:20.133Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:20.144Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:25:20.145Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:21.031Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:25:21.034Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:21.036Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:21.037Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212714267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:25:21.137Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:25:21.138Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:25:21.138Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:21.161Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:25:21.161Z||pool-9-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:25:22.039Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "serviceName": "vFW 2021-09-21 08-22-29",
  "serviceVersion": "1.0",
  "serviceUUID": "c0c5186e-a864-45ed-a421-36cfc8c292aa",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5cb51f74-48e1-424c-9397-8fa5e4c4feb3",
  "resources": [
    {
      "resourceInstanceName": "vFW 79f8f2a4-2835 0",
      "resourceCustomizationUUID": "003072ab-b905-4c2d-a453-54d92bcb5847",
      "resourceName": "vFW 79f8f2a4-2835",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0e86eaf2-f968-4c38-afa2-e9d19a01e501",
      "resourceInvariantUUID": "b5e2c122-7b2b-4d4e-9af5-07bc7457eae8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw79f8f2a428350_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
          "artifactChecksum": "N2MxMzMzNjQ2ZTZmYjM0MzkzMmRhY2EzNTMyYjJjNmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "214b2956-4ac1-4a99-8654-3cae290e932f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c70921dc-9886-48f7-992f-a1f7957327ba",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e7ce985b-0653-469b-8f48-6da3474ce945",
            "generatedFromUUID": "c70921dc-9886-48f7-992f-a1f7957327ba"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e7ce985b-0653-469b-8f48-6da3474ce945",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210921082229-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
      "artifactChecksum": "YTBlMTE2YzkxNGU2MDYwZmUyZGRkNjBjODVlYmRkNGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "efb1b8c7-3229-4504-9b19-e6bb84b07131"
    }
  ],
  "workloadContext": "Production"
}
2021-09-21T08:25:22.040Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-21T08:25:22.040Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c0c5186e-a864-45ed-a421-36cfc8c292aa ASDC
2021-09-21T08:25:22.174Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:4a01c171-d5be-4377-a29f-02a36771b1b2
ServiceName:vFW 2021-09-21 08-22-29
ServiceVersion:1.0
ServiceUUID:c0c5186e-a864-45ed-a421-36cfc8c292aa
ServiceInvariantUUID:5cb51f74-48e1-424c-9397-8fa5e4c4feb3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210921082229-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar
ArtifactUUID:efb1b8c7-3229-4504-9b19-e6bb84b07131
ArtifactChecksum:YTBlMTE2YzkxNGU2MDYwZmUyZGRkNjBjODVlYmRkNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 79f8f2a4-2835 0
ResourceCustomizationUUID:003072ab-b905-4c2d-a453-54d92bcb5847
ResourceInvariantUUID:b5e2c122-7b2b-4d4e-9af5-07bc7457eae8
ResourceName:vFW 79f8f2a4-2835
ResourceType:VF
ResourceUUID:0e86eaf2-f968-4c38-afa2-e9d19a01e501
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw79f8f2a428350_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json
ArtifactUUID:214b2956-4ac1-4a99-8654-3cae290e932f
ArtifactChecksum:N2MxMzMzNjQ2ZTZmYjM0MzkzMmRhY2EzNTMyYjJjNmU=
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/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml
ArtifactUUID:c70921dc-9886-48f7-992f-a1f7957327ba
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/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env
ArtifactUUID:e7ce985b-0653-469b-8f48-6da3474ce945
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/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env
ArtifactUUID:e7ce985b-0653-469b-8f48-6da3474ce945
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-21T08:25:22.175Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0c5186e-a864-45ed-a421-36cfc8c292aa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T08:25:22.230Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:25:22.232Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-21T08:25:22.233Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-21T08:25:22.233Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: efb1b8c7-3229-4504-9b19-e6bb84b07131 from URL: /sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:22.234Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-21T08:25:22.236Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:23.078Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-21T08:25:23.098Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar efb1b8c7-3229-4504-9b19-e6bb84b07131 98739
2021-09-21T08:25:23.100Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar ASDC sendASDCNotification
2021-09-21T08:25:23.100Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:23.103Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:25:23.104Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:23.106Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:23.106Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212723099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:25:23.206Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:25:23.207Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:25:23.208Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:23.221Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:25:23.222Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:24.107Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:25:24.109Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-21T08:25:24.110Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: efb1b8c7-3229-4504-9b19-e6bb84b07131, URL: /sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar to file: /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:24.111Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210921082229-csar.csar
2021-09-21T08:25:24.439Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:24.440Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:25.224Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10826747454928166863/Definitions/service-Vfw20210921082229-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-09-21T08:25:28.035Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-21T08:25:28.040Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-21T08:25:28.040Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-21T08:25:28.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||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-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||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-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||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-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.042Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.042Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 79f8f2a4-2835 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-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.042Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.071Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.071Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.071Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.072Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-21T08:25:28.084Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:28.085Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:28.090Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:28.091Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-21T08:25:28.092Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:25:28.094Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:28.094Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:28.095Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:28.095Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-21T08:25:28.095Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:25:28.095Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:28.095Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:28.099Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:28.099Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is not matching search criteria
2021-09-21T08:25:28.099Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T08:25:28.100Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T08:25:28.100Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-21T08:25:28.100Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:28.100Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.100Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-21T08:25:28.100Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.101Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-21T08:25:28.101Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-21T08:25:28.101Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.101Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:28.101Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-21T08:25:28.101Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:28.102Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-21T08:25:28.102Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.102Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-21T08:25:28.102Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:28.102Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T08:25:28.104Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:28.104Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:28.104Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:25:28.105Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:28.105Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:28.105Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:25:28.105Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:28.105Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:28.106Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:25:28.106Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:28.106Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is not matching search criteria
2021-09-21T08:25:28.106Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T08:25:28.106Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T08:25:28.107Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-21T08:25:28.107Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-21T08:25:28.107Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-21T08:25:28.107Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.107Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:28.107Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-21T08:25:28.108Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:28.108Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-21T08:25:28.108Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.108Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b008a091-5f42-4a8a-be79-0964e7f650ad
2021-09-21T08:25:28.108Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:28.109Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is not matching search criteria
2021-09-21T08:25:28.109Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T08:25:28.109Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T08:25:28.109Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-21T08:25:28.109Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:28.109Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.110Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-21T08:25:28.110Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.110Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-21T08:25:28.110Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-21T08:25:28.110Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:28.111Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-21T08:25:28.111Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.111Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d377a86b-c34a-452b-bd79-d9572d9f355d
2021-09-21T08:25:28.111Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:28.111Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is not matching search criteria
2021-09-21T08:25:28.112Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T08:25:28.112Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T08:25:28.112Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-21T08:25:28.112Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:28.112Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.112Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-21T08:25:28.113Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.113Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-21T08:25:28.113Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-21T08:25:28.113Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.113Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:28.113Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-21T08:25:28.114Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e2c7dc54-57f9-4c0a-8bc9-39bb4d755da7
2021-09-21T08:25:28.114Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:28.114Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:28.114Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:28.114Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:28.115Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:28.115Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:28.115Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:28.115Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:28.115Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-21 08-22-29
Description:catalog service description
Model UUID:c0c5186e-a864-45ed-a421-36cfc8c292aa
Model Version:NULL
Model InvariantUuid:5cb51f74-48e1-424c-9397-8fa5e4c4feb3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 79f8f2a4-2835
Model UUID:a0d29793-8ae0-4ac8-8ab6-95ed647382eb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b5e2c122-7b2b-4d4e-9af5-07bc7457eae8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:003072ab-b905-4c2d-a453-54d92bcb5847
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8c7a077c-9865-4f64-b877-7b6956655c27
ModelName:Vfw79f8f2a42835..base_vfw..module-0
ModelUuid:9b90d14c-5151-4e3b-9ea5-304616ef518b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b008a091-5f42-4a8a-be79-0964e7f650ad
ModelInvariantUuid:086723df-94fa-4ca4-9788-9561f12ad040
ModelName:vFW 79f8f2a4-2835-nodes.vfwCvfc
ModelUuid:7613eb56-135e-40d5-aef3-fa780577bf7d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f9c695ec-55e9-4ed1-af88-dcacf9098622
ModelInvariantUuid:15c5ec98-49f4-47e6-aee7-4906ed1432ab
ModelName:Vfw79f8f2a42835.compute.nodes.heat.vfw
ModelUuid:0ec9a3e0-4839-4462-af4a-c43c04d2971b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d377a86b-c34a-452b-bd79-d9572d9f355d
ModelInvariantUuid:ed9ff7a3-fb44-471d-a48a-be0a24bd8af6
ModelName:vFW 79f8f2a4-2835-nodes.vsnCvfc
ModelUuid:6117fc4b-4de3-4535-bce4-311a9c3a861e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:62a618e5-594d-4a0a-89d3-d066038f21ed
ModelInvariantUuid:280301d4-1105-4e1b-af22-371537736ec4
ModelName:Vfw79f8f2a42835.compute.nodes.heat.vsn
ModelUuid:b95dfb66-8f09-4043-b38a-d3f64d2f55f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e2c7dc54-57f9-4c0a-8bc9-39bb4d755da7
ModelInvariantUuid:b2daa430-5693-49ab-96be-6d8993a07acf
ModelName:vFW 79f8f2a4-2835-nodes.vpgCvfc
ModelUuid:62e44955-4c83-441f-b74a-7d2a4d01cfc1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0da2eca0-f168-4a69-8242-0bea3fdd77ad
ModelInvariantUuid:619e8e86-cb32-4a30-b99d-ec535937d5b5
ModelName:Vfw79f8f2a42835.compute.nodes.heat.vpg
ModelUuid:df3752e7-36d8-4083-a2ba-e29cf093c341
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-21T08:25:28.126Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0e86eaf2-f968-4c38-afa2-e9d19a01e501
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:25:28.341Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||vFW 79f8f2a4-2835 0
2021-09-21T08:25:28.349Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0e86eaf2-f968-4c38-afa2-e9d19a01e501
2021-09-21T08:25:28.349Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 214b2956-4ac1-4a99-8654-3cae290e932f from URL: /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json
2021-09-21T08:25:28.350Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-21T08:25:28.350Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json
2021-09-21T08:25:29.149Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-21T08:25:29.150Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json 214b2956-4ac1-4a99-8654-3cae290e932f 785
2021-09-21T08:25:29.150Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json ASDC sendASDCNotification
2021-09-21T08:25:29.150Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json
2021-09-21T08:25:29.150Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:25:29.151Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:29.160Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:29.160Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212729150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:25:29.258Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-21T08:25:29.259Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:25:29.259Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:29.272Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:25:29.273Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:30.165Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw79f8f2a42835..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8c7a077c-9865-4f64-b877-7b6956655c27",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9b90d14c-5151-4e3b-9ea5-304616ef518b",
    "vfModuleModelCustomizationUUID": "a417c0ff-e858-4922-b9c7-93f5dc4f8b20",
    "isBase": true,
    "artifacts": [
      "c70921dc-9886-48f7-992f-a1f7957327ba",
      "e7ce985b-0653-469b-8f48-6da3474ce945"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-21T08:25:30.199Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw79f8f2a42835..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b90d14c-5151-4e3b-9ea5-304616ef518b
VfModuleModelInvariantUUID:8c7a077c-9865-4f64-b877-7b6956655c27
VfModuleModelDescription:NULL
Artifacts UUID List:{
c70921dc-9886-48f7-992f-a1f7957327ba
,
e7ce985b-0653-469b-8f48-6da3474ce945

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-21T08:25:30.202Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw79f8f2a42835..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8c7a077c-9865-4f64-b877-7b6956655c27",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9b90d14c-5151-4e3b-9ea5-304616ef518b",
    "vfModuleModelCustomizationUUID": "a417c0ff-e858-4922-b9c7-93f5dc4f8b20",
    "isBase": true,
    "artifacts": [
      "c70921dc-9886-48f7-992f-a1f7957327ba",
      "e7ce985b-0653-469b-8f48-6da3474ce945"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-21T08:25:30.202Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw79f8f2a42835..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b90d14c-5151-4e3b-9ea5-304616ef518b
VfModuleModelInvariantUUID:8c7a077c-9865-4f64-b877-7b6956655c27
VfModuleModelDescription:NULL
Artifacts UUID List:{
c70921dc-9886-48f7-992f-a1f7957327ba
,
e7ce985b-0653-469b-8f48-6da3474ce945

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-21T08:25:30.202Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c70921dc-9886-48f7-992f-a1f7957327ba from URL: /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml
2021-09-21T08:25:30.203Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-21T08:25:30.203Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml
2021-09-21T08:25:30.759Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-21T08:25:30.761Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml c70921dc-9886-48f7-992f-a1f7957327ba 20368
2021-09-21T08:25:30.761Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-21T08:25:30.761Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml
2021-09-21T08:25:30.761Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:25:30.761Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:30.764Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:30.764Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212730761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:25:30.868Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-21T08:25:30.869Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:25:30.870Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:30.884Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:25:30.884Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:25:31.765Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e7ce985b-0653-469b-8f48-6da3474ce945 from URL: /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env
2021-09-21T08:25:31.765Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-21T08:25:31.766Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env
2021-09-21T08:25:32.472Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-21T08:25:32.475Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env e7ce985b-0653-469b-8f48-6da3474ce945 2098
2021-09-21T08:25:32.476Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-21T08:25:32.476Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env
2021-09-21T08:25:32.476Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:25:32.479Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:32.485Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:32.486Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212732476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:25:32.587Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:25:32.589Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:25:32.590Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:32.608Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:25:32.609Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:33.487Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c0c5186e-a864-45ed-a421-36cfc8c292aa
2021-09-21T08:25:33.488Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 79f8f2a4-2835 0 0e86eaf2-f968-4c38-afa2-e9d19a01e501 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:25:33.543Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10dd31d9, org.onap.sdc.toscaparser.api.parameters.Input@33108937, org.onap.sdc.toscaparser.api.parameters.Input@7e51fa7c, org.onap.sdc.toscaparser.api.parameters.Input@77bc767c, org.onap.sdc.toscaparser.api.parameters.Input@e96d2ab]
2021-09-21T08:25:33.549Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:33.549Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:33.549Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-21T08:25:33.549Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 003072ab-b905-4c2d-a453-54d92bcb5847
2021-09-21T08:25:33.550Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 003072ab-b905-4c2d-a453-54d92bcb5847 matches Tosca VF Customization UUID: 003072ab-b905-4c2d-a453-54d92bcb5847
2021-09-21T08:25:33.550Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 003072ab-b905-4c2d-a453-54d92bcb5847  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-21T08:25:33.558Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:33.559Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:33.560Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 003072ab-b905-4c2d-a453-54d92bcb5847: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-21T08:25:33.560Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70439e5c
2021-09-21T08:25:33.561Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:33.561Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T08:25:33.561Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a417c0ff-e858-4922-b9c7-93f5dc4f8b20
2021-09-21T08:25:33.563Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a417c0ff-e858-4922-b9c7-93f5dc4f8b20
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-21T08:25:33.569Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:33.569Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:33.570Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:25:33.570Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:33.571Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:33.571Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:25:33.571Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:33.571Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is not matching search criteria
2021-09-21T08:25:33.571Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T08:25:33.572Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T08:25:33.572Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-21T08:25:33.572Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-21T08:25:33.572Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-21T08:25:33.572Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:33.573Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:33.573Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-21T08:25:33.573Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:33.573Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-21T08:25:33.573Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:33.573Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b008a091-5f42-4a8a-be79-0964e7f650ad
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-21T08:25:33.584Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:33.584Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:33.584Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:25:33.584Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:33.584Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is not matching search criteria
2021-09-21T08:25:33.585Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T08:25:33.585Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T08:25:33.585Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-21T08:25:33.585Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:33.585Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:33.586Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-21T08:25:33.586Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:33.586Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-21T08:25:33.586Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-21T08:25:33.586Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:33.587Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-21T08:25:33.587Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:33.587Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d377a86b-c34a-452b-bd79-d9572d9f355d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-21T08:25:33.589Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:33.589Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:33.589Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:25:33.593Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:33.593Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is not matching search criteria
2021-09-21T08:25:33.593Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T08:25:33.593Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T08:25:33.593Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-21T08:25:33.594Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:33.594Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:33.594Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-21T08:25:33.594Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:33.594Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-21T08:25:33.594Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-21T08:25:33.595Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:33.595Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:33.595Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-21T08:25:33.595Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e2c7dc54-57f9-4c0a-8bc9-39bb4d755da7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-21T08:25:33.597Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:33.597Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:33.597Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:25:33.598Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:33.598Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:33.598Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0] matching following query criteria: sdcType=VF, customizationUUID=003072ab-b905-4c2d-a453-54d92bcb5847
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:25:33.600Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:33.600Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:33.601Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c0c5186e-a864-45ed-a421-36cfc8c292aa: vFW 79f8f2a4-2835
2021-09-21T08:25:33.601Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:33.601Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:33.601Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:33.601Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:33.601Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:33.602Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:33.602Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:33.602Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:33.602Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:25:33.603Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:33.603Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-09-21 08-22-29 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:25:33.889Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 79f8f2a4-2835 0e86eaf2-f968-4c38-afa2-e9d19a01e501 1 ASDC deployResourceStructure
2021-09-21T08:25:33.890Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json ASDC sendASDCNotification
2021-09-21T08:25:33.890Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json
2021-09-21T08:25:33.891Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:25:33.891Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:33.895Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:33.895Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212733890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:25:33.995Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:25:33.996Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:25:33.997Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:34.027Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:25:34.027Z||pool-14-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:25:34.896Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-21T08:25:34.897Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml
2021-09-21T08:25:34.897Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:25:34.898Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:34.901Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:34.901Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212734896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-21T08:25:35.001Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:25:35.002Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:25:35.002Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:35.015Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:25:35.015Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:35.903Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-21T08:25:35.903Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env
2021-09-21T08:25:35.904Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:25:35.904Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:35.907Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:35.907Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212735902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-21T08:25:36.007Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:25:36.009Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:25:36.009Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:36.024Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:25:36.025Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:36.908Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar ASDC sendASDCNotification
2021-09-21T08:25:36.908Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:36.908Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:25:36.909Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:36.911Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:36.913Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212736908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:25:37.012Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:25:37.013Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:25:37.014Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:37.024Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:25:37.025Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:37.914Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:25:37.944Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:25:37.947Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:25:37.947Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:25:37.947Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:26:07.948Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:26:07.965Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:26:07.971Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:26:07.971Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:26:07.971Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:26:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:26:14.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:26:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:26:14.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:26:14.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:26:14.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212714267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:26:14.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:26:37.972Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:26:37.991Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:26:37.994Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:26:37.994Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:26:37.995Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:27:07.995Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:27:08.012Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:27:08.014Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:27:08.015Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:27:08.015Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:27:14.288Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:27:14.290Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:27:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:27:14.824Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:27:14.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212714267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:27:14.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:27:14.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212714267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:27:14.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:27:14.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632212717032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:27:14.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212714267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:27:14.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:27:14.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632212718046,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:27:14.838Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4a01c171-d5be-4377-a29f-02a36771b1b2
2021-09-21T08:27:14.839Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a01c171-d5be-4377-a29f-02a36771b1b2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:27:14.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212714267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-21T08:27:14.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:27:14.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "clamp",
  "timestamp": 1632212719297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:27:14.851Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212714267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:27:14.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:27:14.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "clamp",
  "timestamp": 1632212720397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:27:14.853Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212714267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:27:14.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:27:14.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "clamp",
  "timestamp": 1632212721402,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:27:14.859Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4a01c171-d5be-4377-a29f-02a36771b1b2
2021-09-21T08:27:14.860Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a01c171-d5be-4377-a29f-02a36771b1b2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:27:14.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212723099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:27:14.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "aai-ml",
  "timestamp": 1632212728267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:27:14.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212729150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:27:14.874Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "aai-ml",
  "timestamp": 1632212729273,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:27:14.881Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4a01c171-d5be-4377-a29f-02a36771b1b2
2021-09-21T08:27:14.881Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a01c171-d5be-4377-a29f-02a36771b1b2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:27:14.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212730761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:27:14.891Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212732476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:27:14.891Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212733890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:27:14.892Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212734896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-21T08:27:14.893Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212735902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-21T08:27:14.893Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212736908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:27:14.895Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:38.015Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:27:38.037Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:27:38.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:27:38.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-21T08:27:38.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-21T08:27:38.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-21T08:27:38.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:27:38.042Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:27:38.042Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:27:38.042Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:27:38.042Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:27:38.042Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:27:38.042Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:27:38.049Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-21T08:28:08.053Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-21T08:28:08.079Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4a01c171-d5be-4377-a29f-02a36771b1b2 and serviceModelVersionId: c0c5186e-a864-45ed-a421-36cfc8c292aa
2021-09-21T08:28:08.080Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5cb51f74-48e1-424c-9397-8fa5e4c4feb3
2021-09-21T08:28:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:28:14.289Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:28:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:28:23.924Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:28:27.688Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5cb51f74-48e1-424c-9397-8fa5e4c4feb3/model-vers/model-ver/c0c5186e-a864-45ed-a421-36cfc8c292aa?depth=0
2021-09-21T08:28:27.824Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-21T08:28:28.439Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cb51f74-48e1-424c-9397-8fa5e4c4feb3/model-vers/model-ver/c0c5186e-a864-45ed-a421-36cfc8c292aa?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-21T08:28:28.449Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cb51f74-48e1-424c-9397-8fa5e4c4feb3/model-vers/model-ver/c0c5186e-a864-45ed-a421-36cfc8c292aa?depth=0|INFO|500||Invoke
2021-09-21T08:28:28.609Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cb51f74-48e1-424c-9397-8fa5e4c4feb3/model-vers/model-ver/c0c5186e-a864-45ed-a421-36cfc8c292aa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-21T08:28:29.007Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cb51f74-48e1-424c-9397-8fa5e4c4feb3/model-vers/model-ver/c0c5186e-a864-45ed-a421-36cfc8c292aa?depth=0|INFO|500||InvokeReturn
2021-09-21T08:28:29.008Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cb51f74-48e1-424c-9397-8fa5e4c4feb3/model-vers/model-ver/c0c5186e-a864-45ed-a421-36cfc8c292aa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210921-08:28:28:628-16056], vertex-id=[135200], Content-Length=[0], Date=[Tue, 21 Sep 2021 08:28:28 GMT], Content-Type=[application/json]}
2021-09-21T08:28:29.008Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-21T08:28:29.013Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-21T08:28:29.014Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:28:29.021Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-21T08:28:29.022Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4a01c171-d5be-4377-a29f-02a36771b1b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-21T08:28:29.023Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-21T08:28:29.024Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:28:29.026Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:28:29.027Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212909022,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:28:29.127Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:28:29.128Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:28:29.128Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:28:29.142Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:28:29.143Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T08:28:30.044Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:28:30.045Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:28:30.045Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:28:40.308Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:28:40.310Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:28:40.311Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:28:40.312Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:28:49.904Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:28:49.905Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:28:49.906Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:28:49.906Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:28:59.492Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:29:14.267Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:29:14.269Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:29:14.269Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:29:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:29:14.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:29:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:29:14.913Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:29:14.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:29:14.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632212909022,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:29:14.916Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:29:23.827Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:30:14.282Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:30:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:30:14.289Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:30:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:14.295Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:30:14.295Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:14.435Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:30:14.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632213007097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "cds",
  "timestamp": 1632213001350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "clamp",
  "timestamp": 1632213005134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "aai-ml",
  "timestamp": 1632213000728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632213002470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "policy-id",
  "timestamp": 1632213002208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "dcae-sch",
  "timestamp": 1632213003681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632213007097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:30:14.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "cds",
  "timestamp": 1632213001350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "clamp",
  "timestamp": 1632213005134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:30:14.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "aai-ml",
  "timestamp": 1632213000728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632213002470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "policy-id",
  "timestamp": 1632213002208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "dcae-sch",
  "timestamp": 1632213003681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632213007097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:30:14.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "cds",
  "timestamp": 1632213001350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "clamp",
  "timestamp": 1632213005134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "aai-ml",
  "timestamp": 1632213000728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632213002470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "policy-id",
  "timestamp": 1632213002208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:30:14.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "dcae-sch",
  "timestamp": 1632213003681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "clamp",
  "timestamp": 1632213005134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632213007097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "aai-ml",
  "timestamp": 1632213000728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "cds",
  "timestamp": 1632213001350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632213002470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "policy-id",
  "timestamp": 1632213002208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "dcae-sch",
  "timestamp": 1632213003681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "clamp",
  "timestamp": 1632213005134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632213007097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-21T08:30:14.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "aai-ml",
  "timestamp": 1632213000728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "cds",
  "timestamp": 1632213001350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632213002470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "policy-id",
  "timestamp": 1632213002208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "dcae-sch",
  "timestamp": 1632213003681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "clamp",
  "timestamp": 1632213005134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632213007097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "cds",
  "timestamp": 1632213001350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "aai-ml",
  "timestamp": 1632213000728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632213002470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "policy-id",
  "timestamp": 1632213002208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "dcae-sch",
  "timestamp": 1632213003681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:30:14.928Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:30:14.933Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.933Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"13225d9b-d57c-4f0f-ae90-f398e3f86f8a","serviceName":"basic_onboard_Sggqco","serviceVersion":"1.0","serviceUUID":"3be09d08-eb4f-431c-9faf-51276e7e982d","serviceDescription":"service","serviceInvariantUUID":"191821c9-a8b7-4f97-900a-8d7b700807c8","resources":[{"resourceInstanceName":"basic_onboard_Sggqco 0","resourceName":"basic_onboard_Sggqco","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"65ae2df5-3545-4163-b6b8-e962d442b52e","resourceInvariantUUID":"fbb06fb0-d9f7-4fb3-88f0-1e3bb04c6aa0","resourceCustomizationUUID":"e5dd37fc-5ec0-49f8-93d1-9da8ddde747a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml","artifactChecksum":"ZWE2MTc2ZTdiZWFiNGM5MDFiOGM5Y2YwMDRlZTA1NWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b404ca14-d6d1-43c7-baf8-bb248d0a6e30","artifactVersion":"1"},{"artifactName":"basic_onboard_sggqco0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json","artifactChecksum":"N2YzYTQyNGEwNmQ2ZTgxZTAwOWViNDEwYWYwZmMxMDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b69f382-db4e-4ad7-bf1d-4403196ca4a3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"945e1200-ceac-4145-a35c-74732fb0535a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d7b4ef1-fe22-4efa-b9af-9370a957054f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1a89ee52-cb93-4708-af65-4622c84fb3f8","artifactVersion":"2","generatedFromUUID":"945e1200-ceac-4145-a35c-74732fb0535a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSggqco-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml","artifactChecksum":"ZWU0MDQ0MjhhMzlmMzdhNDNkNmU0MjQ0OWY2ZWNkZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"61868539-4afe-4d6a-8e70-bd7fba37412e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSggqco-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar","artifactChecksum":"ZGNiYzIxOWRjNzhiNzEwZmQxNTllYmNjODhjMTJlYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b998516a-89c7-4386-a159-06d73551f3c4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-21T08:30:14.938Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:30:14.939Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:14.947Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:14.947Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213014281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:15.054Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-09-21T08:30:15.056Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:30:15.056Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:15.069Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:30:15.070Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:30:15.948Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:30:15.949Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:15.952Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:15.952Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213014281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:30:16.053Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:30:16.054Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:30:16.054Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:16.072Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:30:16.074Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:30:16.953Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:30:16.954Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:16.956Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:16.956Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213014281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:30:17.056Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:30:17.057Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:30:17.057Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:17.079Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:30:17.080Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:17.957Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:30:17.958Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:17.960Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:17.960Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213014281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:18.063Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-21T08:30:18.064Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:30:18.064Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:18.078Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:30:18.079Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:18.962Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:30:18.963Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:18.966Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:18.966Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213014281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-21T08:30:19.066Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:30:19.067Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:30:19.067Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:19.077Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:30:19.080Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:19.966Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:30:19.967Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:19.970Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:19.970Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213014281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:30:20.070Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-21T08:30:20.071Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:30:20.071Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:20.082Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:30:20.083Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:20.974Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:30:20.974Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:20.977Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:20.977Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213014281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:30:21.077Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:30:21.078Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:30:21.079Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:21.101Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:30:21.103Z||pool-25-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:21.979Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "serviceName": "basic_onboard_Sggqco",
  "serviceVersion": "1.0",
  "serviceUUID": "3be09d08-eb4f-431c-9faf-51276e7e982d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "191821c9-a8b7-4f97-900a-8d7b700807c8",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_Sggqco 0",
      "resourceCustomizationUUID": "e5dd37fc-5ec0-49f8-93d1-9da8ddde747a",
      "resourceName": "basic_onboard_Sggqco",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "65ae2df5-3545-4163-b6b8-e962d442b52e",
      "resourceInvariantUUID": "fbb06fb0-d9f7-4fb3-88f0-1e3bb04c6aa0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_sggqco0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
          "artifactChecksum": "N2YzYTQyNGEwNmQ2ZTgxZTAwOWViNDEwYWYwZmMxMDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0b69f382-db4e-4ad7-bf1d-4403196ca4a3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "945e1200-ceac-4145-a35c-74732fb0535a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1a89ee52-cb93-4708-af65-4622c84fb3f8",
            "generatedFromUUID": "945e1200-ceac-4145-a35c-74732fb0535a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1a89ee52-cb93-4708-af65-4622c84fb3f8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardSggqco-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
      "artifactChecksum": "ZGNiYzIxOWRjNzhiNzEwZmQxNTllYmNjODhjMTJlYzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b998516a-89c7-4386-a159-06d73551f3c4"
    }
  ],
  "workloadContext": "Production"
}
2021-09-21T08:30:21.979Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-21T08:30:21.979Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3be09d08-eb4f-431c-9faf-51276e7e982d ASDC
2021-09-21T08:30:21.980Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:13225d9b-d57c-4f0f-ae90-f398e3f86f8a
ServiceName:basic_onboard_Sggqco
ServiceVersion:1.0
ServiceUUID:3be09d08-eb4f-431c-9faf-51276e7e982d
ServiceInvariantUUID:191821c9-a8b7-4f97-900a-8d7b700807c8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSggqco-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar
ArtifactUUID:b998516a-89c7-4386-a159-06d73551f3c4
ArtifactChecksum:ZGNiYzIxOWRjNzhiNzEwZmQxNTllYmNjODhjMTJlYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_Sggqco 0
ResourceCustomizationUUID:e5dd37fc-5ec0-49f8-93d1-9da8ddde747a
ResourceInvariantUUID:fbb06fb0-d9f7-4fb3-88f0-1e3bb04c6aa0
ResourceName:basic_onboard_Sggqco
ResourceType:VF
ResourceUUID:65ae2df5-3545-4163-b6b8-e962d442b52e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_sggqco0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json
ArtifactUUID:0b69f382-db4e-4ad7-bf1d-4403196ca4a3
ArtifactChecksum:N2YzYTQyNGEwNmQ2ZTgxZTAwOWViNDEwYWYwZmMxMDI=
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/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml
ArtifactUUID:945e1200-ceac-4145-a35c-74732fb0535a
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/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env
ArtifactUUID:1a89ee52-cb93-4708-af65-4622c84fb3f8
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/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env
ArtifactUUID:1a89ee52-cb93-4708-af65-4622c84fb3f8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-21T08:30:21.980Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3be09d08-eb4f-431c-9faf-51276e7e982d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:30:22.022Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:30:22.024Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-21T08:30:22.024Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-21T08:30:22.025Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b998516a-89c7-4386-a159-06d73551f3c4 from URL: /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:22.025Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-21T08:30:22.026Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:22.591Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-21T08:30:22.596Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar b998516a-89c7-4386-a159-06d73551f3c4 71351
2021-09-21T08:30:22.596Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar ASDC sendASDCNotification
2021-09-21T08:30:22.596Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:22.596Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:30:22.597Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:22.600Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:22.600Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213022596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:30:22.700Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:30:22.701Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:30:22.701Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:22.712Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:30:22.713Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:23.600Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:30:23.601Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-21T08:30:23.602Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b998516a-89c7-4386-a159-06d73551f3c4, URL: /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar to file: /app/ASDC/1/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:23.603Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:23.603Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:23.604Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:24.150Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12376255930132079492/Definitions/service-BasicOnboardSggqco-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-21T08:30:25.450Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-21T08:30:25.451Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-21T08:30:25.451Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.451Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-21T08:30:25.451Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.451Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.452Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.452Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.452Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.452Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.452Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.452Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Sggqco 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-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.452Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.453Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-21T08:30:25.453Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:25.453Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:25.453Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is matching search criteria
2021-09-21T08:30:25.454Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-21T08:30:25.455Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Sggqco 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:30:25.455Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:25.456Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:25.456Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is matching search criteria
2021-09-21T08:30:25.456Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-21T08:30:25.456Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Sggqco 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:30:25.457Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:25.457Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:25.457Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:25.458Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is not matching search criteria
2021-09-21T08:30:25.458Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-21T08:30:25.458Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-21T08:30:25.458Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-21T08:30:25.459Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-21T08:30:25.459Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-21T08:30:25.459Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:25.459Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T08:30:25.459Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:25.460Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is matching search criteria
2021-09-21T08:30:25.460Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Sggqco 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:30:25.461Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:25.461Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is matching search criteria
2021-09-21T08:30:25.461Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Sggqco 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:30:25.461Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:25.462Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is matching search criteria
2021-09-21T08:30:25.462Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Sggqco 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:30:25.462Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:25.462Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is not matching search criteria
2021-09-21T08:30:25.463Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-21T08:30:25.463Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-21T08:30:25.463Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=62605f54-b05b-4e2b-8e89-893aca6edb8b
2021-09-21T08:30:25.463Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:25.464Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:25.464Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:25.464Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:25.464Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:25.465Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:25.465Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:25.465Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:25.465Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_Sggqco
Description:service
Model UUID:3be09d08-eb4f-431c-9faf-51276e7e982d
Model Version:NULL
Model InvariantUuid:191821c9-a8b7-4f97-900a-8d7b700807c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_Sggqco
Model UUID:d3090deb-51a0-4e23-bd3b-05413876da9a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fbb06fb0-d9f7-4fb3-88f0-1e3bb04c6aa0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e5dd37fc-5ec0-49f8-93d1-9da8ddde747a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5c38f5e8-89c6-432a-a9f0-a860d6b4398e
ModelName:BasicOnboardSggqco..base_ubuntu18..module-0
ModelUuid:e925e64a-14b8-47ec-990a-98500054ca3f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:62605f54-b05b-4e2b-8e89-893aca6edb8b
ModelInvariantUuid:fac5bf89-a183-4aab-8a08-8baf5afb34c4
ModelName:basic_onboard_Sggqco-nodes.ubuntu18Cvfc
ModelUuid:a2928ffa-60d9-4eb2-8fc7-fa70f06dfb88
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:67c42f2a-8600-46d2-a4cd-3496b0048e0a
ModelInvariantUuid:848fbfde-ba98-4cd4-a25d-c113fc47476d
ModelName:BasicOnboardSggqco.compute.nodes.heat.ubuntu18
ModelUuid:d099fb8c-70b8-4544-8383-ea0f7f6caef4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-21T08:30:25.471Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 65ae2df5-3545-4163-b6b8-e962d442b52e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:30:25.482Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||basic_onboard_Sggqco 0
2021-09-21T08:30:25.482Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 65ae2df5-3545-4163-b6b8-e962d442b52e
2021-09-21T08:30:25.483Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0b69f382-db4e-4ad7-bf1d-4403196ca4a3 from URL: /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json
2021-09-21T08:30:25.483Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-21T08:30:25.483Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json
2021-09-21T08:30:26.381Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-21T08:30:26.381Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json 0b69f382-db4e-4ad7-bf1d-4403196ca4a3 798
2021-09-21T08:30:26.382Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json ASDC sendASDCNotification
2021-09-21T08:30:26.382Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json
2021-09-21T08:30:26.382Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:30:26.382Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:26.384Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:26.384Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213026382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:30:26.484Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:30:26.485Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:30:26.486Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:26.504Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:30:26.505Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:27.385Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSggqco..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "5c38f5e8-89c6-432a-a9f0-a860d6b4398e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e925e64a-14b8-47ec-990a-98500054ca3f",
    "vfModuleModelCustomizationUUID": "8651402f-ebfd-4322-bcec-dadb491fe206",
    "isBase": true,
    "artifacts": [
      "945e1200-ceac-4145-a35c-74732fb0535a",
      "1a89ee52-cb93-4708-af65-4622c84fb3f8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-21T08:30:27.392Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSggqco..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e925e64a-14b8-47ec-990a-98500054ca3f
VfModuleModelInvariantUUID:5c38f5e8-89c6-432a-a9f0-a860d6b4398e
VfModuleModelDescription:NULL
Artifacts UUID List:{
945e1200-ceac-4145-a35c-74732fb0535a
,
1a89ee52-cb93-4708-af65-4622c84fb3f8

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-21T08:30:27.394Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSggqco..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "5c38f5e8-89c6-432a-a9f0-a860d6b4398e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e925e64a-14b8-47ec-990a-98500054ca3f",
    "vfModuleModelCustomizationUUID": "8651402f-ebfd-4322-bcec-dadb491fe206",
    "isBase": true,
    "artifacts": [
      "945e1200-ceac-4145-a35c-74732fb0535a",
      "1a89ee52-cb93-4708-af65-4622c84fb3f8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-21T08:30:27.395Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSggqco..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e925e64a-14b8-47ec-990a-98500054ca3f
VfModuleModelInvariantUUID:5c38f5e8-89c6-432a-a9f0-a860d6b4398e
VfModuleModelDescription:NULL
Artifacts UUID List:{
945e1200-ceac-4145-a35c-74732fb0535a
,
1a89ee52-cb93-4708-af65-4622c84fb3f8

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-21T08:30:27.395Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 945e1200-ceac-4145-a35c-74732fb0535a from URL: /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml
2021-09-21T08:30:27.395Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-21T08:30:27.396Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml
2021-09-21T08:30:28.470Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-21T08:30:28.471Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml 945e1200-ceac-4145-a35c-74732fb0535a 5033
2021-09-21T08:30:28.471Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-21T08:30:28.471Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml
2021-09-21T08:30:28.471Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:30:28.472Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:28.492Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:28.493Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213028471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:30:28.589Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-21T08:30:28.590Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:30:28.590Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:28.600Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:30:28.600Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:29.493Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1a89ee52-cb93-4708-af65-4622c84fb3f8 from URL: /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env
2021-09-21T08:30:29.494Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-21T08:30:29.495Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env
2021-09-21T08:30:30.464Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-21T08:30:30.465Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env 1a89ee52-cb93-4708-af65-4622c84fb3f8 909
2021-09-21T08:30:30.465Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-21T08:30:30.465Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env
2021-09-21T08:30:30.465Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:30:30.466Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:30.468Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:30.468Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213030465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:30:30.569Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-21T08:30:30.570Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:30:30.570Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:30.586Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:30:30.586Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:31.469Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3be09d08-eb4f-431c-9faf-51276e7e982d
2021-09-21T08:30:31.469Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Sggqco 0 65ae2df5-3545-4163-b6b8-e962d442b52e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:30:31.484Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31ebce85, org.onap.sdc.toscaparser.api.parameters.Input@524c75fc, org.onap.sdc.toscaparser.api.parameters.Input@62584ee8, org.onap.sdc.toscaparser.api.parameters.Input@7fb275e, org.onap.sdc.toscaparser.api.parameters.Input@680b5ec2]
2021-09-21T08:30:31.486Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:31.487Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:31.487Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-21T08:30:31.488Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e5dd37fc-5ec0-49f8-93d1-9da8ddde747a
2021-09-21T08:30:31.488Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e5dd37fc-5ec0-49f8-93d1-9da8ddde747a matches Tosca VF Customization UUID: e5dd37fc-5ec0-49f8-93d1-9da8ddde747a
2021-09-21T08:30:31.488Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e5dd37fc-5ec0-49f8-93d1-9da8ddde747a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-21T08:30:31.492Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:31.492Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:31.493Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e5dd37fc-5ec0-49f8-93d1-9da8ddde747a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-21T08:30:31.494Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27c916c4
2021-09-21T08:30:31.494Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:31.494Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T08:30:31.495Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8651402f-ebfd-4322-bcec-dadb491fe206
2021-09-21T08:30:31.495Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8651402f-ebfd-4322-bcec-dadb491fe206
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-21T08:30:31.497Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:31.498Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is matching search criteria
2021-09-21T08:30:31.498Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Sggqco 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:30:31.499Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:31.499Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is matching search criteria
2021-09-21T08:30:31.499Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Sggqco 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:30:31.500Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:31.500Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is not matching search criteria
2021-09-21T08:30:31.501Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-21T08:30:31.501Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-21T08:30:31.502Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=62605f54-b05b-4e2b-8e89-893aca6edb8b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-21T08:30:31.504Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:31.504Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is matching search criteria
2021-09-21T08:30:31.504Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Sggqco 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:30:31.505Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:31.505Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is matching search criteria
2021-09-21T08:30:31.506Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Sggqco 0] matching following query criteria: sdcType=VF, customizationUUID=e5dd37fc-5ec0-49f8-93d1-9da8ddde747a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:30:31.507Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:31.507Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:31.508Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3be09d08-eb4f-431c-9faf-51276e7e982d: basic_onboard_Sggqco
2021-09-21T08:30:31.508Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:31.509Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:31.509Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:31.509Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:31.510Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:31.510Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:31.510Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:31.511Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:31.511Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:30:31.512Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:31.512Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_Sggqco 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:30:31.594Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Sggqco 65ae2df5-3545-4163-b6b8-e962d442b52e 1 ASDC deployResourceStructure
2021-09-21T08:30:31.595Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json ASDC sendASDCNotification
2021-09-21T08:30:31.596Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json
2021-09-21T08:30:31.596Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:30:31.597Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:31.599Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:31.599Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213031595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:30:31.699Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:30:31.701Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:30:31.702Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:31.715Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:30:31.716Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:32.603Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-21T08:30:32.603Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml
2021-09-21T08:30:32.604Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:30:32.604Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:32.607Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:32.607Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213032601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-21T08:30:32.707Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:30:32.708Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:30:32.708Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:32.724Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:30:32.724Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:30:33.609Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-21T08:30:33.610Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env
2021-09-21T08:30:33.610Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:30:33.611Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:33.613Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:33.614Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213033608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-21T08:30:33.714Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:30:33.715Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:30:33.715Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:33.726Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:30:33.727Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:34.615Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar ASDC sendASDCNotification
2021-09-21T08:30:34.615Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:34.616Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:30:34.617Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:34.619Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:34.619Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213034614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:30:34.719Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:30:34.720Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:30:34.720Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:34.731Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:30:34.731Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:35.620Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:30:35.639Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:30:35.642Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:30:35.642Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:30:35.642Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:31:05.643Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:31:05.664Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:31:05.666Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:31:05.666Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:31:05.667Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:31:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:31:14.291Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:31:14.291Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:31:14.317Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:31:14.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T08:31:14.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632213013655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:31:14.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:31:35.668Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:31:35.683Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:31:35.689Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:31:35.689Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:31:35.689Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:32:05.690Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:32:05.709Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:32:05.713Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:32:05.713Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:32:05.714Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:32:14.288Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:32:14.291Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:32:14.291Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:32:14.341Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:32:14.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T08:32:14.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "aai-ml",
  "timestamp": 1632213000728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:32:14.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:32:35.714Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:32:35.729Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:32:35.731Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:32:35.731Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:32:35.731Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:33:05.732Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:33:05.751Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:33:05.760Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:33:05.760Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:33:05.760Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:33:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:33:14.291Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:33:14.291Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:33:14.835Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:33:14.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "clamp",
  "timestamp": 1632213005134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:33:14.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632213007097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:33:14.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "cds",
  "timestamp": 1632213001350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:33:14.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632213002470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:33:14.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "policy-id",
  "timestamp": 1632213002208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:33:14.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "dcae-sch",
  "timestamp": 1632213003681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213014281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632213013655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213014281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632213013655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "aai-ml",
  "timestamp": 1632213016507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "cds",
  "timestamp": 1632213016533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632213016611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632213016624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "policy-id",
  "timestamp": 1632213016599,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213014281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:33:14.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632213013655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "cds",
  "timestamp": 1632213017539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:33:14.860Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
2021-09-21T08:33:14.860Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13225d9b-d57c-4f0f-ae90-f398e3f86f8a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:33:14.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "policy-id",
  "timestamp": 1632213017624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:33:14.877Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213014281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632213018203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.878Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632213013655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "policy-id",
  "timestamp": 1632213018627,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:33:14.885Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
2021-09-21T08:33:14.886Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13225d9b-d57c-4f0f-ae90-f398e3f86f8a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:33:14.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213014281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-21T08:33:14.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632213013655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632213019468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:33:14.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632213019689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213014281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632213013655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "clamp",
  "timestamp": 1632213020348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.907Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632213020476,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:33:14.914Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
2021-09-21T08:33:14.914Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13225d9b-d57c-4f0f-ae90-f398e3f86f8a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:33:14.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632213020717,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:33:14.934Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
2021-09-21T08:33:14.934Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13225d9b-d57c-4f0f-ae90-f398e3f86f8a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-21T08:33:14.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213014281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:33:14.945Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:33:14.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "clamp",
  "timestamp": 1632213021384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:33:14.946Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632213021721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:33:14.947Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "clamp",
  "timestamp": 1632213022389,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:33:14.954Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
2021-09-21T08:33:14.954Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13225d9b-d57c-4f0f-ae90-f398e3f86f8a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:33:14.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213022596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "aai-ml",
  "timestamp": 1632213026377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:33:14.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213026382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "aai-ml",
  "timestamp": 1632213027381,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:33:14.974Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
2021-09-21T08:33:14.975Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13225d9b-d57c-4f0f-ae90-f398e3f86f8a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:33:14.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213028471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.985Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213030465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213031595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:33:14.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213032601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-21T08:33:14.988Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213033608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-21T08:33:14.989Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213034614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:33:14.990Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:35.761Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:33:35.778Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:33:35.781Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:33:35.781Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-21T08:33:35.781Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-21T08:33:35.781Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-21T08:33:35.781Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:33:35.781Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:33:35.781Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:33:35.782Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:33:35.782Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:33:35.782Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:33:35.782Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:33:35.788Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-21T08:34:05.789Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-21T08:34:05.803Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a and serviceModelVersionId: 3be09d08-eb4f-431c-9faf-51276e7e982d
2021-09-21T08:34:05.803Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 191821c9-a8b7-4f97-900a-8d7b700807c8
2021-09-21T08:34:05.808Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/191821c9-a8b7-4f97-900a-8d7b700807c8/model-vers/model-ver/3be09d08-eb4f-431c-9faf-51276e7e982d?depth=0
2021-09-21T08:34:05.818Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-21T08:34:05.897Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/191821c9-a8b7-4f97-900a-8d7b700807c8/model-vers/model-ver/3be09d08-eb4f-431c-9faf-51276e7e982d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-21T08:34:05.899Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/191821c9-a8b7-4f97-900a-8d7b700807c8/model-vers/model-ver/3be09d08-eb4f-431c-9faf-51276e7e982d?depth=0|INFO|500||Invoke
2021-09-21T08:34:05.975Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/191821c9-a8b7-4f97-900a-8d7b700807c8/model-vers/model-ver/3be09d08-eb4f-431c-9faf-51276e7e982d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-21T08:34:06.358Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/191821c9-a8b7-4f97-900a-8d7b700807c8/model-vers/model-ver/3be09d08-eb4f-431c-9faf-51276e7e982d?depth=0|INFO|500||InvokeReturn
2021-09-21T08:34:06.359Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/191821c9-a8b7-4f97-900a-8d7b700807c8/model-vers/model-ver/3be09d08-eb4f-431c-9faf-51276e7e982d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210921-08:34:06:003-7706], vertex-id=[401624], Content-Length=[0], Date=[Tue, 21 Sep 2021 08:34:06 GMT], Content-Type=[application/json]}
2021-09-21T08:34:06.364Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-21T08:34:06.365Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-21T08:34:06.365Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:34:06.370Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-21T08:34:06.370Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13225d9b-d57c-4f0f-ae90-f398e3f86f8a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-21T08:34:06.371Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-21T08:34:06.371Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:34:06.374Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:34:06.375Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213246370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:34:06.475Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:34:06.476Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:34:06.476Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:34:06.504Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:34:06.505Z||pool-34-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T08:34:07.393Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:34:07.394Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:34:07.394Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:34:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:34:14.289Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:34:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:34:14.939Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:34:14.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T08:34:14.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213246370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:34:14.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:34:17.660Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:34:17.662Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:34:17.662Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:34:17.662Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:34:27.273Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:34:27.275Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:34:27.275Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:34:27.276Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:34:36.849Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:34:36.850Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:34:36.850Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:34:36.851Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:34:46.415Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:35:14.268Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:35:14.273Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:35:14.274Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:35:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:35:14.288Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:35:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:35:23.817Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:35:23.851Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:36:14.272Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:36:14.274Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:36:14.274Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:36:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:36:14.288Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:36:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:36:23.838Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:36:23.899Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:37:14.274Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:37:14.280Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:37:14.281Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:37:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:37:14.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:37:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:37:23.854Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:37:23.885Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:38:14.267Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:38:14.270Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:38:14.270Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:38:14.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:38:14.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:38:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:38:23.858Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:38:23.856Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:39:14.267Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:39:14.272Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:39:14.272Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:39:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:39:14.289Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:39:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:39:23.876Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:39:23.877Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:40:14.267Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:40:14.271Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:40:14.271Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:40:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:40:14.288Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:40:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:40:23.856Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:40:23.858Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:41:14.267Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:41:14.270Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:41:14.271Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:41:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:41:14.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:41:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:41:23.821Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:41:23.846Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:42:14.267Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:42:14.270Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:42:14.270Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:42:14.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:42:14.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:42:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:42:23.854Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:42:23.854Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:43:14.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:43:14.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:43:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:43:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:43:14.289Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:43:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:43:23.843Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:43:23.843Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:44:14.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:44:14.269Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:44:14.269Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:44:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:44:14.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:44:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:44:23.844Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:44:23.853Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:45:14.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:45:14.269Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:45:14.269Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:45:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:45:14.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:45:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:45:14.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:45:14.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3db994e6-7613-4491-ab85-77cc7e44a51f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7e915d70-dfe4-4f2c-835b-2719c59481fe","serviceDescription":"service","serviceInvariantUUID":"ec749101-eaef-4111-b130-bea9271f5016","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e78702d4-2d88-40a3-974b-4e18f4122cc7","resourceInvariantUUID":"e6b7b692-2438-47b1-b083-8b2ba430c02f","resourceCustomizationUUID":"749e9463-8bd1-4ba2-a1df-68cb00eecd51","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":"MmY2ZWVkZjI5Nzc4MTBlNDY0NmEzYTJkZjA0YjBkZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0017d4a6-e00e-4259-a82a-f8cf7abce66a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmU2YTg0ZTNlZTQyNmMxZjkyOGM0M2M2MmE0NmViZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"699a4733-ee6a-4dc9-b44d-87eeb1253b20","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-21T08:45:14.914Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:45:14.914Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:45:14.915Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:45:14.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "clamp",
  "timestamp": 1632213875136,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:45:14.918Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:45:14.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.919Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213914267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "cds",
  "timestamp": 1632213871350,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:45:14.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632213873655,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:45:14.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "aai-ml",
  "timestamp": 1632213870728,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:45:14.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632213872470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:45:14.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "cds",
  "timestamp": 1632213871350,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:45:14.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:45:14.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "clamp",
  "timestamp": 1632213875136,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:45:14.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:45:14.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632213873655,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:45:14.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "aai-ml",
  "timestamp": 1632213870728,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:45:14.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:45:14.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632213872470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:45:14.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:45:14.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "cds",
  "timestamp": 1632213881508,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:45:14.925Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:45:14.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "aai-ml",
  "timestamp": 1632213881587,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:45:14.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:45:14.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632213881687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:45:14.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:45:14.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "cds",
  "timestamp": 1632213882517,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:45:14.946Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3db994e6-7613-4491-ab85-77cc7e44a51f
2021-09-21T08:45:14.947Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db994e6-7613-4491-ab85-77cc7e44a51f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:45:14.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "policy-id",
  "timestamp": 1632213882207,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:45:14.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632213883559,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:45:14.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:45:14.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "policy-id",
  "timestamp": 1632213882207,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:45:14.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:45:14.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "dcae-sch",
  "timestamp": 1632213883681,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:45:14.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632213884567,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:45:14.962Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3db994e6-7613-4491-ab85-77cc7e44a51f
2021-09-21T08:45:14.963Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db994e6-7613-4491-ab85-77cc7e44a51f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:45:14.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "dcae-sch",
  "timestamp": 1632213883681,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:45:14.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "policy-id",
  "timestamp": 1632213886777,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "aai-ml",
  "timestamp": 1632213887379,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632213887097,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "policy-id",
  "timestamp": 1632213887782,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:45:14.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "aai-ml",
  "timestamp": 1632213888384,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:45:14.985Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3db994e6-7613-4491-ab85-77cc7e44a51f
2021-09-21T08:45:14.985Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db994e6-7613-4491-ab85-77cc7e44a51f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:45:15.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:15.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632213887097,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:45:15.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:45:15.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:15.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "policy-id",
  "timestamp": 1632213888784,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:45:15.008Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3db994e6-7613-4491-ab85-77cc7e44a51f
2021-09-21T08:45:15.008Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db994e6-7613-4491-ab85-77cc7e44a51f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:45:15.020Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-21T08:45:15.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:15.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "clamp",
  "timestamp": 1632213891785,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:45:15.020Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:45:15.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:15.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-09-21T08:45:15.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "clamp",
  "timestamp": 1632213893552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:45:15.021Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:45:15.021Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:45:15.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:15.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "clamp",
  "timestamp": 1632213894555,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:45:15.027Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3db994e6-7613-4491-ab85-77cc7e44a51f
2021-09-21T08:45:15.028Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db994e6-7613-4491-ab85-77cc7e44a51f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:45:15.041Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:45:15.041Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:45:15.919Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:45:15.920Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:45:15.922Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:45:15.923Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213914267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:45:16.023Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:45:16.024Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:45:16.024Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:45:16.038Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:45:16.038Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:45:16.923Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "7e915d70-dfe4-4f2c-835b-2719c59481fe",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ec749101-eaef-4111-b130-bea9271f5016",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "749e9463-8bd1-4ba2-a1df-68cb00eecd51",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e78702d4-2d88-40a3-974b-4e18f4122cc7",
      "resourceInvariantUUID": "e6b7b692-2438-47b1-b083-8b2ba430c02f",
      "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": "NmU2YTg0ZTNlZTQyNmMxZjkyOGM0M2M2MmE0NmViZTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "699a4733-ee6a-4dc9-b44d-87eeb1253b20"
    }
  ],
  "workloadContext": "Production"
}
2021-09-21T08:45:16.924Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-21T08:45:16.924Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7e915d70-dfe4-4f2c-835b-2719c59481fe ASDC
2021-09-21T08:45:16.925Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3db994e6-7613-4491-ab85-77cc7e44a51f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7e915d70-dfe4-4f2c-835b-2719c59481fe
ServiceInvariantUUID:ec749101-eaef-4111-b130-bea9271f5016
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:699a4733-ee6a-4dc9-b44d-87eeb1253b20
ArtifactChecksum:NmU2YTg0ZTNlZTQyNmMxZjkyOGM0M2M2MmE0NmViZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:749e9463-8bd1-4ba2-a1df-68cb00eecd51
ResourceInvariantUUID:e6b7b692-2438-47b1-b083-8b2ba430c02f
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e78702d4-2d88-40a3-974b-4e18f4122cc7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-21T08:45:16.925Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e915d70-dfe4-4f2c-835b-2719c59481fe ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T08:45:16.964Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:45:16.965Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:45:16.966Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:45:16.966Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 699a4733-ee6a-4dc9-b44d-87eeb1253b20 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-21T08:45:16.966Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:45:16.966Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-21T08:45:17.871Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:45:17.874Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 699a4733-ee6a-4dc9-b44d-87eeb1253b20 52171
2021-09-21T08:45:17.875Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-21T08:45:17.875Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-21T08:45:17.875Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:45:17.876Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:45:17.879Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:45:17.879Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213917875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:45:17.979Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:45:17.979Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:45:17.980Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:45:17.990Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:45:17.991Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:45:18.879Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:45:18.880Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:45:18.881Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 699a4733-ee6a-4dc9-b44d-87eeb1253b20, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:18.881Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-21T08:45:18.882Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:18.883Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.040Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10467944378209937620/Definitions/service-BasicNetwork-template.yml
2021-09-21T08:45:19.626Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-21T08:45:19.627Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-21T08:45:19.627Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.627Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-21T08:45:19.627Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.627Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.627Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.628Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.628Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.628Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.628Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.628Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.628Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-21T08:45:19.628Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:45:19.628Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.629Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-21T08:45:19.629Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-21T08:45:19.629Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:45:19.629Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:45:19.630Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.630Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-21T08:45:19.630Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-21T08:45:19.630Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:45:19.630Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:45:19.630Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.630Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:45:19.631Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.631Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:45:19.631Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.631Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:45:19.631Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.632Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:45:19.632Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.632Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:7e915d70-dfe4-4f2c-835b-2719c59481fe
Model Version:NULL
Model InvariantUuid:ec749101-eaef-4111-b130-bea9271f5016
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e6b7b692-2438-47b1-b083-8b2ba430c02f
Model UUID:4ad6649a-bf0a-4edd-90ac-e999d69f6a18
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:749e9463-8bd1-4ba2-a1df-68cb00eecd51
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-21T08:45:19.641Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: e78702d4-2d88-40a3-974b-4e18f4122cc7
2021-09-21T08:45:19.642Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||No resources found for Service: 7e915d70-dfe4-4f2c-835b-2719c59481fe
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:45:19.649Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||
2021-09-21T08:45:19.649Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-21T08:45:19.650Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 7e915d70-dfe4-4f2c-835b-2719c59481fe
2021-09-21T08:45:19.650Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7e915d70-dfe4-4f2c-835b-2719c59481fe
2021-09-21T08:45:19.650Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-21T08:45:19.650Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:45:19.657Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f1270c6, org.onap.sdc.toscaparser.api.parameters.Input@71605cc6, org.onap.sdc.toscaparser.api.parameters.Input@3c4fb649, org.onap.sdc.toscaparser.api.parameters.Input@1e55fd88, org.onap.sdc.toscaparser.api.parameters.Input@623d3ac4]
2021-09-21T08:45:19.664Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:45:19.664Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.665Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:45:19.665Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.665Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7e915d70-dfe4-4f2c-835b-2719c59481fe: Generic NeutronNet
2021-09-21T08:45:19.665Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:45:19.665Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.665Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:45:19.666Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-21T08:45:19.702Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:45:19.702Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.702Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:45:19.702Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.703Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:45:19.703Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.703Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-21T08:45:19.773Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-21T08:45:19.774Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-21T08:45:19.774Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.774Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:45:19.775Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:45:19.782Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:45:19.783Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213919773,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:45:19.882Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:45:19.883Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:45:19.883Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:45:19.897Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:45:19.898Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:45:20.783Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3db994e6-7613-4491-ab85-77cc7e44a51f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:45:20.803Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3db994e6-7613-4491-ab85-77cc7e44a51f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:45:20.807Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:45:20.807Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-21T08:45:20.807Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-21T08:45:20.807Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-21T08:45:20.807Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:45:20.807Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:45:20.807Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:45:20.807Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:45:20.808Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:45:20.808Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:45:20.808Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:45:20.812Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-21T08:45:50.813Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3db994e6-7613-4491-ab85-77cc7e44a51f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-21T08:45:50.826Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3db994e6-7613-4491-ab85-77cc7e44a51f and serviceModelVersionId: 7e915d70-dfe4-4f2c-835b-2719c59481fe
2021-09-21T08:45:50.827Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec749101-eaef-4111-b130-bea9271f5016
2021-09-21T08:45:50.830Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec749101-eaef-4111-b130-bea9271f5016/model-vers/model-ver/7e915d70-dfe4-4f2c-835b-2719c59481fe?depth=0
2021-09-21T08:45:50.838Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-21T08:45:50.921Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ec749101-eaef-4111-b130-bea9271f5016/model-vers/model-ver/7e915d70-dfe4-4f2c-835b-2719c59481fe?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-21T08:45:50.923Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ec749101-eaef-4111-b130-bea9271f5016/model-vers/model-ver/7e915d70-dfe4-4f2c-835b-2719c59481fe?depth=0|INFO|500||Invoke
2021-09-21T08:45:50.959Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ec749101-eaef-4111-b130-bea9271f5016/model-vers/model-ver/7e915d70-dfe4-4f2c-835b-2719c59481fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-21T08:45:51.251Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ec749101-eaef-4111-b130-bea9271f5016/model-vers/model-ver/7e915d70-dfe4-4f2c-835b-2719c59481fe?depth=0|INFO|500||InvokeReturn
2021-09-21T08:45:51.257Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ec749101-eaef-4111-b130-bea9271f5016/model-vers/model-ver/7e915d70-dfe4-4f2c-835b-2719c59481fe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210921-08:45:50:985-20123], vertex-id=[188520], Content-Length=[0], Date=[Tue, 21 Sep 2021 08:45:50 GMT], Content-Type=[application/json]}
2021-09-21T08:45:51.258Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-09-21T08:45:51.258Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-21T08:45:51.259Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:45:51.266Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-21T08:45:51.267Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3db994e6-7613-4491-ab85-77cc7e44a51f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-21T08:45:51.267Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-21T08:45:51.268Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:45:51.271Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:45:51.271Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213951267,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:45:51.380Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2021-09-21T08:45:51.381Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:45:51.382Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:45:51.396Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:45:51.396Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T08:46:14.269Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:46:14.272Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:46:14.273Z|3db994e6-7613-4491-ab85-77cc7e44a51f|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:46:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:46:14.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:46:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:46:14.407Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:46:14.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:46:14.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213914267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:46:14.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:46:23.843Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:47:14.269Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:47:14.274Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:47:14.274Z|3db994e6-7613-4491-ab85-77cc7e44a51f|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:47:14.288Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:47:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:14.317Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:47:14.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:47:14.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213914267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:47:14.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:47:14.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:47:14.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213917875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:47:14.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:47:14.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:47:14.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213919773,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:47:14.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:47:14.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:47:14.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632213951267,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:47:14.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:47:14.906Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:47:14.921Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-21T08:47:14.921Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ba7e88c-5b42-446d-9073-56a89a895cae","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"dda92250-10c9-4911-838c-5ee125a876db","serviceDescription":"service","serviceInvariantUUID":"af3eb47e-c706-4483-9d2c-2e9817141178","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d0bf0290-dc20-414e-9a0c-5e0e930121a3","resourceInvariantUUID":"bc866547-1953-4f64-b7d5-95f566f97772","resourceCustomizationUUID":"0c1854b2-4b67-42e4-9e85-1627d7816c7f","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":"Mjg4MDU1Mzg3NzMyYzRhYjM0ZDM5OTIwMjAzNDIwOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f67a32f9-3514-435b-8ddd-f3f9d3e1bb79","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":"NDM5OTZkZWEzYjA2OTA1YzFiOTBiOWI5YTRmNjlmMzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"667d57a5-1cc4-40d6-9963-ce2fbc2fbfcd","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":"2985ee25-df7b-4bf9-8973-72ee07d9e980","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":"cf7e3fa1-b763-42d9-a6ce-a9e3d1650c22","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":"e2c7ceee-5c50-4454-844c-115332ceb1cf","artifactVersion":"2","generatedFromUUID":"2985ee25-df7b-4bf9-8973-72ee07d9e980"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjdlMTBiOTEwMmEwYTQ1NDJkYWQ2MGI2YjA2YWQ3ZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30d1f998-d247-4251-8878-d0960d2463cf","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTRmMDE5ZTI4NTdmZTA4YWEzZDJlYzVjOWIzOTU2YTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a71dcb98-ab09-464e-94a6-8027cbf385f7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-21T08:47:14.925Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:47:14.928Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:14.936Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:14.937Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:47:15.032Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-09-21T08:47:15.033Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:47:15.034Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:15.049Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:47:15.049Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:47:15.938Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:47:15.940Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:15.943Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:15.944Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:47:16.049Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-21T08:47:16.050Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:47:16.050Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:16.088Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:47:16.089Z||pool-41-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:47:16.948Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:47:16.949Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:16.954Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:16.954Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:47:17.056Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-21T08:47:17.057Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:47:17.057Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:17.079Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:47:17.080Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:47:17.956Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:47:17.957Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:17.961Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:17.961Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:47:18.060Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:47:18.064Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:47:18.064Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:18.078Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:47:18.079Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:47:18.962Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:47:18.965Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:18.967Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:18.968Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-21T08:47:19.068Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:47:19.069Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:47:19.069Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:19.083Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:47:19.083Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:47:19.969Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:47:19.970Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:19.974Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:19.974Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:47:20.074Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:47:20.078Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:47:20.078Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:20.089Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:47:20.091Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:47:20.975Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:47:20.977Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:20.982Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:20.982Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:47:21.082Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:47:21.084Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:47:21.084Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:21.093Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:47:21.094Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:47:21.984Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "dda92250-10c9-4911-838c-5ee125a876db",
  "serviceDescription": "service",
  "serviceInvariantUUID": "af3eb47e-c706-4483-9d2c-2e9817141178",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "0c1854b2-4b67-42e4-9e85-1627d7816c7f",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d0bf0290-dc20-414e-9a0c-5e0e930121a3",
      "resourceInvariantUUID": "bc866547-1953-4f64-b7d5-95f566f97772",
      "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": "NDM5OTZkZWEzYjA2OTA1YzFiOTBiOWI5YTRmNjlmMzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "667d57a5-1cc4-40d6-9963-ce2fbc2fbfcd",
          "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": "2985ee25-df7b-4bf9-8973-72ee07d9e980",
          "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": "e2c7ceee-5c50-4454-844c-115332ceb1cf",
            "generatedFromUUID": "2985ee25-df7b-4bf9-8973-72ee07d9e980"
          },
          "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": "e2c7ceee-5c50-4454-844c-115332ceb1cf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MTRmMDE5ZTI4NTdmZTA4YWEzZDJlYzVjOWIzOTU2YTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a71dcb98-ab09-464e-94a6-8027cbf385f7"
    }
  ],
  "workloadContext": "Production"
}
2021-09-21T08:47:21.986Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-21T08:47:21.987Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dda92250-10c9-4911-838c-5ee125a876db ASDC
2021-09-21T08:47:21.990Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2ba7e88c-5b42-446d-9073-56a89a895cae
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:dda92250-10c9-4911-838c-5ee125a876db
ServiceInvariantUUID:af3eb47e-c706-4483-9d2c-2e9817141178
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:a71dcb98-ab09-464e-94a6-8027cbf385f7
ArtifactChecksum:MTRmMDE5ZTI4NTdmZTA4YWEzZDJlYzVjOWIzOTU2YTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:0c1854b2-4b67-42e4-9e85-1627d7816c7f
ResourceInvariantUUID:bc866547-1953-4f64-b7d5-95f566f97772
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d0bf0290-dc20-414e-9a0c-5e0e930121a3
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:667d57a5-1cc4-40d6-9963-ce2fbc2fbfcd
ArtifactChecksum:NDM5OTZkZWEzYjA2OTA1YzFiOTBiOWI5YTRmNjlmMzg=
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:2985ee25-df7b-4bf9-8973-72ee07d9e980
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:e2c7ceee-5c50-4454-844c-115332ceb1cf
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:e2c7ceee-5c50-4454-844c-115332ceb1cf
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-21T08:47:21.990Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dda92250-10c9-4911-838c-5ee125a876db ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:47:22.047Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:47:22.049Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:47:22.049Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:47:22.050Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a71dcb98-ab09-464e-94a6-8027cbf385f7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-21T08:47:22.050Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:47:22.050Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-21T08:47:22.882Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:47:22.887Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a71dcb98-ab09-464e-94a6-8027cbf385f7 70872
2021-09-21T08:47:22.888Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-21T08:47:22.889Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-21T08:47:22.890Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:47:22.890Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:22.893Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:22.893Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214042888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:47:22.995Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-21T08:47:22.996Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:47:22.996Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:23.015Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:47:23.016Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:47:23.896Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:47:23.897Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:47:23.898Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a71dcb98-ab09-464e-94a6-8027cbf385f7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-21T08:47:23.899Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-21T08:47:23.899Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-21T08:47:23.899Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-21T08:47:24.213Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17044814686989813257/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-21T08:47:25.438Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-21T08:47:25.439Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-21T08:47:25.439Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-21T08:47:25.439Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-21T08:47:25.440Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-21T08:47:25.440Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-21T08:47:25.440Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-21T08:47:25.440Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-21T08:47:25.441Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-21T08:47:25.441Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-21T08:47:25.441Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-21T08:47:25.441Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-21T08:47:25.442Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-21T08:47:25.442Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-21T08:47:25.442Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:25.443Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:47:25.443Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-21T08:47:25.443Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-21T08:47:25.445Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:47:25.445Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:25.445Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:47:25.446Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-21T08:47:25.446Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-21T08:47:25.446Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:47:25.446Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:25.447Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:47:25.447Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:25.447Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-21T08:47:25.448Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-21T08:47:25.448Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-21T08:47:25.448Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-21T08:47:25.448Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-21T08:47:25.449Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-21T08:47:25.449Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:25.449Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T08:47:25.450Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:25.450Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-21T08:47:25.450Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:47:25.450Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:25.451Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-21T08:47:25.451Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:47:25.451Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:25.451Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-21T08:47:25.451Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:47:25.452Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:25.452Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-21T08:47:25.452Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-21T08:47:25.452Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-21T08:47:25.452Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fcf93ef2-c82c-4d15-a7a9-fca02ea1db23
2021-09-21T08:47:25.453Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:25.453Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:47:25.453Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:25.453Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:47:25.453Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:25.454Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:47:25.454Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:25.454Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:47:25.454Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:dda92250-10c9-4911-838c-5ee125a876db
Model Version:NULL
Model InvariantUuid:af3eb47e-c706-4483-9d2c-2e9817141178
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b31636bc-71cc-4af9-9c0b-cfec5aa8e712
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bc866547-1953-4f64-b7d5-95f566f97772
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0c1854b2-4b67-42e4-9e85-1627d7816c7f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:048cb9e1-8095-4d3c-b8f8-efa6201e071f
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c396e562-9071-4dfb-bc47-1a6b7d16c1a9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fcf93ef2-c82c-4d15-a7a9-fca02ea1db23
ModelInvariantUuid:284a1297-341a-41ce-99d9-1c3724782ff2
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:6d93f4c0-13de-49d8-a71f-1a7d8a47020b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3a24cc4f-b51d-4722-90d2-84b7a90ee890
ModelInvariantUuid:ed4be66d-2ce4-4f69-9ac6-e3eef07d110f
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:9852f896-3d14-47b6-8b62-72a4438da883
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-21T08:47:25.462Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d0bf0290-dc20-414e-9a0c-5e0e930121a3
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:47:25.469Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||basic_vm 0
2021-09-21T08:47:25.469Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d0bf0290-dc20-414e-9a0c-5e0e930121a3
2021-09-21T08:47:25.469Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 667d57a5-1cc4-40d6-9963-ce2fbc2fbfcd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-21T08:47:25.469Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:47:25.470Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-21T08:47:26.758Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:47:26.758Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 667d57a5-1cc4-40d6-9963-ce2fbc2fbfcd 787
2021-09-21T08:47:26.759Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-21T08:47:26.759Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-21T08:47:26.759Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:47:26.759Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:26.761Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:26.761Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214046758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:47:26.863Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-21T08:47:26.864Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:47:26.864Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:26.879Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:47:26.880Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:47:27.764Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "048cb9e1-8095-4d3c-b8f8-efa6201e071f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c396e562-9071-4dfb-bc47-1a6b7d16c1a9",
    "vfModuleModelCustomizationUUID": "b03d65f9-6c98-464c-890a-55110c0636f8",
    "isBase": true,
    "artifacts": [
      "2985ee25-df7b-4bf9-8973-72ee07d9e980",
      "e2c7ceee-5c50-4454-844c-115332ceb1cf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-21T08:47:27.768Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c396e562-9071-4dfb-bc47-1a6b7d16c1a9
VfModuleModelInvariantUUID:048cb9e1-8095-4d3c-b8f8-efa6201e071f
VfModuleModelDescription:NULL
Artifacts UUID List:{
2985ee25-df7b-4bf9-8973-72ee07d9e980
,
e2c7ceee-5c50-4454-844c-115332ceb1cf

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-21T08:47:27.777Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "048cb9e1-8095-4d3c-b8f8-efa6201e071f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c396e562-9071-4dfb-bc47-1a6b7d16c1a9",
    "vfModuleModelCustomizationUUID": "b03d65f9-6c98-464c-890a-55110c0636f8",
    "isBase": true,
    "artifacts": [
      "2985ee25-df7b-4bf9-8973-72ee07d9e980",
      "e2c7ceee-5c50-4454-844c-115332ceb1cf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-21T08:47:27.777Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c396e562-9071-4dfb-bc47-1a6b7d16c1a9
VfModuleModelInvariantUUID:048cb9e1-8095-4d3c-b8f8-efa6201e071f
VfModuleModelDescription:NULL
Artifacts UUID List:{
2985ee25-df7b-4bf9-8973-72ee07d9e980
,
e2c7ceee-5c50-4454-844c-115332ceb1cf

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-21T08:47:27.777Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2985ee25-df7b-4bf9-8973-72ee07d9e980 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-21T08:47:27.778Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:47:27.778Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-21T08:47:29.557Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:47:29.558Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2985ee25-df7b-4bf9-8973-72ee07d9e980 5033
2021-09-21T08:47:29.558Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-21T08:47:29.558Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-21T08:47:29.558Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:47:29.559Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:29.561Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:29.561Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214049558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:47:29.664Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-21T08:47:29.665Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:47:29.665Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:29.687Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:47:29.687Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:47:30.565Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e2c7ceee-5c50-4454-844c-115332ceb1cf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-21T08:47:30.565Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:47:30.566Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-21T08:47:31.662Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:47:31.664Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e2c7ceee-5c50-4454-844c-115332ceb1cf 903
2021-09-21T08:47:31.665Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-21T08:47:31.665Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-21T08:47:31.666Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:47:31.666Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:31.669Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:31.670Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214051665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:47:31.770Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:47:31.770Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:47:31.770Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:31.784Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:47:31.785Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:47:32.671Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: dda92250-10c9-4911-838c-5ee125a876db
2021-09-21T08:47:32.671Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d0bf0290-dc20-414e-9a0c-5e0e930121a3 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:47:32.686Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b7a6da3, org.onap.sdc.toscaparser.api.parameters.Input@14435ed1, org.onap.sdc.toscaparser.api.parameters.Input@52a19aed, org.onap.sdc.toscaparser.api.parameters.Input@648c9dee, org.onap.sdc.toscaparser.api.parameters.Input@3cc3e3a9]
2021-09-21T08:47:32.693Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:32.693Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:47:32.694Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-09-21T08:47:32.694Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 0c1854b2-4b67-42e4-9e85-1627d7816c7f
2021-09-21T08:47:32.694Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0c1854b2-4b67-42e4-9e85-1627d7816c7f matches Tosca VF Customization UUID: 0c1854b2-4b67-42e4-9e85-1627d7816c7f
2021-09-21T08:47:32.694Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 0c1854b2-4b67-42e4-9e85-1627d7816c7f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-21T08:47:32.698Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:32.698Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:47:32.699Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 0c1854b2-4b67-42e4-9e85-1627d7816c7f: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-09-21T08:47:32.699Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c3396ef
2021-09-21T08:47:32.699Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:32.699Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T08:47:32.699Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b03d65f9-6c98-464c-890a-55110c0636f8
2021-09-21T08:47:32.699Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b03d65f9-6c98-464c-890a-55110c0636f8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-21T08:47:32.702Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:32.702Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-21T08:47:32.702Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:47:32.702Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:32.703Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-21T08:47:32.703Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:47:32.703Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:32.703Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-21T08:47:32.704Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-21T08:47:32.704Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-21T08:47:32.704Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fcf93ef2-c82c-4d15-a7a9-fca02ea1db23
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-21T08:47:32.706Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:32.706Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-21T08:47:32.706Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:47:32.706Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:32.707Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-21T08:47:32.707Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=0c1854b2-4b67-42e4-9e85-1627d7816c7f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:47:32.708Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:32.708Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:47:32.709Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid dda92250-10c9-4911-838c-5ee125a876db: basic_vm
2021-09-21T08:47:32.709Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:32.709Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:47:32.709Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:32.709Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:47:32.709Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:32.710Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:47:32.710Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:32.710Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:47:32.710Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:47:32.710Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:47:32.710Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:47:32.819Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d0bf0290-dc20-414e-9a0c-5e0e930121a3 1 ASDC deployResourceStructure
2021-09-21T08:47:32.819Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-21T08:47:32.820Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-21T08:47:32.820Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:47:32.820Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:32.823Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:32.823Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214052819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:47:32.923Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:47:32.927Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:47:32.927Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:32.937Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:47:32.938Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:47:33.824Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-21T08:47:33.824Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-21T08:47:33.824Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:47:33.824Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:33.827Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:33.828Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214053823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-21T08:47:33.928Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:47:33.929Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:47:33.929Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:33.939Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:47:33.939Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:47:34.829Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-21T08:47:34.829Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-21T08:47:34.829Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:47:34.829Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:34.832Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:34.832Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214054829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-21T08:47:34.932Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:47:34.933Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:47:34.933Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:34.947Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:47:34.948Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:47:35.837Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-21T08:47:35.837Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-21T08:47:35.838Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:47:35.838Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:35.840Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:35.840Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214055837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:47:35.940Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:47:35.941Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:47:35.941Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:35.952Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:47:35.953Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:47:36.845Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ba7e88c-5b42-446d-9073-56a89a895cae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:47:36.856Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ba7e88c-5b42-446d-9073-56a89a895cae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:47:36.858Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:47:36.858Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:47:36.858Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:48:06.859Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ba7e88c-5b42-446d-9073-56a89a895cae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:48:06.879Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ba7e88c-5b42-446d-9073-56a89a895cae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:48:06.881Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:48:06.881Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:48:06.881Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:48:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:48:14.288Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:48:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:48:14.316Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:48:14.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214013654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "aai-ml",
  "timestamp": 1632214020728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "cds",
  "timestamp": 1632214021350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214013654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "aai-ml",
  "timestamp": 1632214020728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "policy-id",
  "timestamp": 1632214022207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "cds",
  "timestamp": 1632214021350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214013654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214022471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "aai-ml",
  "timestamp": 1632214020728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "policy-id",
  "timestamp": 1632214022207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "cds",
  "timestamp": 1632214021350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214013654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214022471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "dcae-sch",
  "timestamp": 1632214023680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "aai-ml",
  "timestamp": 1632214020728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "policy-id",
  "timestamp": 1632214022207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:48:14.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "cds",
  "timestamp": 1632214021350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214013654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214022471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "dcae-sch",
  "timestamp": 1632214023680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "aai-ml",
  "timestamp": 1632214020728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "clamp",
  "timestamp": 1632214025135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "policy-id",
  "timestamp": 1632214022207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "cds",
  "timestamp": 1632214021350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214013654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214022471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "dcae-sch",
  "timestamp": 1632214023680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "aai-ml",
  "timestamp": 1632214020728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "clamp",
  "timestamp": 1632214025135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:48:14.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "policy-id",
  "timestamp": 1632214022207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "cds",
  "timestamp": 1632214021350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214013654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214022471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "dcae-sch",
  "timestamp": 1632214023680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "aai-ml",
  "timestamp": 1632214020728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:48:14.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214027097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "clamp",
  "timestamp": 1632214025135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "policy-id",
  "timestamp": 1632214022207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "cds",
  "timestamp": 1632214021350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:48:14.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214022471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "dcae-sch",
  "timestamp": 1632214023680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214027097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:48:14.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "clamp",
  "timestamp": 1632214025135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "policy-id",
  "timestamp": 1632214022207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:48:14.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214022471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:48:14.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "aai-ml",
  "timestamp": 1632214029262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:48:14.341Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:48:14.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "dcae-sch",
  "timestamp": 1632214023680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214027097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:48:14.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "clamp",
  "timestamp": 1632214025135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "cds",
  "timestamp": 1632214030092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:48:14.346Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:48:14.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "dcae-sch",
  "timestamp": 1632214023680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214027097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "clamp",
  "timestamp": 1632214025135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "policy-id",
  "timestamp": 1632214030974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:48:14.348Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:48:14.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "cds",
  "timestamp": 1632214031098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:48:14.355Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ba7e88c-5b42-446d-9073-56a89a895cae
2021-09-21T08:48:14.355Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ba7e88c-5b42-446d-9073-56a89a895cae and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:48:14.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214031283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:48:14.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:48:14.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "clamp",
  "timestamp": 1632214025135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:48:14.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214027097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-21T08:48:14.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "policy-id",
  "timestamp": 1632214031980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:48:14.369Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:48:14.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214027097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:48:14.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "policy-id",
  "timestamp": 1632214032983,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:48:14.374Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ba7e88c-5b42-446d-9073-56a89a895cae
2021-09-21T08:48:14.374Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ba7e88c-5b42-446d-9073-56a89a895cae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:48:14.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214027097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:48:14.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:48:14.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:48:14.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214033902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:48:14.391Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:48:36.882Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ba7e88c-5b42-446d-9073-56a89a895cae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:48:36.906Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ba7e88c-5b42-446d-9073-56a89a895cae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:48:36.908Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:48:36.909Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:48:36.909Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:49:06.909Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ba7e88c-5b42-446d-9073-56a89a895cae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:49:06.925Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ba7e88c-5b42-446d-9073-56a89a895cae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:49:06.927Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:49:06.928Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:49:06.928Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:49:14.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:49:14.290Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:49:14.291Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:49:14.321Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:49:14.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:49:14.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214033654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:49:14.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:49:36.931Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ba7e88c-5b42-446d-9073-56a89a895cae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:49:36.972Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ba7e88c-5b42-446d-9073-56a89a895cae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:49:36.977Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:49:36.977Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:49:36.977Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:50:06.978Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ba7e88c-5b42-446d-9073-56a89a895cae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:50:06.998Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ba7e88c-5b42-446d-9073-56a89a895cae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:50:07.001Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:50:07.001Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:50:07.001Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:50:14.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:50:14.292Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:50:14.292Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:50:14.322Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:50:14.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214034914,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:50:14.359Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ba7e88c-5b42-446d-9073-56a89a895cae
2021-09-21T08:50:14.359Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ba7e88c-5b42-446d-9073-56a89a895cae and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:50:14.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214033654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214035381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214033654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "cds",
  "timestamp": 1632214036351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214037277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214033654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "clamp",
  "timestamp": 1632214037584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.379Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "aai-ml",
  "timestamp": 1632214037977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:50:14.381Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "cds",
  "timestamp": 1632214036351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214033654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "clamp",
  "timestamp": 1632214038603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:50:14.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "aai-ml",
  "timestamp": 1632214038982,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:50:14.391Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ba7e88c-5b42-446d-9073-56a89a895cae
2021-09-21T08:50:14.391Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ba7e88c-5b42-446d-9073-56a89a895cae and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:50:14.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214039088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.400Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "cds",
  "timestamp": 1632214036351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214033654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "clamp",
  "timestamp": 1632214039606,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:50:14.408Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ba7e88c-5b42-446d-9073-56a89a895cae
2021-09-21T08:50:14.409Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ba7e88c-5b42-446d-9073-56a89a895cae and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:50:14.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "cds",
  "timestamp": 1632214036351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214040123,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:50:14.423Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ba7e88c-5b42-446d-9073-56a89a895cae
2021-09-21T08:50:14.423Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ba7e88c-5b42-446d-9073-56a89a895cae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-21T08:50:14.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214033654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "cds",
  "timestamp": 1632214036351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214041133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:50:14.434Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214033654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "cds",
  "timestamp": 1632214036351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214033654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "policy-id",
  "timestamp": 1632214042207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214042888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "cds",
  "timestamp": 1632214036351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "policy-id",
  "timestamp": 1632214042207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "cds",
  "timestamp": 1632214036351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "dcae-sch",
  "timestamp": 1632214043682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "policy-id",
  "timestamp": 1632214042207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "cds",
  "timestamp": 1632214036351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "dcae-sch",
  "timestamp": 1632214043682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "policy-id",
  "timestamp": 1632214042207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "dcae-sch",
  "timestamp": 1632214043682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214046758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "policy-id",
  "timestamp": 1632214042207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "dcae-sch",
  "timestamp": 1632214043682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "cds",
  "timestamp": 1632214047670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214047097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "policy-id",
  "timestamp": 1632214042207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "dcae-sch",
  "timestamp": 1632214043682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "cds",
  "timestamp": 1632214048675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:50:14.466Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae8bb22b-be38-409f-9732-790f3d0e7d67
2021-09-21T08:50:14.467Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae8bb22b-be38-409f-9732-790f3d0e7d67 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:50:14.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214047097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "policy-id",
  "timestamp": 1632214042207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "dcae-sch",
  "timestamp": 1632214043682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214049558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.477Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214047097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "policy-id",
  "timestamp": 1632214042207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "dcae-sch",
  "timestamp": 1632214043682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214047097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "policy-id",
  "timestamp": 1632214042207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "dcae-sch",
  "timestamp": 1632214043682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "aai-ml",
  "timestamp": 1632214050728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214051665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.482Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214047097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "cds",
  "timestamp": 1632214051350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "dcae-sch",
  "timestamp": 1632214043682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "aai-ml",
  "timestamp": 1632214050728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214047097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214052819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:50:14.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "cds",
  "timestamp": 1632214051350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "policy-id",
  "timestamp": 1632214053063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214052470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "aai-ml",
  "timestamp": 1632214050728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214047097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214053823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-21T08:50:14.490Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "cds",
  "timestamp": 1632214051350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "policy-id",
  "timestamp": 1632214054068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:50:14.491Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214052470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214053655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "aai-ml",
  "timestamp": 1632214050728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214047097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214054829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-21T08:50:14.495Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "cds",
  "timestamp": 1632214051350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "policy-id",
  "timestamp": 1632214055071,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:50:14.501Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae8bb22b-be38-409f-9732-790f3d0e7d67
2021-09-21T08:50:14.502Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae8bb22b-be38-409f-9732-790f3d0e7d67 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:50:14.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214052470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214053655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "aai-ml",
  "timestamp": 1632214050728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214047097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "clamp",
  "timestamp": 1632214055136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214055837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:50:14.513Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "cds",
  "timestamp": 1632214051350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214052470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214053655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "aai-ml",
  "timestamp": 1632214050728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "clamp",
  "timestamp": 1632214055136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "cds",
  "timestamp": 1632214051350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214052470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214053655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "aai-ml",
  "timestamp": 1632214050728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214057685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.520Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "clamp",
  "timestamp": 1632214055136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "cds",
  "timestamp": 1632214051350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214052470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214053655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "aai-ml",
  "timestamp": 1632214050728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "clamp",
  "timestamp": 1632214055136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "cds",
  "timestamp": 1632214051350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214052470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214053655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "aai-ml",
  "timestamp": 1632214050728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214059494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "clamp",
  "timestamp": 1632214055136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214052470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214053655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "cds",
  "timestamp": 1632214060594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "clamp",
  "timestamp": 1632214055136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214052470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214061209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.533Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "aai-ml",
  "timestamp": 1632214061285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.533Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214053655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "clamp",
  "timestamp": 1632214055136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "clamp",
  "timestamp": 1632214055136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "policy-id",
  "timestamp": 1632214062207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "cds",
  "timestamp": 1632214062955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:50:14.546Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2a11b9fc-5497-4b32-8b78-a5aff5c42e31
2021-09-21T08:50:14.547Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a11b9fc-5497-4b32-8b78-a5aff5c42e31 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:50:14.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214063185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.554Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214063191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.554Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "clamp",
  "timestamp": 1632214055136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "policy-id",
  "timestamp": 1632214062207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214064241,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:50:14.560Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae8bb22b-be38-409f-9732-790f3d0e7d67
2021-09-21T08:50:14.560Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae8bb22b-be38-409f-9732-790f3d0e7d67 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-21T08:50:14.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "dcae-sch",
  "timestamp": 1632214063681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "policy-id",
  "timestamp": 1632214062207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214065244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:50:14.567Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "dcae-sch",
  "timestamp": 1632214063681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214065523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:50:14.568Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "policy-id",
  "timestamp": 1632214062207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "dcae-sch",
  "timestamp": 1632214063681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214066530,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:50:14.589Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae8bb22b-be38-409f-9732-790f3d0e7d67
2021-09-21T08:50:14.589Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae8bb22b-be38-409f-9732-790f3d0e7d67 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:50:14.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "policy-id",
  "timestamp": 1632214062207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "dcae-sch",
  "timestamp": 1632214063681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214052470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214067097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "policy-id",
  "timestamp": 1632214062207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "dcae-sch",
  "timestamp": 1632214063681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214052470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214067097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "policy-id",
  "timestamp": 1632214062207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "dcae-sch",
  "timestamp": 1632214063681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214052470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214067097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "policy-id",
  "timestamp": 1632214062207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "aai-ml",
  "timestamp": 1632214070070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:50:14.607Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "dcae-sch",
  "timestamp": 1632214063681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214052470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214067097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "aai-ml",
  "timestamp": 1632214071074,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:50:14.614Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae8bb22b-be38-409f-9732-790f3d0e7d67
2021-09-21T08:50:14.614Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae8bb22b-be38-409f-9732-790f3d0e7d67 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:50:14.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "dcae-sch",
  "timestamp": 1632214063681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214052470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214067097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "clamp",
  "timestamp": 1632214071813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.624Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "policy-id",
  "timestamp": 1632214071868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.625Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "aai-ml",
  "timestamp": 1632214050728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.625Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214052470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.626Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214067097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.626Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "policy-id",
  "timestamp": 1632214072872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:50:14.627Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "aai-ml",
  "timestamp": 1632214050728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.627Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214052470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "clamp",
  "timestamp": 1632214073597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:50:14.629Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214067097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "policy-id",
  "timestamp": 1632214073875,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:50:14.641Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a11b9fc-5497-4b32-8b78-a5aff5c42e31
2021-09-21T08:50:14.642Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a11b9fc-5497-4b32-8b78-a5aff5c42e31 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:50:14.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "aai-ml",
  "timestamp": 1632214050728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214052470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "clamp",
  "timestamp": 1632214074599,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:50:14.658Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae8bb22b-be38-409f-9732-790f3d0e7d67
2021-09-21T08:50:14.659Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae8bb22b-be38-409f-9732-790f3d0e7d67 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:50:14.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214067097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "aai-ml",
  "timestamp": 1632214050728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "clamp",
  "timestamp": 1632214055136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "aai-ml",
  "timestamp": 1632214050728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214076563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "clamp",
  "timestamp": 1632214055136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214076781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "aai-ml",
  "timestamp": 1632214050728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "clamp",
  "timestamp": 1632214055136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "aai-ml",
  "timestamp": 1632214050728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214078383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "clamp",
  "timestamp": 1632214055136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214078901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:50:14.681Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "aai-ml",
  "timestamp": 1632214050728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "clamp",
  "timestamp": 1632214055136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214079905,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:50:14.688Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2a11b9fc-5497-4b32-8b78-a5aff5c42e31
2021-09-21T08:50:14.688Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a11b9fc-5497-4b32-8b78-a5aff5c42e31 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:50:14.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214080013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.696Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "clamp",
  "timestamp": 1632214055136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "aai-ml",
  "timestamp": 1632214080801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.697Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214081043,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:50:14.705Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a11b9fc-5497-4b32-8b78-a5aff5c42e31
2021-09-21T08:50:14.705Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a11b9fc-5497-4b32-8b78-a5aff5c42e31 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-21T08:50:14.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "clamp",
  "timestamp": 1632214055136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:50:14.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214082046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:50:14.712Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "clamp",
  "timestamp": 1632214055136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:50:14.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:50:14.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "aai-ml",
  "timestamp": 1632214089958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:50:14.713Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:14.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "aai-ml",
  "timestamp": 1632214090961,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:50:14.720Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2a11b9fc-5497-4b32-8b78-a5aff5c42e31
2021-09-21T08:50:14.720Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a11b9fc-5497-4b32-8b78-a5aff5c42e31 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:50:14.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:50:14.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "clamp",
  "timestamp": 1632214092764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:50:14.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:50:37.001Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ba7e88c-5b42-446d-9073-56a89a895cae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:50:37.026Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ba7e88c-5b42-446d-9073-56a89a895cae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:50:37.030Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:50:37.030Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-21T08:50:37.030Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-21T08:50:37.030Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-21T08:50:37.030Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:50:37.030Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:50:37.030Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:50:37.030Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:50:37.030Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:50:37.031Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:50:37.031Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:50:37.038Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-21T08:51:07.039Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ba7e88c-5b42-446d-9073-56a89a895cae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-21T08:51:07.052Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ba7e88c-5b42-446d-9073-56a89a895cae and serviceModelVersionId: dda92250-10c9-4911-838c-5ee125a876db
2021-09-21T08:51:07.053Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : af3eb47e-c706-4483-9d2c-2e9817141178
2021-09-21T08:51:07.054Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/af3eb47e-c706-4483-9d2c-2e9817141178/model-vers/model-ver/dda92250-10c9-4911-838c-5ee125a876db?depth=0
2021-09-21T08:51:07.064Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-21T08:51:07.132Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af3eb47e-c706-4483-9d2c-2e9817141178/model-vers/model-ver/dda92250-10c9-4911-838c-5ee125a876db?depth=0|INFO|500||Invoke
2021-09-21T08:51:07.133Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af3eb47e-c706-4483-9d2c-2e9817141178/model-vers/model-ver/dda92250-10c9-4911-838c-5ee125a876db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af3eb47e-c706-4483-9d2c-2e9817141178/model-vers/model-ver/dda92250-10c9-4911-838c-5ee125a876db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2ba7e88c-5b42-446d-9073-56a89a895cae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[02d05c41-13fa-4a6c-945a-f02ff8d9544a], X-ECOMP-RequestID=[2ba7e88c-5b42-446d-9073-56a89a895cae], X-TransactionId=[], X-ONAP-RequestID=[2ba7e88c-5b42-446d-9073-56a89a895cae], Content-Type=[application/merge-patch+json]}
2021-09-21T08:51:07.169Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af3eb47e-c706-4483-9d2c-2e9817141178/model-vers/model-ver/dda92250-10c9-4911-838c-5ee125a876db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-21T08:51:07.380Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af3eb47e-c706-4483-9d2c-2e9817141178/model-vers/model-ver/dda92250-10c9-4911-838c-5ee125a876db?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af3eb47e-c706-4483-9d2c-2e9817141178/model-vers/model-ver/dda92250-10c9-4911-838c-5ee125a876db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210921-08:51:07:192-4293], vertex-id=[196712], Content-Length=[0], Date=[Tue, 21 Sep 2021 08:51:07 GMT], Content-Type=[application/json]}
2021-09-21T08:51:07.381Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af3eb47e-c706-4483-9d2c-2e9817141178/model-vers/model-ver/dda92250-10c9-4911-838c-5ee125a876db?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-21T08:51:07.381Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af3eb47e-c706-4483-9d2c-2e9817141178/model-vers/model-ver/dda92250-10c9-4911-838c-5ee125a876db?depth=0|INFO|500||InvokeReturn
2021-09-21T08:51:07.381Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-21T08:51:07.382Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:51:07.394Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-21T08:51:07.394Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ba7e88c-5b42-446d-9073-56a89a895cae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-21T08:51:07.395Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-21T08:51:07.396Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:07.406Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:07.406Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214267395,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:51:07.506Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:51:07.507Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:07.507Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:07.526Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:07.527Z||pool-55-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T08:51:08.426Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-21T08:51:08.426Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae8bb22b-be38-409f-9732-790f3d0e7d67","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"0fc62046-ad68-44d2-a7b0-8ed6cef301c8","serviceDescription":"service","serviceInvariantUUID":"1717b2d3-fe77-4c17-8d2a-8daabcfd7d55","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71affead-1fcc-4cbf-97bd-c0f5e51debb3","resourceInvariantUUID":"9c8fc509-c5e4-4203-b04f-a7e459f8edcd","resourceCustomizationUUID":"5a84b7ee-fc6a-4623-b184-febbcdaac522","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":"ZDkwZGFjZGVlNzRkY2JlZmZmYTljOTZkYTEyNmM0Mjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0eca724f-a97f-49b6-945d-3e544342975e","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":"acba6720-8b93-4365-bfa3-8fb2ad6f6a97","artifactVersion":"2","generatedFromUUID":"4e94422e-7230-4d6b-bb69-8ca84f3cba2e"},{"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":"4e94422e-7230-4d6b-bb69-8ca84f3cba2e","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":"ZjBjYWUwNmM1NGZlMjViYWJhNDQ3OTE4NmMzYjNkOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9fa7d034-34ea-4202-b7d1-6d8ddeec965e","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":"5b6eab26-68c7-475d-b712-0add63b75282","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":"f6d758a9-2c69-4f13-a890-217cfe8ad94c","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":"159c843d-d7ed-49dd-89f0-21f09b96846e","artifactVersion":"2","generatedFromUUID":"5b6eab26-68c7-475d-b712-0add63b75282"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDgxN2RiN2M5YjY2ODZlMTI1MjI0YmNkMzk1NTIzMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c03f9dd2-d650-473a-a161-a7f7ee83fd30","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZmY2MTIyNGRiOTRjODNkNzZiYzJlMjVhOWY5NjRhMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31a010da-4f8e-4b45-8872-6800a386a7ca","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-21T08:51:08.427Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:51:08.427Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:08.429Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:08.429Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:51:08.529Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:51:08.530Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:08.531Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:08.540Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:08.541Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:51:09.432Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:51:09.434Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:09.438Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:09.438Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-21T08:51:09.538Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:51:09.541Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:09.541Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:09.575Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:09.576Z||pool-57-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:51:10.439Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:51:10.442Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:10.445Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:10.445Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-21T08:51:10.545Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:51:10.546Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:10.547Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:10.559Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:10.560Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:51:11.447Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:51:11.448Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:11.451Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:11.451Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:51:11.551Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:51:11.552Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:11.553Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:11.584Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:11.585Z||pool-59-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:51:12.454Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:51:12.455Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:12.457Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:12.457Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:51:12.558Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-21T08:51:12.559Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:12.559Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:12.570Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:12.570Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:51:13.458Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:51:13.460Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:13.466Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:13.466Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:51:13.566Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:51:13.568Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:13.568Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:13.586Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:13.586Z||pool-61-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:51:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:51:14.289Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:51:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:14.311Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:14.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:51:14.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "clamp",
  "timestamp": 1632214096594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:51:14.314Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:51:14.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:51:14.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "clamp",
  "timestamp": 1632214097597,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:51:14.325Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2a11b9fc-5497-4b32-8b78-a5aff5c42e31
2021-09-21T08:51:14.325Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a11b9fc-5497-4b32-8b78-a5aff5c42e31 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:51:14.470Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:51:14.471Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:14.473Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:14.473Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-21T08:51:14.577Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-21T08:51:14.578Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:14.578Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:14.595Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:14.595Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:51:15.473Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:51:15.474Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:15.476Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:15.476Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:51:15.577Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:51:15.577Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:15.578Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:15.594Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:15.595Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:51:16.477Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:51:16.477Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:16.479Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:16.480Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:51:16.580Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:51:16.581Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:16.581Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:16.589Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:16.590Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:51:17.481Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "0fc62046-ad68-44d2-a7b0-8ed6cef301c8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1717b2d3-fe77-4c17-8d2a-8daabcfd7d55",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "5a84b7ee-fc6a-4623-b184-febbcdaac522",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71affead-1fcc-4cbf-97bd-c0f5e51debb3",
      "resourceInvariantUUID": "9c8fc509-c5e4-4203-b04f-a7e459f8edcd",
      "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": "acba6720-8b93-4365-bfa3-8fb2ad6f6a97",
          "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": "4e94422e-7230-4d6b-bb69-8ca84f3cba2e",
          "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": "ZjBjYWUwNmM1NGZlMjViYWJhNDQ3OTE4NmMzYjNkOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9fa7d034-34ea-4202-b7d1-6d8ddeec965e",
          "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": "5b6eab26-68c7-475d-b712-0add63b75282",
          "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": "159c843d-d7ed-49dd-89f0-21f09b96846e",
            "generatedFromUUID": "5b6eab26-68c7-475d-b712-0add63b75282"
          },
          "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": "159c843d-d7ed-49dd-89f0-21f09b96846e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZmY2MTIyNGRiOTRjODNkNzZiYzJlMjVhOWY5NjRhMTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "31a010da-4f8e-4b45-8872-6800a386a7ca"
    }
  ],
  "workloadContext": "Production"
}
2021-09-21T08:51:17.481Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-21T08:51:17.482Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0fc62046-ad68-44d2-a7b0-8ed6cef301c8 ASDC
2021-09-21T08:51:17.482Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ae8bb22b-be38-409f-9732-790f3d0e7d67
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:0fc62046-ad68-44d2-a7b0-8ed6cef301c8
ServiceInvariantUUID:1717b2d3-fe77-4c17-8d2a-8daabcfd7d55
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:31a010da-4f8e-4b45-8872-6800a386a7ca
ArtifactChecksum:ZmY2MTIyNGRiOTRjODNkNzZiYzJlMjVhOWY5NjRhMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:5a84b7ee-fc6a-4623-b184-febbcdaac522
ResourceInvariantUUID:9c8fc509-c5e4-4203-b04f-a7e459f8edcd
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:71affead-1fcc-4cbf-97bd-c0f5e51debb3
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:acba6720-8b93-4365-bfa3-8fb2ad6f6a97
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:4e94422e-7230-4d6b-bb69-8ca84f3cba2e
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:9fa7d034-34ea-4202-b7d1-6d8ddeec965e
ArtifactChecksum:ZjBjYWUwNmM1NGZlMjViYWJhNDQ3OTE4NmMzYjNkOTk=
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:5b6eab26-68c7-475d-b712-0add63b75282
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:159c843d-d7ed-49dd-89f0-21f09b96846e
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:159c843d-d7ed-49dd-89f0-21f09b96846e
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-21T08:51:17.483Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0fc62046-ad68-44d2-a7b0-8ed6cef301c8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T08:51:17.521Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:51:17.522Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:51:17.523Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:51:17.523Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 31a010da-4f8e-4b45-8872-6800a386a7ca from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-21T08:51:17.523Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:51:17.523Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-21T08:51:18.216Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:51:18.219Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 31a010da-4f8e-4b45-8872-6800a386a7ca 68756
2021-09-21T08:51:18.219Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-21T08:51:18.219Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-21T08:51:18.220Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:51:18.220Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:18.222Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:18.222Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214278219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:51:18.322Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:51:18.323Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:18.324Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:18.343Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:18.343Z||pool-65-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:51:19.222Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:51:19.223Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:51:19.224Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 31a010da-4f8e-4b45-8872-6800a386a7ca, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-21T08:51:19.224Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-21T08:51:19.224Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-21T08:51:19.225Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-21T08:51:19.507Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16249813388150990048/Definitions/service-BasicCnf-template.yml
2021-09-21T08:51:20.687Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-21T08:51:20.688Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-21T08:51:20.688Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-21T08:51:20.688Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-21T08:51:20.688Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-21T08:51:20.688Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-21T08:51:20.688Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-21T08:51:20.688Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-21T08:51:20.688Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-21T08:51:20.689Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:20.689Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:51:20.689Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-21T08:51:20.689Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-21T08:51:20.690Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:51:20.690Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:20.690Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:51:20.690Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-21T08:51:20.691Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-21T08:51:20.691Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:51:20.691Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:20.691Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:51:20.691Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:20.692Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-21T08:51:20.692Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-21T08:51:20.692Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-21T08:51:20.692Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-21T08:51:20.692Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:20.693Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T08:51:20.693Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:20.693Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-21T08:51:20.693Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:51:20.694Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:20.694Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-21T08:51:20.694Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:51:20.694Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:20.696Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-21T08:51:20.697Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:51:20.697Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:20.697Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-21T08:51:20.698Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-21T08:51:20.698Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4c4114fa-e881-4afe-8f0c-53e9fa64e0b0
2021-09-21T08:51:20.698Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:20.699Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:51:20.699Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:20.699Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:51:20.699Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:20.700Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:51:20.700Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:20.700Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:51:20.700Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:0fc62046-ad68-44d2-a7b0-8ed6cef301c8
Model Version:NULL
Model InvariantUuid:1717b2d3-fe77-4c17-8d2a-8daabcfd7d55
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:c2dddc5e-ae3a-4fa3-b7e3-9a3bbdacc887
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9c8fc509-c5e4-4203-b04f-a7e459f8edcd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5a84b7ee-fc6a-4623-b184-febbcdaac522
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7bbb8fc5-547c-4992-b69c-e2d85ef82491
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:9ef99996-bd6e-489c-96b8-9d2cc3ce0cb6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4c4114fa-e881-4afe-8f0c-53e9fa64e0b0
ModelInvariantUuid:f934dfb4-af8e-49b2-89c4-fdf1addf772c
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:e20f8677-546c-4ac4-bc59-60be956b7bb8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:5de800ce-fe42-4fb8-8c23-f2e8412ad623
ModelInvariantUuid:7f0e9480-e494-4c57-9d67-17180c358fc0
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:49395aac-6350-49b4-95ce-78f754b27889
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-21T08:51:20.707Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 71affead-1fcc-4cbf-97bd-c0f5e51debb3
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:51:20.716Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||basic_cnf 0
2021-09-21T08:51:20.716Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71affead-1fcc-4cbf-97bd-c0f5e51debb3
2021-09-21T08:51:20.716Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: acba6720-8b93-4365-bfa3-8fb2ad6f6a97 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-21T08:51:20.716Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:51:20.717Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-21T08:51:21.267Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:51:21.268Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env acba6720-8b93-4365-bfa3-8fb2ad6f6a97 12
2021-09-21T08:51:21.268Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-21T08:51:21.269Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-21T08:51:21.269Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:51:21.269Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:21.271Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:21.271Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214281268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:51:21.371Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:51:21.372Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:21.372Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:21.391Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:21.391Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:51:22.272Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4e94422e-7230-4d6b-bb69-8ca84f3cba2e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-21T08:51:22.272Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:51:22.273Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-21T08:51:22.888Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:51:22.889Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 4e94422e-7230-4d6b-bb69-8ca84f3cba2e 2688
2021-09-21T08:51:22.889Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-21T08:51:22.890Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-21T08:51:22.890Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:51:22.890Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:22.892Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:22.892Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214282889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:51:22.992Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:51:22.993Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:22.993Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:23.005Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:23.005Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:51:23.895Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9fa7d034-34ea-4202-b7d1-6d8ddeec965e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-21T08:51:23.895Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:51:23.895Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-21T08:51:24.755Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:51:24.755Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 9fa7d034-34ea-4202-b7d1-6d8ddeec965e 828
2021-09-21T08:51:24.756Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-21T08:51:24.756Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-21T08:51:24.756Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:51:24.756Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:24.758Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:24.758Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214284756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:51:24.858Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:51:24.859Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:24.859Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:24.870Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:24.870Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:51:25.759Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7bbb8fc5-547c-4992-b69c-e2d85ef82491",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9ef99996-bd6e-489c-96b8-9d2cc3ce0cb6",
    "vfModuleModelCustomizationUUID": "1285f2a8-b119-4d31-b663-ff02aea90d09",
    "isBase": true,
    "artifacts": [
      "4e94422e-7230-4d6b-bb69-8ca84f3cba2e",
      "5b6eab26-68c7-475d-b712-0add63b75282",
      "159c843d-d7ed-49dd-89f0-21f09b96846e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-21T08:51:25.765Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9ef99996-bd6e-489c-96b8-9d2cc3ce0cb6
VfModuleModelInvariantUUID:7bbb8fc5-547c-4992-b69c-e2d85ef82491
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e94422e-7230-4d6b-bb69-8ca84f3cba2e
,
5b6eab26-68c7-475d-b712-0add63b75282
,
159c843d-d7ed-49dd-89f0-21f09b96846e

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-21T08:51:25.767Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7bbb8fc5-547c-4992-b69c-e2d85ef82491",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9ef99996-bd6e-489c-96b8-9d2cc3ce0cb6",
    "vfModuleModelCustomizationUUID": "1285f2a8-b119-4d31-b663-ff02aea90d09",
    "isBase": true,
    "artifacts": [
      "4e94422e-7230-4d6b-bb69-8ca84f3cba2e",
      "5b6eab26-68c7-475d-b712-0add63b75282",
      "159c843d-d7ed-49dd-89f0-21f09b96846e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-21T08:51:25.767Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9ef99996-bd6e-489c-96b8-9d2cc3ce0cb6
VfModuleModelInvariantUUID:7bbb8fc5-547c-4992-b69c-e2d85ef82491
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e94422e-7230-4d6b-bb69-8ca84f3cba2e
,
5b6eab26-68c7-475d-b712-0add63b75282
,
159c843d-d7ed-49dd-89f0-21f09b96846e

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-21T08:51:25.767Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5b6eab26-68c7-475d-b712-0add63b75282 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-21T08:51:25.767Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:51:25.767Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-21T08:51:26.573Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:51:26.574Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5b6eab26-68c7-475d-b712-0add63b75282 1164
2021-09-21T08:51:26.574Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-21T08:51:26.574Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-21T08:51:26.574Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:51:26.575Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:26.577Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:26.577Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214286574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:51:26.677Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:51:26.678Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:26.678Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:26.696Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:26.697Z||pool-69-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:51:27.577Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 159c843d-d7ed-49dd-89f0-21f09b96846e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-21T08:51:27.578Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:51:27.578Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-21T08:51:28.481Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:51:28.483Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 159c843d-d7ed-49dd-89f0-21f09b96846e 200
2021-09-21T08:51:28.484Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-21T08:51:28.485Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-21T08:51:28.485Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:51:28.485Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:28.488Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:28.488Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214288484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:51:28.588Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:51:28.589Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:28.590Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:28.609Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:28.610Z||pool-70-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:51:29.489Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0fc62046-ad68-44d2-a7b0-8ed6cef301c8
2021-09-21T08:51:29.489Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 71affead-1fcc-4cbf-97bd-c0f5e51debb3 ASDC
2021-09-21T08:51:29.503Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:51:29.519Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d93d0fc, org.onap.sdc.toscaparser.api.parameters.Input@14b75bc2, org.onap.sdc.toscaparser.api.parameters.Input@29dbc036, org.onap.sdc.toscaparser.api.parameters.Input@3780476d, org.onap.sdc.toscaparser.api.parameters.Input@14b76551]
2021-09-21T08:51:29.521Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:29.521Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:51:29.521Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-09-21T08:51:29.521Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 5a84b7ee-fc6a-4623-b184-febbcdaac522
2021-09-21T08:51:29.521Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a84b7ee-fc6a-4623-b184-febbcdaac522 matches Tosca VF Customization UUID: 5a84b7ee-fc6a-4623-b184-febbcdaac522
2021-09-21T08:51:29.522Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 5a84b7ee-fc6a-4623-b184-febbcdaac522  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-21T08:51:29.526Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:29.527Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:51:29.527Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 5a84b7ee-fc6a-4623-b184-febbcdaac522: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-09-21T08:51:29.527Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78d365af
2021-09-21T08:51:29.527Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:29.528Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T08:51:29.528Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1285f2a8-b119-4d31-b663-ff02aea90d09
2021-09-21T08:51:29.528Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1285f2a8-b119-4d31-b663-ff02aea90d09
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-21T08:51:29.531Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:29.531Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-21T08:51:29.531Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:51:29.531Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:29.531Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-21T08:51:29.532Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:51:29.532Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:29.532Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-21T08:51:29.532Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-21T08:51:29.532Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4c4114fa-e881-4afe-8f0c-53e9fa64e0b0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-21T08:51:29.534Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:29.535Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-21T08:51:29.535Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:51:29.535Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:29.535Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-21T08:51:29.535Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=5a84b7ee-fc6a-4623-b184-febbcdaac522
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:51:29.537Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:29.537Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:51:29.537Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0fc62046-ad68-44d2-a7b0-8ed6cef301c8: basic_cnf
2021-09-21T08:51:29.537Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:29.537Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:51:29.537Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:29.537Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:51:29.538Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:29.538Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:51:29.538Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:29.538Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:51:29.538Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:51:29.538Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:51:29.539Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:51:29.607Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 71affead-1fcc-4cbf-97bd-c0f5e51debb3 1 ASDC deployResourceStructure
2021-09-21T08:51:29.608Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-21T08:51:29.609Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-09-21T08:51:29.609Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-21T08:51:29.609Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:29.612Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:29.612Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214289608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-21T08:51:29.712Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:51:29.713Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:29.713Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:29.731Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:29.731Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:51:30.614Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-21T08:51:30.614Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-09-21T08:51:30.614Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-21T08:51:30.614Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:30.617Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:30.617Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214290614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-21T08:51:30.717Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:51:30.718Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:30.718Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:30.740Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:30.740Z||pool-72-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:51:31.618Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-21T08:51:31.618Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-21T08:51:31.618Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:51:31.619Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:31.621Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:31.621Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214291617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:51:31.721Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:51:31.722Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:31.722Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:31.738Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:31.738Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:51:32.622Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-21T08:51:32.622Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-21T08:51:32.623Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:51:32.623Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:32.625Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:32.625Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214292622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-21T08:51:32.727Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-21T08:51:32.728Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:32.728Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:32.738Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:32.739Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:51:33.628Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-21T08:51:33.628Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-21T08:51:33.629Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:51:33.629Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:33.631Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:33.631Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214293628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-21T08:51:33.731Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:51:33.733Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:33.733Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:33.744Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:33.745Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:51:34.633Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-21T08:51:34.633Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-21T08:51:34.633Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:51:34.633Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:51:34.635Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:51:34.635Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214294632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:51:34.735Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:51:34.736Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:51:34.737Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:51:34.753Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:51:34.753Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:51:35.636Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae8bb22b-be38-409f-9732-790f3d0e7d67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:51:35.650Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae8bb22b-be38-409f-9732-790f3d0e7d67
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:51:35.653Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:51:35.653Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-21T08:51:35.653Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-21T08:51:35.653Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-21T08:51:35.653Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:51:35.653Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:51:35.654Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:51:35.654Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:51:35.654Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:51:35.654Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:51:35.654Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:51:35.659Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-21T08:52:05.660Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae8bb22b-be38-409f-9732-790f3d0e7d67 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-21T08:52:05.673Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae8bb22b-be38-409f-9732-790f3d0e7d67 and serviceModelVersionId: 0fc62046-ad68-44d2-a7b0-8ed6cef301c8
2021-09-21T08:52:05.674Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1717b2d3-fe77-4c17-8d2a-8daabcfd7d55
2021-09-21T08:52:05.676Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1717b2d3-fe77-4c17-8d2a-8daabcfd7d55/model-vers/model-ver/0fc62046-ad68-44d2-a7b0-8ed6cef301c8?depth=0
2021-09-21T08:52:05.683Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-21T08:52:05.745Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1717b2d3-fe77-4c17-8d2a-8daabcfd7d55/model-vers/model-ver/0fc62046-ad68-44d2-a7b0-8ed6cef301c8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-21T08:52:05.747Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1717b2d3-fe77-4c17-8d2a-8daabcfd7d55/model-vers/model-ver/0fc62046-ad68-44d2-a7b0-8ed6cef301c8?depth=0|INFO|500||Invoke
2021-09-21T08:52:05.778Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1717b2d3-fe77-4c17-8d2a-8daabcfd7d55/model-vers/model-ver/0fc62046-ad68-44d2-a7b0-8ed6cef301c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-21T08:52:06.170Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1717b2d3-fe77-4c17-8d2a-8daabcfd7d55/model-vers/model-ver/0fc62046-ad68-44d2-a7b0-8ed6cef301c8?depth=0|INFO|500||InvokeReturn
2021-09-21T08:52:06.172Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1717b2d3-fe77-4c17-8d2a-8daabcfd7d55/model-vers/model-ver/0fc62046-ad68-44d2-a7b0-8ed6cef301c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210921-08:52:05:800-50953], vertex-id=[221416], Content-Length=[0], Date=[Tue, 21 Sep 2021 08:52:05 GMT], Content-Type=[application/json]}
2021-09-21T08:52:06.172Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-09-21T08:52:06.177Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-21T08:52:06.178Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:52:06.184Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-21T08:52:06.185Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae8bb22b-be38-409f-9732-790f3d0e7d67 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-21T08:52:06.185Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-21T08:52:06.185Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:52:06.213Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:52:06.213Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214326185,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:52:06.313Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:52:06.315Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:52:06.315Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:06.328Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:06.329Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T08:52:07.233Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:52:07.234Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:52:07.234Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:11.697Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:11.698Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-21T08:52:11.698Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2a11b9fc-5497-4b32-8b78-a5aff5c42e31","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e2e4337d-bca9-496a-b222-67a6727411bd","serviceDescription":"service","serviceInvariantUUID":"3b85ac93-61f8-4ba7-87ba-f4f8e67d36ce","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"83e935a4-60fc-4285-b14e-aa0cd7ff1c6c","resourceInvariantUUID":"77f33a46-06a3-4845-ba12-307a14284707","resourceCustomizationUUID":"21eef23d-a135-4761-8d91-f44881f97ef3","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":"YTNiYmMwNTljNGU2NmMxOTc2M2JiNmE3MTRmZTlhNjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d75f0b96-602a-427d-b315-173a281fa1c2","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":"MDVkZDZhMWU1MGM1ZTUxM2E5NjQ4YzM1YzM0MGIyYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eac71365-93c9-44b6-ae53-220e5b437d58","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":"5a6a918d-7337-4035-8310-d987e2775fb4","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":"c93b12a5-d06e-4458-a66a-a6bff0709026","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":"8d2cfd13-6d7b-4975-88ee-3b51abe72692","artifactVersion":"2","generatedFromUUID":"5a6a918d-7337-4035-8310-d987e2775fb4"},{"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":"MjMzOGVhYjZkYTU2MTYxNGQyNzUwY2M5MTZhZDQ1NTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"49db72f8-8237-4b22-b573-2dcf06b8cb6b","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":"ODYyNGNhMDc0NDQ5N2U5NTU1NTJiNDg0NTAyNDk3ODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97f6e399-c466-4949-8aac-7869ff400fac","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTVlNTAzZjNkNTA4NDZlNTkwYmVkMDY3N2M1OWNmNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee6fd55d-1e59-45ae-a461-130a0a661a65","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-21T08:52:11.701Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:52:11.702Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:52:11.705Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:52:11.705Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214327233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:52:11.805Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:52:11.806Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:52:11.806Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:11.821Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:11.821Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:52:12.705Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:52:12.706Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:52:12.709Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:52:12.709Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214327233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:52:12.809Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:52:12.810Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:52:12.810Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:12.822Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:12.822Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:52:13.709Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:52:13.711Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:52:13.714Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:52:13.714Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214327233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:52:13.824Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2021-09-21T08:52:13.825Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:52:13.825Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:13.841Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:13.842Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:52:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:52:14.288Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:52:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:14.306Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:14.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:52:14.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214267395,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:52:14.308Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:52:14.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:52:14.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:52:14.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:52:14.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:52:14.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-21T08:52:14.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:52:14.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:52:14.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-21T08:52:14.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:52:14.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:52:14.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:52:14.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:52:14.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:52:14.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:52:14.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:52:14.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:52:14.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:52:14.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:52:14.715Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:52:14.716Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:52:14.719Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:52:14.719Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214327233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:52:14.824Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-21T08:52:14.825Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:52:14.825Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:14.836Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:14.837Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:52:15.719Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:52:15.720Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:52:15.722Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:52:15.723Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214327233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-21T08:52:15.822Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:52:15.823Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:52:15.823Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:15.834Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:15.834Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:52:16.723Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:52:16.724Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:52:16.727Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:52:16.727Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214327233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:52:16.832Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-21T08:52:16.833Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:52:16.833Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:16.847Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:16.847Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:52:17.728Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:52:17.729Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:52:17.732Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:52:17.732Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214327233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:52:17.833Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:52:17.834Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:52:17.834Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:17.846Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:17.846Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:52:18.732Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:52:18.733Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:52:18.736Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:52:18.736Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214327233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:52:18.837Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:52:18.838Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:52:18.838Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:18.853Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:18.853Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:52:19.738Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e2e4337d-bca9-496a-b222-67a6727411bd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3b85ac93-61f8-4ba7-87ba-f4f8e67d36ce",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "21eef23d-a135-4761-8d91-f44881f97ef3",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "83e935a4-60fc-4285-b14e-aa0cd7ff1c6c",
      "resourceInvariantUUID": "77f33a46-06a3-4845-ba12-307a14284707",
      "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": "MDVkZDZhMWU1MGM1ZTUxM2E5NjQ4YzM1YzM0MGIyYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eac71365-93c9-44b6-ae53-220e5b437d58",
          "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": "5a6a918d-7337-4035-8310-d987e2775fb4",
          "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": "8d2cfd13-6d7b-4975-88ee-3b51abe72692",
            "generatedFromUUID": "5a6a918d-7337-4035-8310-d987e2775fb4"
          },
          "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": "8d2cfd13-6d7b-4975-88ee-3b51abe72692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTVlNTAzZjNkNTA4NDZlNTkwYmVkMDY3N2M1OWNmNzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ee6fd55d-1e59-45ae-a461-130a0a661a65"
    }
  ],
  "workloadContext": "Production"
}
2021-09-21T08:52:19.738Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-21T08:52:19.738Z|ae8bb22b-be38-409f-9732-790f3d0e7d67|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e2e4337d-bca9-496a-b222-67a6727411bd ASDC
2021-09-21T08:52:19.739Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2a11b9fc-5497-4b32-8b78-a5aff5c42e31
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e2e4337d-bca9-496a-b222-67a6727411bd
ServiceInvariantUUID:3b85ac93-61f8-4ba7-87ba-f4f8e67d36ce
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:ee6fd55d-1e59-45ae-a461-130a0a661a65
ArtifactChecksum:NTVlNTAzZjNkNTA4NDZlNTkwYmVkMDY3N2M1OWNmNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:21eef23d-a135-4761-8d91-f44881f97ef3
ResourceInvariantUUID:77f33a46-06a3-4845-ba12-307a14284707
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:83e935a4-60fc-4285-b14e-aa0cd7ff1c6c
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:eac71365-93c9-44b6-ae53-220e5b437d58
ArtifactChecksum:MDVkZDZhMWU1MGM1ZTUxM2E5NjQ4YzM1YzM0MGIyYzI=
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:5a6a918d-7337-4035-8310-d987e2775fb4
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:8d2cfd13-6d7b-4975-88ee-3b51abe72692
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:8d2cfd13-6d7b-4975-88ee-3b51abe72692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-21T08:52:19.741Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e2e4337d-bca9-496a-b222-67a6727411bd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T08:52:19.783Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:52:19.784Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:52:19.784Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:52:19.790Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ee6fd55d-1e59-45ae-a461-130a0a661a65 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-21T08:52:19.790Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:52:19.790Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-21T08:52:20.386Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:52:20.390Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ee6fd55d-1e59-45ae-a461-130a0a661a65 78613
2021-09-21T08:52:20.390Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-21T08:52:20.390Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-21T08:52:20.390Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:52:20.390Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:52:20.393Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:52:20.393Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214340390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:52:20.493Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:52:20.494Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:52:20.494Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:20.512Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:20.513Z||pool-86-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:52:21.395Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:52:21.397Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:52:21.398Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ee6fd55d-1e59-45ae-a461-130a0a661a65, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-21T08:52:21.399Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-21T08:52:21.400Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-21T08:52:21.400Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-21T08:52:21.643Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6015639774519266096/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-21T08:52:22.827Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-21T08:52:22.827Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-21T08:52:22.827Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-21T08:52:22.828Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-21T08:52:22.828Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-21T08:52:22.828Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-21T08:52:22.828Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-21T08:52:22.828Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-21T08:52:22.829Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-21T08:52:22.829Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-21T08:52:22.829Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-21T08:52:22.829Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-21T08:52:22.829Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-21T08:52:22.829Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-21T08:52:22.830Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:22.830Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:52:22.830Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-21T08:52:22.831Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-21T08:52:22.832Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:52:22.832Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:22.832Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:52:22.832Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-21T08:52:22.832Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-21T08:52:22.833Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:52:22.833Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:22.833Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:52:22.834Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:22.834Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-21T08:52:22.834Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-21T08:52:22.834Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-21T08:52:22.834Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-21T08:52:22.834Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-21T08:52:22.835Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-21T08:52:22.835Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:22.835Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T08:52:22.835Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:22.835Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-21T08:52:22.836Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:52:22.836Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:22.836Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-21T08:52:22.836Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:52:22.837Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:22.837Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-21T08:52:22.837Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:52:22.837Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:22.837Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-21T08:52:22.838Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-21T08:52:22.838Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-21T08:52:22.838Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1ec4f19f-3ad5-421c-b3e4-766a26cf53dc
2021-09-21T08:52:22.838Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:22.838Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:52:22.839Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:22.839Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:52:22.839Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:22.839Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:52:22.839Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:22.839Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:52:22.840Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e2e4337d-bca9-496a-b222-67a6727411bd
Model Version:NULL
Model InvariantUuid:3b85ac93-61f8-4ba7-87ba-f4f8e67d36ce
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:0fa63348-9260-493b-a66b-348036e7435d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:77f33a46-06a3-4845-ba12-307a14284707
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:21eef23d-a135-4761-8d91-f44881f97ef3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8448bd81-2858-4e4e-a05b-f8372164ede7
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:9f55eeff-1523-4acb-bcfa-49c5548c0376
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1ec4f19f-3ad5-421c-b3e4-766a26cf53dc
ModelInvariantUuid:d49e5991-5ae7-4c48-8122-4b32a1d2d557
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:b7eede60-fdae-4f85-9ea6-76b0ef13c123
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:30f8e704-5069-4a3f-bed5-fbc33f5b69e0
ModelInvariantUuid:4705ba49-1770-4e57-9c79-d98305fa26d1
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:098aa08a-29a0-49ce-ad46-0c325e59a312
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-21T08:52:22.846Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 83e935a4-60fc-4285-b14e-aa0cd7ff1c6c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:52:22.851Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2021-09-21T08:52:22.852Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 83e935a4-60fc-4285-b14e-aa0cd7ff1c6c
2021-09-21T08:52:22.852Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: eac71365-93c9-44b6-ae53-220e5b437d58 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-21T08:52:22.852Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:52:22.852Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-21T08:52:23.473Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:52:23.473Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json eac71365-93c9-44b6-ae53-220e5b437d58 792
2021-09-21T08:52:23.473Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-09-21T08:52:23.473Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-21T08:52:23.474Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:52:23.474Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:52:23.476Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:52:23.476Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214343473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:52:23.576Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:52:23.577Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:52:23.577Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:23.604Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:23.604Z||pool-87-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:52:24.476Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8448bd81-2858-4e4e-a05b-f8372164ede7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9f55eeff-1523-4acb-bcfa-49c5548c0376",
    "vfModuleModelCustomizationUUID": "678ff36e-000d-41ce-84d6-12c5f8becd4c",
    "isBase": true,
    "artifacts": [
      "5a6a918d-7337-4035-8310-d987e2775fb4",
      "8d2cfd13-6d7b-4975-88ee-3b51abe72692"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-21T08:52:24.481Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9f55eeff-1523-4acb-bcfa-49c5548c0376
VfModuleModelInvariantUUID:8448bd81-2858-4e4e-a05b-f8372164ede7
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a6a918d-7337-4035-8310-d987e2775fb4
,
8d2cfd13-6d7b-4975-88ee-3b51abe72692

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-21T08:52:24.483Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8448bd81-2858-4e4e-a05b-f8372164ede7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9f55eeff-1523-4acb-bcfa-49c5548c0376",
    "vfModuleModelCustomizationUUID": "678ff36e-000d-41ce-84d6-12c5f8becd4c",
    "isBase": true,
    "artifacts": [
      "5a6a918d-7337-4035-8310-d987e2775fb4",
      "8d2cfd13-6d7b-4975-88ee-3b51abe72692"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-21T08:52:24.483Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9f55eeff-1523-4acb-bcfa-49c5548c0376
VfModuleModelInvariantUUID:8448bd81-2858-4e4e-a05b-f8372164ede7
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a6a918d-7337-4035-8310-d987e2775fb4
,
8d2cfd13-6d7b-4975-88ee-3b51abe72692

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-21T08:52:24.483Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5a6a918d-7337-4035-8310-d987e2775fb4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-21T08:52:24.483Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:52:24.483Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-21T08:52:25.180Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:52:25.180Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 5a6a918d-7337-4035-8310-d987e2775fb4 5033
2021-09-21T08:52:25.181Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-21T08:52:25.181Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-21T08:52:25.181Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:52:25.181Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:52:25.183Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:52:25.183Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214345181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:52:25.283Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:52:25.284Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:52:25.285Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:25.306Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:25.306Z||pool-88-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:52:26.184Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8d2cfd13-6d7b-4975-88ee-3b51abe72692 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-21T08:52:26.185Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:52:26.185Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-21T08:52:27.247Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:52:27.247Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 8d2cfd13-6d7b-4975-88ee-3b51abe72692 903
2021-09-21T08:52:27.248Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-21T08:52:27.248Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-21T08:52:27.248Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:52:27.248Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:52:27.251Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:52:27.251Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214347248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:52:27.350Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:52:27.351Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:52:27.351Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:27.384Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:27.384Z||pool-89-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:52:28.254Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e2e4337d-bca9-496a-b222-67a6727411bd
2021-09-21T08:52:28.254Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 83e935a4-60fc-4285-b14e-aa0cd7ff1c6c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:52:28.269Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f13865, org.onap.sdc.toscaparser.api.parameters.Input@5db27b1c, org.onap.sdc.toscaparser.api.parameters.Input@66e24447, org.onap.sdc.toscaparser.api.parameters.Input@2f7ffcf6, org.onap.sdc.toscaparser.api.parameters.Input@2240cb6c]
2021-09-21T08:52:28.270Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:28.271Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:52:28.271Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-09-21T08:52:28.271Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 21eef23d-a135-4761-8d91-f44881f97ef3
2021-09-21T08:52:28.271Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 21eef23d-a135-4761-8d91-f44881f97ef3 matches Tosca VF Customization UUID: 21eef23d-a135-4761-8d91-f44881f97ef3
2021-09-21T08:52:28.271Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 21eef23d-a135-4761-8d91-f44881f97ef3  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-21T08:52:28.273Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:28.273Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:52:28.274Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 21eef23d-a135-4761-8d91-f44881f97ef3: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-09-21T08:52:28.274Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@489858a4
2021-09-21T08:52:28.274Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:28.274Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T08:52:28.274Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 678ff36e-000d-41ce-84d6-12c5f8becd4c
2021-09-21T08:52:28.274Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 678ff36e-000d-41ce-84d6-12c5f8becd4c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-21T08:52:28.276Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:28.277Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-21T08:52:28.277Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:52:28.277Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:28.277Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-21T08:52:28.278Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:52:28.278Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:28.278Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-21T08:52:28.278Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-21T08:52:28.278Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-21T08:52:28.278Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1ec4f19f-3ad5-421c-b3e4-766a26cf53dc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-21T08:52:28.280Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:28.281Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-21T08:52:28.281Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:52:28.281Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:28.281Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-21T08:52:28.281Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=21eef23d-a135-4761-8d91-f44881f97ef3
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:52:28.283Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:28.283Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:52:28.283Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e2e4337d-bca9-496a-b222-67a6727411bd: basic_vm_macro
2021-09-21T08:52:28.283Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:28.283Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:52:28.283Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:28.284Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:52:28.284Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:28.284Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:52:28.284Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:28.284Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:52:28.284Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:52:28.284Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:52:28.285Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:52:28.398Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 83e935a4-60fc-4285-b14e-aa0cd7ff1c6c 1 ASDC deployResourceStructure
2021-09-21T08:52:28.398Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-09-21T08:52:28.399Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-21T08:52:28.399Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:52:28.400Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:52:28.402Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:52:28.402Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214348398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:52:28.502Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:52:28.503Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:52:28.503Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:28.523Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:28.524Z||pool-90-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:52:29.403Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-21T08:52:29.403Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-21T08:52:29.403Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:52:29.404Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:52:29.406Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:52:29.406Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214349402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-21T08:52:29.506Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:52:29.507Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:52:29.507Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:29.528Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:29.529Z||pool-91-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:52:30.407Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-21T08:52:30.407Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-21T08:52:30.407Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:52:30.407Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:52:30.410Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:52:30.410Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214350407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-21T08:52:30.510Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:52:30.512Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:52:30.512Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:30.523Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:30.523Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:52:31.410Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-21T08:52:31.411Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-21T08:52:31.411Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:52:31.412Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:52:31.414Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:52:31.414Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214351410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:52:31.514Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:52:31.516Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:52:31.516Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:52:31.528Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:52:31.528Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:52:32.419Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a11b9fc-5497-4b32-8b78-a5aff5c42e31
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:52:32.432Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a11b9fc-5497-4b32-8b78-a5aff5c42e31
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:52:32.435Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:52:32.435Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-21T08:52:32.435Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-21T08:52:32.435Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-21T08:52:32.436Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:52:32.436Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:52:32.436Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:52:32.436Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:52:32.436Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:52:32.436Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:52:32.436Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:52:32.441Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-21T08:53:02.443Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a11b9fc-5497-4b32-8b78-a5aff5c42e31 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-21T08:53:02.454Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a11b9fc-5497-4b32-8b78-a5aff5c42e31 and serviceModelVersionId: e2e4337d-bca9-496a-b222-67a6727411bd
2021-09-21T08:53:02.454Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b85ac93-61f8-4ba7-87ba-f4f8e67d36ce
2021-09-21T08:53:02.455Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b85ac93-61f8-4ba7-87ba-f4f8e67d36ce/model-vers/model-ver/e2e4337d-bca9-496a-b222-67a6727411bd?depth=0
2021-09-21T08:53:02.462Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-21T08:53:02.543Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b85ac93-61f8-4ba7-87ba-f4f8e67d36ce/model-vers/model-ver/e2e4337d-bca9-496a-b222-67a6727411bd?depth=0|INFO|500||Invoke
2021-09-21T08:53:02.543Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b85ac93-61f8-4ba7-87ba-f4f8e67d36ce/model-vers/model-ver/e2e4337d-bca9-496a-b222-67a6727411bd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b85ac93-61f8-4ba7-87ba-f4f8e67d36ce/model-vers/model-ver/e2e4337d-bca9-496a-b222-67a6727411bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2a11b9fc-5497-4b32-8b78-a5aff5c42e31], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[379502e6-d209-4314-ae65-84ab91a51a5f], X-ECOMP-RequestID=[2a11b9fc-5497-4b32-8b78-a5aff5c42e31], X-TransactionId=[], X-ONAP-RequestID=[2a11b9fc-5497-4b32-8b78-a5aff5c42e31], Content-Type=[application/merge-patch+json]}
2021-09-21T08:53:02.571Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b85ac93-61f8-4ba7-87ba-f4f8e67d36ce/model-vers/model-ver/e2e4337d-bca9-496a-b222-67a6727411bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-21T08:53:02.857Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b85ac93-61f8-4ba7-87ba-f4f8e67d36ce/model-vers/model-ver/e2e4337d-bca9-496a-b222-67a6727411bd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b85ac93-61f8-4ba7-87ba-f4f8e67d36ce/model-vers/model-ver/e2e4337d-bca9-496a-b222-67a6727411bd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210921-08:53:02:592-57416], vertex-id=[237800], Content-Length=[0], Date=[Tue, 21 Sep 2021 08:53:02 GMT], Content-Type=[application/json]}
2021-09-21T08:53:02.857Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b85ac93-61f8-4ba7-87ba-f4f8e67d36ce/model-vers/model-ver/e2e4337d-bca9-496a-b222-67a6727411bd?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-21T08:53:02.858Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3b85ac93-61f8-4ba7-87ba-f4f8e67d36ce/model-vers/model-ver/e2e4337d-bca9-496a-b222-67a6727411bd?depth=0|INFO|500||InvokeReturn
2021-09-21T08:53:02.858Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-21T08:53:02.858Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:53:02.864Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-21T08:53:02.864Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a11b9fc-5497-4b32-8b78-a5aff5c42e31 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-21T08:53:02.865Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-21T08:53:02.865Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:53:02.868Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:53:02.868Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214382864,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:53:02.969Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-21T08:53:02.972Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:53:02.972Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:53:02.990Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:53:02.991Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T08:53:03.902Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:53:03.903Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:53:03.903Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:53:13.526Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:53:13.527Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:53:13.528Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:53:13.528Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:53:14.287Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:53:14.288Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:53:14.288Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:53:14.323Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:53:14.323Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T08:53:14.323Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-21T08:53:14.325Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:53:23.095Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:53:23.097Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:53:23.097Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:53:23.097Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:53:32.700Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:53:32.703Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:53:32.703Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:53:32.704Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:53:42.281Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:53:42.286Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:53:42.287Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:53:42.287Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:53:51.851Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:54:14.267Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:54:14.270Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:54:14.270Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:54:14.287Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:54:14.288Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:54:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:54:14.313Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:54:14.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T08:54:14.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:54:14.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:54:14.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T08:54:14.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214034268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:54:14.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:54:14.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T08:54:14.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214278219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:54:14.317Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:54:14.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T08:54:14.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214281268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:54:14.318Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:54:14.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T08:54:14.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214282889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:54:14.318Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:54:14.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T08:54:14.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214284756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:54:14.318Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:54:14.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T08:54:14.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214286574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:54:14.319Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:54:14.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T08:54:14.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214288484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:54:14.319Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:54:14.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T08:54:14.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214289608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-21T08:54:14.320Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:54:14.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T08:54:14.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214290614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-21T08:54:14.320Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:54:14.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T08:54:14.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214291617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:54:14.320Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:54:14.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T08:54:14.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214292622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-21T08:54:14.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:54:14.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T08:54:14.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214293628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-21T08:54:14.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:54:14.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T08:54:14.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214294632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:54:14.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:54:14.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T08:54:14.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae8bb22b-be38-409f-9732-790f3d0e7d67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214326185,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:54:14.322Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:54:14.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T08:54:14.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214327233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:54:14.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:54:14.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T08:54:14.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214327233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:54:14.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:54:14.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T08:54:14.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214327233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:54:14.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:54:23.903Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:55:14.267Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:55:14.270Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:55:14.270Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:55:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:55:14.289Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:55:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:55:14.811Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:55:14.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T08:55:14.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214327233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:55:14.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:55:14.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T08:55:14.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214327233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-21T08:55:14.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:55:14.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T08:55:14.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214327233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:55:14.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:55:14.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T08:55:14.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214327233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:55:14.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:55:14.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T08:55:14.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214327233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:55:14.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:55:14.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T08:55:14.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214340390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:55:14.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:55:14.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T08:55:14.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214343473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:55:14.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:55:14.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T08:55:14.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214345181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:55:14.819Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:55:14.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T08:55:14.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214347248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:55:14.819Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:55:14.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T08:55:14.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214348398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:55:14.820Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:55:14.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T08:55:14.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214349402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-21T08:55:14.820Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:55:14.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T08:55:14.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214350407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-21T08:55:14.821Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:55:14.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T08:55:14.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214351410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:55:14.821Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:55:14.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T08:55:14.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a11b9fc-5497-4b32-8b78-a5aff5c42e31",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214382864,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:55:14.822Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:55:23.873Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:14.268Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:56:14.275Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:56:14.276Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:56:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:56:14.288Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:56:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:56:20.348Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:20.349Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-21T08:56:20.349Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a876c1aa-185c-459a-ba76-fbd7333e0149","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"3f6a6cc6-3349-4c9c-ab95-2b466d139aad","serviceDescription":"service","serviceInvariantUUID":"c1f3697b-625e-4641-8adb-030759b24362","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8402fc5c-7912-4fd3-a2c7-703f09058bb9","resourceInvariantUUID":"255dcf4e-17ec-4526-ac22-5da05db694e3","resourceCustomizationUUID":"af3a7767-b4f4-4632-83d5-d0382c715594","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":"6243e05b-d41d-4607-9ce0-0f9ac01d65d5","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":"MDg1MzQzZmE2MTUyNzhkM2MyNDczYzQ5MWU0YjRhNGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89c138c6-0c21-48ea-a6f2-9bb4f983fda6","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":"ZTMyMDg2YjAzMzg3NTNhMzc1NTFkNjU1M2NjYTAxMDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"82177b58-15cf-4ac9-a9bd-ee1dcd518699","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":"1f58cf73-615a-4592-98b9-98c72ce09b38","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":"02f5ea0a-eb8f-4ad3-936c-1d39ffcf995e","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":"99c37b16-e953-4b06-9264-900349544128","artifactVersion":"2","generatedFromUUID":"1f58cf73-615a-4592-98b9-98c72ce09b38"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MjYyMWRjYzViM2FmOWM3MmI2ZGJiMzE3M2Y0ZmEwNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f74309d-a8f7-4bbe-9885-bac928e2dac6","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MTc2ZGE3NDJhMWY4MDI4M2RhYTZjZDVjMDczZDU0MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bb245b16-387f-4c5c-94e4-95b0139e9919","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-21T08:56:20.353Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:56:20.353Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:56:20.358Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:56:20.358Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214574267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:56:20.458Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:56:20.459Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:56:20.460Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:56:20.469Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:20.470Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:56:20.576Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:20.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:56:20.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214573657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:56:20.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:56:20.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:56:20.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "cds",
  "timestamp": 1632214576351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:56:20.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:56:21.359Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:56:21.360Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:56:21.363Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:56:21.363Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214574267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:56:21.467Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-21T08:56:21.468Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:56:21.468Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:56:21.477Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:21.477Z||pool-96-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:56:22.364Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:56:22.365Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:56:22.367Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:56:22.368Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214574267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:56:22.470Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-21T08:56:22.473Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:56:22.473Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:56:22.482Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:22.483Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:56:23.368Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:56:23.369Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:56:23.371Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:56:23.371Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214574267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:56:23.472Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:56:23.473Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:56:23.473Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:56:23.490Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:23.490Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:56:24.373Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:56:24.379Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:56:24.381Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:56:24.381Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214574267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:56:24.482Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-21T08:56:24.482Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:56:24.482Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:56:24.497Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:24.497Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:56:25.382Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:56:25.382Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:56:25.384Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:56:25.384Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214574267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-21T08:56:25.484Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:56:25.485Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:56:25.485Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:56:25.493Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:25.495Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:56:26.385Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:56:26.385Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:56:26.391Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:56:26.391Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214574267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:56:26.487Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-21T08:56:26.488Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:56:26.489Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:56:26.500Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:26.500Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:56:27.392Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:56:27.393Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:56:27.396Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:56:27.396Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214574267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:56:27.496Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:56:27.497Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:56:27.497Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:56:27.506Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:27.506Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:56:28.402Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "3f6a6cc6-3349-4c9c-ab95-2b466d139aad",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1f3697b-625e-4641-8adb-030759b24362",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "af3a7767-b4f4-4632-83d5-d0382c715594",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8402fc5c-7912-4fd3-a2c7-703f09058bb9",
      "resourceInvariantUUID": "255dcf4e-17ec-4526-ac22-5da05db694e3",
      "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": "ZTMyMDg2YjAzMzg3NTNhMzc1NTFkNjU1M2NjYTAxMDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "82177b58-15cf-4ac9-a9bd-ee1dcd518699",
          "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": "1f58cf73-615a-4592-98b9-98c72ce09b38",
          "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": "99c37b16-e953-4b06-9264-900349544128",
            "generatedFromUUID": "1f58cf73-615a-4592-98b9-98c72ce09b38"
          },
          "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": "99c37b16-e953-4b06-9264-900349544128",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MTc2ZGE3NDJhMWY4MDI4M2RhYTZjZDVjMDczZDU0MTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bb245b16-387f-4c5c-94e4-95b0139e9919"
    }
  ],
  "workloadContext": "Production"
}
2021-09-21T08:56:28.403Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-21T08:56:28.403Z|2a11b9fc-5497-4b32-8b78-a5aff5c42e31|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3f6a6cc6-3349-4c9c-ab95-2b466d139aad ASDC
2021-09-21T08:56:28.404Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a876c1aa-185c-459a-ba76-fbd7333e0149
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:3f6a6cc6-3349-4c9c-ab95-2b466d139aad
ServiceInvariantUUID:c1f3697b-625e-4641-8adb-030759b24362
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:bb245b16-387f-4c5c-94e4-95b0139e9919
ArtifactChecksum:MTc2ZGE3NDJhMWY4MDI4M2RhYTZjZDVjMDczZDU0MTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:af3a7767-b4f4-4632-83d5-d0382c715594
ResourceInvariantUUID:255dcf4e-17ec-4526-ac22-5da05db694e3
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:8402fc5c-7912-4fd3-a2c7-703f09058bb9
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:82177b58-15cf-4ac9-a9bd-ee1dcd518699
ArtifactChecksum:ZTMyMDg2YjAzMzg3NTNhMzc1NTFkNjU1M2NjYTAxMDc=
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:1f58cf73-615a-4592-98b9-98c72ce09b38
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:99c37b16-e953-4b06-9264-900349544128
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:99c37b16-e953-4b06-9264-900349544128
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-21T08:56:28.404Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f6a6cc6-3349-4c9c-ab95-2b466d139aad ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:56:28.453Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:56:28.455Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:56:28.455Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:56:28.455Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bb245b16-387f-4c5c-94e4-95b0139e9919 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-21T08:56:28.455Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:56:28.456Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-21T08:56:29.183Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:56:29.186Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar bb245b16-387f-4c5c-94e4-95b0139e9919 73473
2021-09-21T08:56:29.187Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-21T08:56:29.187Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-21T08:56:29.187Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:56:29.187Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:56:29.190Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:56:29.190Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214589186,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:56:29.291Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:56:29.292Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:56:29.292Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:56:29.305Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:29.306Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:56:30.191Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:56:30.192Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:56:30.192Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bb245b16-387f-4c5c-94e4-95b0139e9919, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-21T08:56:30.192Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-21T08:56:30.193Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-21T08:56:30.193Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-21T08:56:30.383Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7486475036665186375/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-21T08:56:31.709Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-21T08:56:31.710Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-21T08:56:31.710Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-21T08:56:31.710Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-21T08:56:31.710Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-21T08:56:31.711Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-21T08:56:31.711Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-21T08:56:31.711Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-21T08:56:31.711Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-21T08:56:31.711Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-21T08:56:31.711Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-21T08:56:31.712Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-21T08:56:31.712Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-21T08:56:31.712Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-21T08:56:31.712Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:31.712Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:56:31.713Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-21T08:56:31.713Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-21T08:56:31.714Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:56:31.715Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:31.715Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:56:31.715Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-21T08:56:31.715Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-21T08:56:31.715Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:56:31.716Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:31.716Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:56:31.717Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:31.717Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-21T08:56:31.717Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-21T08:56:31.717Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-21T08:56:31.717Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-21T08:56:31.717Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-21T08:56:31.717Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-21T08:56:31.718Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:31.718Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T08:56:31.718Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:31.718Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-21T08:56:31.718Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:56:31.718Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:31.719Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-21T08:56:31.719Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:56:31.719Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:31.719Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-21T08:56:31.719Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:56:31.719Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:31.719Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-21T08:56:31.720Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-21T08:56:31.720Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-21T08:56:31.720Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f1d4bdcd-b2c8-475b-99d6-fa3ee5647b53
2021-09-21T08:56:31.720Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:31.720Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:56:31.720Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:31.720Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:56:31.720Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:31.721Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:56:31.721Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:31.721Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:56:31.721Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:3f6a6cc6-3349-4c9c-ab95-2b466d139aad
Model Version:NULL
Model InvariantUuid:c1f3697b-625e-4641-8adb-030759b24362
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:72d96e43-5df6-4a7a-bcb9-809a85a755d4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:255dcf4e-17ec-4526-ac22-5da05db694e3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:af3a7767-b4f4-4632-83d5-d0382c715594
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2eed57e0-923c-4ac9-9365-7e464b749c33
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:669a85eb-242e-4e24-bf45-af613b3a5cf9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f1d4bdcd-b2c8-475b-99d6-fa3ee5647b53
ModelInvariantUuid:4752000e-ca1b-47cb-99e8-9d06002fa6ac
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:89f53331-af81-4291-ac72-01a7d96f3eda
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:257e18d6-788e-41b2-a39c-0e57b682a17b
ModelInvariantUuid:b4a61985-5deb-471b-be32-f01c918d781b
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:2c4fb471-03ee-4be0-a3f4-ab64f3a1795a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-21T08:56:31.728Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 8402fc5c-7912-4fd3-a2c7-703f09058bb9
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:56:31.732Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||basicclamp 0
2021-09-21T08:56:31.733Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8402fc5c-7912-4fd3-a2c7-703f09058bb9
2021-09-21T08:56:31.733Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 82177b58-15cf-4ac9-a9bd-ee1dcd518699 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-21T08:56:31.733Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:56:31.733Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-21T08:56:32.052Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:56:32.052Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 82177b58-15cf-4ac9-a9bd-ee1dcd518699 790
2021-09-21T08:56:32.053Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-21T08:56:32.053Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-21T08:56:32.053Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:56:32.053Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:56:32.056Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:56:32.056Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214592053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:56:32.156Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:56:32.157Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:56:32.157Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:56:32.172Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:32.172Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:56:33.075Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2eed57e0-923c-4ac9-9365-7e464b749c33",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "669a85eb-242e-4e24-bf45-af613b3a5cf9",
    "vfModuleModelCustomizationUUID": "926e8b83-3bb3-4723-888b-4e35a3f43050",
    "isBase": true,
    "artifacts": [
      "1f58cf73-615a-4592-98b9-98c72ce09b38",
      "99c37b16-e953-4b06-9264-900349544128"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-21T08:56:33.080Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:669a85eb-242e-4e24-bf45-af613b3a5cf9
VfModuleModelInvariantUUID:2eed57e0-923c-4ac9-9365-7e464b749c33
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f58cf73-615a-4592-98b9-98c72ce09b38
,
99c37b16-e953-4b06-9264-900349544128

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-21T08:56:33.088Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2eed57e0-923c-4ac9-9365-7e464b749c33",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "669a85eb-242e-4e24-bf45-af613b3a5cf9",
    "vfModuleModelCustomizationUUID": "926e8b83-3bb3-4723-888b-4e35a3f43050",
    "isBase": true,
    "artifacts": [
      "1f58cf73-615a-4592-98b9-98c72ce09b38",
      "99c37b16-e953-4b06-9264-900349544128"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-21T08:56:33.088Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:669a85eb-242e-4e24-bf45-af613b3a5cf9
VfModuleModelInvariantUUID:2eed57e0-923c-4ac9-9365-7e464b749c33
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f58cf73-615a-4592-98b9-98c72ce09b38
,
99c37b16-e953-4b06-9264-900349544128

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-09-21T08:56:33.088Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1f58cf73-615a-4592-98b9-98c72ce09b38 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-21T08:56:33.088Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:56:33.089Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-21T08:56:33.754Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:56:33.755Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 1f58cf73-615a-4592-98b9-98c72ce09b38 5033
2021-09-21T08:56:33.755Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-21T08:56:33.756Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-21T08:56:33.756Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:56:33.757Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:56:33.759Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:56:33.759Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214593755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:56:33.859Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:56:33.860Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:56:33.860Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:56:33.889Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:33.889Z||pool-105-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:56:34.761Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 99c37b16-e953-4b06-9264-900349544128 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-21T08:56:34.762Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:56:34.762Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-21T08:56:35.187Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:56:35.188Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 99c37b16-e953-4b06-9264-900349544128 909
2021-09-21T08:56:35.200Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-21T08:56:35.201Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-21T08:56:35.201Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:56:35.201Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:56:35.210Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:56:35.211Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214595200,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:56:35.303Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-09-21T08:56:35.304Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:56:35.304Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:56:35.318Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:35.319Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:56:36.213Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3f6a6cc6-3349-4c9c-ab95-2b466d139aad
2021-09-21T08:56:36.213Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 8402fc5c-7912-4fd3-a2c7-703f09058bb9 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:56:36.230Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e1434d2, org.onap.sdc.toscaparser.api.parameters.Input@2fd35831, org.onap.sdc.toscaparser.api.parameters.Input@ab78b35, org.onap.sdc.toscaparser.api.parameters.Input@23796ae7, org.onap.sdc.toscaparser.api.parameters.Input@3c5478fe]
2021-09-21T08:56:36.232Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:36.232Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:56:36.233Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-09-21T08:56:36.233Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= af3a7767-b4f4-4632-83d5-d0382c715594
2021-09-21T08:56:36.233Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af3a7767-b4f4-4632-83d5-d0382c715594 matches Tosca VF Customization UUID: af3a7767-b4f4-4632-83d5-d0382c715594
2021-09-21T08:56:36.233Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: af3a7767-b4f4-4632-83d5-d0382c715594  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-21T08:56:36.236Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:36.236Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:56:36.237Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id af3a7767-b4f4-4632-83d5-d0382c715594: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-21T08:56:36.237Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@576d1aed
2021-09-21T08:56:36.237Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:36.237Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T08:56:36.238Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 926e8b83-3bb3-4723-888b-4e35a3f43050
2021-09-21T08:56:36.238Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 926e8b83-3bb3-4723-888b-4e35a3f43050
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-21T08:56:36.240Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:36.240Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-21T08:56:36.240Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:56:36.241Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:36.241Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-21T08:56:36.241Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:56:36.241Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:36.242Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-21T08:56:36.245Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-21T08:56:36.245Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-21T08:56:36.245Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f1d4bdcd-b2c8-475b-99d6-fa3ee5647b53
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-21T08:56:36.247Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:36.248Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-21T08:56:36.248Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:56:36.250Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:36.258Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-21T08:56:36.258Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=af3a7767-b4f4-4632-83d5-d0382c715594
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:56:36.260Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:36.260Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:56:36.260Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3f6a6cc6-3349-4c9c-ab95-2b466d139aad: basicclamp
2021-09-21T08:56:36.260Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:36.261Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:56:36.261Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:36.261Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:56:36.261Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:36.261Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:56:36.261Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:36.261Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:56:36.262Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T08:56:36.262Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:56:36.262Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:56:36.380Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 8402fc5c-7912-4fd3-a2c7-703f09058bb9 1 ASDC deployResourceStructure
2021-09-21T08:56:36.381Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-21T08:56:36.382Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-21T08:56:36.382Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:56:36.382Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:56:36.385Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:56:36.385Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214596381,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:56:36.485Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:56:36.486Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:56:36.486Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:56:36.501Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:36.502Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:56:37.386Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-21T08:56:37.387Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-21T08:56:37.387Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:56:37.387Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:56:37.389Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:56:37.389Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214597386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-21T08:56:37.489Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:56:37.490Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:56:37.490Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:56:37.501Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:37.502Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:56:38.390Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-21T08:56:38.390Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-21T08:56:38.390Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:56:38.391Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:56:38.393Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:56:38.393Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214598389,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-21T08:56:38.493Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:56:38.494Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:56:38.494Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:56:38.510Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:38.511Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:56:39.394Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-21T08:56:39.394Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-21T08:56:39.394Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:56:39.395Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:56:39.399Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:56:39.399Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214599394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:56:39.498Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-21T08:56:39.499Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:56:39.499Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:56:39.512Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:56:39.513Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:56:40.401Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a876c1aa-185c-459a-ba76-fbd7333e0149
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:56:40.411Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a876c1aa-185c-459a-ba76-fbd7333e0149
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:56:40.413Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:56:40.413Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:56:40.413Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:57:10.414Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a876c1aa-185c-459a-ba76-fbd7333e0149
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:57:10.431Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a876c1aa-185c-459a-ba76-fbd7333e0149
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:57:10.434Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:57:10.434Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:57:10.434Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:57:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:57:14.291Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:57:14.291Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:57:14.321Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:57:14.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:57:14.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214574267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:57:14.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:57:40.435Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a876c1aa-185c-459a-ba76-fbd7333e0149
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:57:40.449Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a876c1aa-185c-459a-ba76-fbd7333e0149
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:57:40.451Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:57:40.451Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:57:40.451Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:58:10.452Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a876c1aa-185c-459a-ba76-fbd7333e0149
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:58:10.473Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a876c1aa-185c-459a-ba76-fbd7333e0149
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:58:10.474Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:58:10.475Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:58:10.475Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:58:14.288Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:58:14.291Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:58:14.292Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:58:14.851Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:58:14.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214573657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "cds",
  "timestamp": 1632214576351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214574267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "cds",
  "timestamp": 1632214576351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214573657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214574267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:58:14.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "policy-id",
  "timestamp": 1632214582207,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "cds",
  "timestamp": 1632214576351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214574267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:58:14.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214573657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "policy-id",
  "timestamp": 1632214582207,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "dcae-sch",
  "timestamp": 1632214583681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:58:14.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "cds",
  "timestamp": 1632214576351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214573657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214574267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "policy-id",
  "timestamp": 1632214582207,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "dcae-sch",
  "timestamp": 1632214583681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "cds",
  "timestamp": 1632214576351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214573657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214574267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-21T08:58:14.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "policy-id",
  "timestamp": 1632214582207,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:58:14.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "dcae-sch",
  "timestamp": 1632214583681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "cds",
  "timestamp": 1632214576351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214573657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214574267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "policy-id",
  "timestamp": 1632214582207,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "dcae-sch",
  "timestamp": 1632214583681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "cds",
  "timestamp": 1632214576351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:58:14.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214573657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214574267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:58:14.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214587097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "policy-id",
  "timestamp": 1632214582207,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "dcae-sch",
  "timestamp": 1632214583681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214587097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "policy-id",
  "timestamp": 1632214582207,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214589186,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:58:14.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:14.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "cds",
  "timestamp": 1632214589274,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:58:14.906Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:14.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "dcae-sch",
  "timestamp": 1632214583681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214587097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:58:14.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "policy-id",
  "timestamp": 1632214582207,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:58:14.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "cds",
  "timestamp": 1632214590279,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:58:14.919Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a876c1aa-185c-459a-ba76-fbd7333e0149
2021-09-21T08:58:14.919Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a876c1aa-185c-459a-ba76-fbd7333e0149 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:58:14.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "dcae-sch",
  "timestamp": 1632214583681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214587097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-21T08:58:14.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "dcae-sch",
  "timestamp": 1632214583681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "aai-ml",
  "timestamp": 1632214590728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "policy-id",
  "timestamp": 1632214591473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:58:14.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:14.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214587097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214592053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:58:14.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:14.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "aai-ml",
  "timestamp": 1632214590728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "policy-id",
  "timestamp": 1632214592479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:58:14.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:14.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214587097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-21T08:58:14.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214592470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "aai-ml",
  "timestamp": 1632214590728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "policy-id",
  "timestamp": 1632214593482,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:58:14.958Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a876c1aa-185c-459a-ba76-fbd7333e0149
2021-09-21T08:58:14.959Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a876c1aa-185c-459a-ba76-fbd7333e0149 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:58:14.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214587097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214593755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:58:14.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:14.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214592470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "aai-ml",
  "timestamp": 1632214590728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "dcae-sch",
  "timestamp": 1632214594476,
  "artifactURL": "/sdc/v1/catalog/services/3f6a6cc6-3349-4c9c-ab95-2b466d139aad/resourceInstances/basicclamp0/artifacts/6243e05b-d41d-4607-9ce0-0f9ac01d65d5",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:58:14.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:14.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214587097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:58:14.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214592470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214595200,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:58:14.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:14.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "aai-ml",
  "timestamp": 1632214590728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "clamp",
  "timestamp": 1632214595134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "dcae-sch",
  "timestamp": 1632214595790,
  "artifactURL": "/sdc/v1/catalog/services/3f6a6cc6-3349-4c9c-ab95-2b466d139aad/resourceInstances/basicclamp0/artifacts/6243e05b-d41d-4607-9ce0-0f9ac01d65d5",
  "status": "DEPLOY_OK"
}
2021-09-21T08:58:14.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:14.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214592470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214596381,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:58:14.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:14.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "aai-ml",
  "timestamp": 1632214590728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "clamp",
  "timestamp": 1632214595134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:14.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:14.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:14.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "dcae-sch",
  "timestamp": 1632214596798,
  "artifactURL": "/sdc/v1/catalog/services/3f6a6cc6-3349-4c9c-ab95-2b466d139aad/resourceInstances/basicclamp0/artifacts/6243e05b-d41d-4607-9ce0-0f9ac01d65d5",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:58:14.995Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of a876c1aa-185c-459a-ba76-fbd7333e0149
2021-09-21T08:58:14.995Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a876c1aa-185c-459a-ba76-fbd7333e0149 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:58:15.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214596885,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:58:15.009Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:15.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214592470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:15.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:15.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214597386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-21T08:58:15.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:15.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "aai-ml",
  "timestamp": 1632214590728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:15.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:15.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "clamp",
  "timestamp": 1632214595134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-21T08:58:15.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:15.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214592470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:15.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:15.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "aai-ml",
  "timestamp": 1632214590728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:58:15.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:15.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214598401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:58:15.013Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:15.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214598389,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-21T08:58:15.013Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:15.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "clamp",
  "timestamp": 1632214595134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:15.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:15.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214592470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:15.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:15.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214599394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:58:15.016Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:15.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "clamp",
  "timestamp": 1632214595134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:15.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:15.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214592470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:58:15.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:15.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214600187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:58:15.017Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:15.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "aai-ml",
  "timestamp": 1632214600211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:58:15.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:15.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "clamp",
  "timestamp": 1632214595134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:15.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:15.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214601221,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:58:15.026Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a876c1aa-185c-459a-ba76-fbd7333e0149
2021-09-21T08:58:15.026Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a876c1aa-185c-459a-ba76-fbd7333e0149 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-21T08:58:15.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "clamp",
  "timestamp": 1632214595134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T08:58:15.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:15.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214601896,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:58:15.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:15.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214602224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:58:15.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:15.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "clamp",
  "timestamp": 1632214595134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T08:58:15.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T08:58:15.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214604333,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:58:15.038Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:15.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214605347,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:58:15.043Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a876c1aa-185c-459a-ba76-fbd7333e0149
2021-09-21T08:58:15.043Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a876c1aa-185c-459a-ba76-fbd7333e0149 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:58:15.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "aai-ml",
  "timestamp": 1632214609368,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:58:15.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:15.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "aai-ml",
  "timestamp": 1632214610372,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:58:15.059Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a876c1aa-185c-459a-ba76-fbd7333e0149
2021-09-21T08:58:15.059Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a876c1aa-185c-459a-ba76-fbd7333e0149 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:58:15.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "clamp",
  "timestamp": 1632214615711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:58:15.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:15.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "clamp",
  "timestamp": 1632214616715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-21T08:58:15.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:15.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "clamp",
  "timestamp": 1632214620781,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T08:58:15.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:15.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "clamp",
  "timestamp": 1632214621783,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-21T08:58:15.081Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:58:15.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T08:58:15.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "clamp",
  "timestamp": 1632214622787,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:58:15.089Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a876c1aa-185c-459a-ba76-fbd7333e0149
2021-09-21T08:58:15.090Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a876c1aa-185c-459a-ba76-fbd7333e0149 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:58:40.475Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a876c1aa-185c-459a-ba76-fbd7333e0149
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:58:40.488Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a876c1aa-185c-459a-ba76-fbd7333e0149
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T08:58:40.498Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:58:40.499Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-21T08:58:40.499Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-21T08:58:40.499Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-21T08:58:40.499Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:58:40.499Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:58:40.500Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:58:40.500Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:58:40.500Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:58:40.500Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:58:40.500Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T08:58:40.500Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:58:40.511Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-21T08:59:10.513Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a876c1aa-185c-459a-ba76-fbd7333e0149 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-21T08:59:10.539Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a876c1aa-185c-459a-ba76-fbd7333e0149 and serviceModelVersionId: 3f6a6cc6-3349-4c9c-ab95-2b466d139aad
2021-09-21T08:59:10.539Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1f3697b-625e-4641-8adb-030759b24362
2021-09-21T08:59:10.541Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1f3697b-625e-4641-8adb-030759b24362/model-vers/model-ver/3f6a6cc6-3349-4c9c-ab95-2b466d139aad?depth=0
2021-09-21T08:59:10.560Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-21T08:59:10.617Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1f3697b-625e-4641-8adb-030759b24362/model-vers/model-ver/3f6a6cc6-3349-4c9c-ab95-2b466d139aad?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-21T08:59:10.619Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1f3697b-625e-4641-8adb-030759b24362/model-vers/model-ver/3f6a6cc6-3349-4c9c-ab95-2b466d139aad?depth=0|INFO|500||Invoke
2021-09-21T08:59:10.644Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1f3697b-625e-4641-8adb-030759b24362/model-vers/model-ver/3f6a6cc6-3349-4c9c-ab95-2b466d139aad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-21T08:59:10.950Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1f3697b-625e-4641-8adb-030759b24362/model-vers/model-ver/3f6a6cc6-3349-4c9c-ab95-2b466d139aad?depth=0|INFO|500||InvokeReturn
2021-09-21T08:59:10.951Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1f3697b-625e-4641-8adb-030759b24362/model-vers/model-ver/3f6a6cc6-3349-4c9c-ab95-2b466d139aad?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210921-08:59:10:666-60592], vertex-id=[213024], Content-Length=[0], Date=[Tue, 21 Sep 2021 08:59:10 GMT], Content-Type=[application/json]}
2021-09-21T08:59:10.953Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-09-21T08:59:10.953Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-21T08:59:10.953Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:59:10.961Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-21T08:59:10.961Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a876c1aa-185c-459a-ba76-fbd7333e0149 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-21T08:59:10.961Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-21T08:59:10.962Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:59:10.966Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:59:10.966Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214750961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:59:11.080Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2021-09-21T08:59:11.081Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T08:59:11.087Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:59:11.101Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:59:11.102Z||pool-111-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T08:59:11.982Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:59:11.982Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:59:11.982Z|a876c1aa-185c-459a-ba76-fbd7333e0149|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:59:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:59:14.288Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:59:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:59:14.921Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:59:14.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:59:14.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a876c1aa-185c-459a-ba76-fbd7333e0149",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214750961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:59:14.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:59:22.305Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:59:22.306Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:59:22.307Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:59:22.307Z|a876c1aa-185c-459a-ba76-fbd7333e0149|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:59:31.878Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T08:59:31.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:59:31.881Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:59:31.881Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:59:41.459Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:00:14.268Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:00:14.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:00:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:00:14.287Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:00:14.288Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:00:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:00:14.847Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:00:14.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T09:00:14.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "clamp",
  "timestamp": 1632214805136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:00:14.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:00:14.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:00:14.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T09:00:14.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"cf006960-28f1-4242-8050-1a829bd86ab4","serviceName":"Demo_pNF_Aw5Z8B79Il0FYysC5q4W","serviceVersion":"1.0","serviceUUID":"b0181252-7c59-44c1-99f7-be5a4625a6f0","serviceDescription":"catalog service description","serviceInvariantUUID":"5878a05c-72d0-463a-87f7-6e2fadb5a636","resources":[{"resourceInstanceName":"pNF fcfa53b5-7d4d 0","resourceName":"pNF fcfa53b5-7d4d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2f4636bd-59f9-4c60-b982-5806883f4e32","resourceInvariantUUID":"d78b6e6c-d61b-44c4-b513-a333fb685ce8","resourceCustomizationUUID":"846e6a52-8973-4cad-9b04-be846d0cd042","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vf-license-model.xml","artifactChecksum":"NGU5NThiNDIwNTE4MDg4MmZlM2ZlZjZiZmQxM2IxNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8534d5e5-a212-4867-a37c-dc570de7b709","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/pNF.csar","artifactChecksum":"YWM4MzZmOWZmMTRmM2FjODlhMTExNGNmNWU2ZjYyODI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"465e644e-f23f-483d-be1b-e2863f938868","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e9d3d1a-898a-4520-84d8-2d2c2d964a07","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vendor-license-model.xml","artifactChecksum":"MTJjM2RiY2Q2YTE4Y2QyMzM2ZjA4NmYyNjVhYjk5MGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"13d9fb98-7ca8-4c39-9ddb-1255effa35ae","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"120a085f-dd47-43e8-b038-c76a90e8305c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f03b1b30-e317-43c5-95ff-8fbe3668b9f0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAw5z8b79il0fyysc5q4w-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-template.yml","artifactChecksum":"OTgzYTIwMjAxNmEzYzVhY2QxYmQ3ODA1NWQ1OTFjMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01666baf-c7d4-4b62-b45d-1b91c99dcea8","artifactVersion":"1"},{"artifactName":"service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar","artifactChecksum":"NTYxNTllYTQ4MDFmMDdlM2VhZjg1ZDczYzNmY2ZkMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a774c53e-0580-4c46-aa50-60131ca80cf3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-21T09:00:14.901Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T09:00:14.902Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:00:14.905Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:00:14.906Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214814267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:00:15.006Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T09:00:15.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-09-21T09:00:15.007Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:00:15.018Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:00:15.018Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T09:00:15.907Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T09:00:15.908Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:00:15.911Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:00:15.911Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214814267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:00:16.011Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T09:00:16.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-09-21T09:00:16.012Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:00:16.023Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:00:16.024Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-21T09:00:16.911Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T09:00:16.912Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:00:16.915Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:00:16.915Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214814267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:00:17.015Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T09:00:17.016Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:00:17.016Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:00:17.029Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:00:17.029Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-21T09:00:17.916Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T09:00:17.917Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:00:17.921Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:00:17.921Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214814267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:00:18.021Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T09:00:18.022Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:00:18.022Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:00:18.033Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:00:18.033Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T09:00:18.921Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T09:00:18.923Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:00:18.925Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:00:18.925Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214814267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:00:19.025Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T09:00:19.026Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:00:19.026Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:00:19.037Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:00:19.037Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T09:00:19.926Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T09:00:19.927Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:00:19.931Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:00:19.931Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214814267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:00:20.030Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T09:00:20.032Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:00:20.032Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:00:20.042Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:00:20.042Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T09:00:20.932Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T09:00:20.932Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:00:20.936Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:00:20.936Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214814267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:00:21.037Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-21T09:00:21.038Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:00:21.038Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:00:21.049Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:00:21.049Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T09:00:21.937Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T09:00:21.939Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:00:21.941Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:00:21.942Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214814267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T09:00:22.041Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T09:00:22.042Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:00:22.042Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:00:22.052Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:00:22.052Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-21T09:00:22.943Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "serviceName": "Demo_pNF_Aw5Z8B79Il0FYysC5q4W",
  "serviceVersion": "1.0",
  "serviceUUID": "b0181252-7c59-44c1-99f7-be5a4625a6f0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5878a05c-72d0-463a-87f7-6e2fadb5a636",
  "resources": [
    {
      "resourceInstanceName": "pNF fcfa53b5-7d4d 0",
      "resourceCustomizationUUID": "846e6a52-8973-4cad-9b04-be846d0cd042",
      "resourceName": "pNF fcfa53b5-7d4d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2f4636bd-59f9-4c60-b982-5806883f4e32",
      "resourceInvariantUUID": "d78b6e6c-d61b-44c4-b513-a333fb685ce8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
      "artifactChecksum": "NTYxNTllYTQ4MDFmMDdlM2VhZjg1ZDczYzNmY2ZkMTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a774c53e-0580-4c46-aa50-60131ca80cf3"
    }
  ],
  "workloadContext": "Production"
}
2021-09-21T09:00:22.944Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-21T09:00:22.944Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b0181252-7c59-44c1-99f7-be5a4625a6f0 ASDC
2021-09-21T09:00:22.945Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:cf006960-28f1-4242-8050-1a829bd86ab4
ServiceName:Demo_pNF_Aw5Z8B79Il0FYysC5q4W
ServiceVersion:1.0
ServiceUUID:b0181252-7c59-44c1-99f7-be5a4625a6f0
ServiceInvariantUUID:5878a05c-72d0-463a-87f7-6e2fadb5a636
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar
ArtifactUUID:a774c53e-0580-4c46-aa50-60131ca80cf3
ArtifactChecksum:NTYxNTllYTQ4MDFmMDdlM2VhZjg1ZDczYzNmY2ZkMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fcfa53b5-7d4d 0
ResourceCustomizationUUID:846e6a52-8973-4cad-9b04-be846d0cd042
ResourceInvariantUUID:d78b6e6c-d61b-44c4-b513-a333fb685ce8
ResourceName:pNF fcfa53b5-7d4d
ResourceType:PNF
ResourceUUID:2f4636bd-59f9-4c60-b982-5806883f4e32
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-21T09:00:22.945Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0181252-7c59-44c1-99f7-be5a4625a6f0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T09:00:22.991Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T09:00:22.993Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-21T09:00:22.993Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-21T09:00:22.994Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a774c53e-0580-4c46-aa50-60131ca80cf3 from URL: /sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar
2021-09-21T09:00:22.994Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-21T09:00:22.994Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar
2021-09-21T09:00:23.578Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-21T09:00:23.582Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar a774c53e-0580-4c46-aa50-60131ca80cf3 82540
2021-09-21T09:00:23.582Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar ASDC sendASDCNotification
2021-09-21T09:00:23.583Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar
2021-09-21T09:00:23.583Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T09:00:23.583Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:00:23.585Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:00:23.585Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214823582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T09:00:23.685Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T09:00:23.686Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:00:23.686Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:00:23.695Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:00:23.695Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-21T09:00:24.585Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T09:00:24.587Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-21T09:00:24.587Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a774c53e-0580-4c46-aa50-60131ca80cf3, URL: /sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar to file: /app/ASDC/1/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar
2021-09-21T09:00:24.587Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar
2021-09-21T09:00:24.588Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar
2021-09-21T09:00:24.588Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar
2021-09-21T09:00:24.754Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17341221706197795183/Definitions/service-DemoPnfAw5z8b79il0fyysc5q4w-template.yml
2021-09-21T09:00:25.601Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-21T09:00:25.602Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-21T09:00:25.602Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar
2021-09-21T09:00:25.602Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-21T09:00:25.602Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar
2021-09-21T09:00:25.602Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar
2021-09-21T09:00:25.602Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar
2021-09-21T09:00:25.602Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar
2021-09-21T09:00:25.602Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar
2021-09-21T09:00:25.602Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fcfa53b5-7d4d 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-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar
2021-09-21T09:00:25.602Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar
2021-09-21T09:00:25.603Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-21T09:00:25.603Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T09:00:25.603Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Aw5Z8B79Il0FYysC5q4W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T09:00:25.603Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Node template pNF fcfa53b5-7d4d 0 is matching search criteria
2021-09-21T09:00:25.603Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-21T09:00:25.604Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF fcfa53b5-7d4d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T09:00:25.605Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T09:00:25.605Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Aw5Z8B79Il0FYysC5q4W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T09:00:25.605Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Node template pNF fcfa53b5-7d4d 0 is matching search criteria
2021-09-21T09:00:25.605Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-21T09:00:25.606Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF fcfa53b5-7d4d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T09:00:25.606Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T09:00:25.606Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Aw5Z8B79Il0FYysC5q4W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T09:00:25.606Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T09:00:25.606Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Aw5Z8B79Il0FYysC5q4W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T09:00:25.607Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T09:00:25.607Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Aw5Z8B79Il0FYysC5q4W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T09:00:25.607Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T09:00:25.607Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Aw5Z8B79Il0FYysC5q4W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T09:00:25.607Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T09:00:25.607Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Aw5Z8B79Il0FYysC5q4W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T09:00:25.607Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Aw5Z8B79Il0FYysC5q4W
Description:catalog service description
Model UUID:b0181252-7c59-44c1-99f7-be5a4625a6f0
Model Version:NULL
Model InvariantUuid:5878a05c-72d0-463a-87f7-6e2fadb5a636
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-21T09:00:25.616Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2f4636bd-59f9-4c60-b982-5806883f4e32
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T09:00:25.621Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||pNF fcfa53b5-7d4d 0
2021-09-21T09:00:25.621Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2f4636bd-59f9-4c60-b982-5806883f4e32
2021-09-21T09:00:25.622Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||No resources found for Service: b0181252-7c59-44c1-99f7-be5a4625a6f0
2021-09-21T09:00:25.622Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b0181252-7c59-44c1-99f7-be5a4625a6f0
2021-09-21T09:00:25.622Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fcfa53b5-7d4d 0 2f4636bd-59f9-4c60-b982-5806883f4e32 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T09:00:25.627Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f488a4a, org.onap.sdc.toscaparser.api.parameters.Input@6428232c, org.onap.sdc.toscaparser.api.parameters.Input@2419303c, org.onap.sdc.toscaparser.api.parameters.Input@32e9d3a7, org.onap.sdc.toscaparser.api.parameters.Input@1958056a]
2021-09-21T09:00:25.628Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T09:00:25.628Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Aw5Z8B79Il0FYysC5q4W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T09:00:25.628Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b0181252-7c59-44c1-99f7-be5a4625a6f0: pNF fcfa53b5-7d4d
2021-09-21T09:00:25.628Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||Processing PNF resource: 2f4636bd-59f9-4c60-b982-5806883f4e32
2021-09-21T09:00:25.628Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T09:00:25.628Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Aw5Z8B79Il0FYysC5q4W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T09:00:25.629Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||Resource customization UUID: 846e6a52-8973-4cad-9b04-be846d0cd042 is the same as notified resource customizationUUID: 846e6a52-8973-4cad-9b04-be846d0cd042
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-21T09:00:25.675Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fcfa53b5-7d4d 2f4636bd-59f9-4c60-b982-5806883f4e32 0 ASDC deployResourceStructure
2021-09-21T09:00:25.676Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar ASDC sendASDCNotification
2021-09-21T09:00:25.676Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar
2021-09-21T09:00:25.676Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T09:00:25.677Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:00:25.680Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:00:25.680Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214825676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T09:00:25.780Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T09:00:25.781Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:00:25.781Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:00:25.790Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:00:25.791Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T09:00:26.681Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf006960-28f1-4242-8050-1a829bd86ab4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T09:00:26.704Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf006960-28f1-4242-8050-1a829bd86ab4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T09:00:26.706Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T09:00:26.706Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T09:00:26.706Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T09:00:56.707Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf006960-28f1-4242-8050-1a829bd86ab4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T09:00:56.730Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf006960-28f1-4242-8050-1a829bd86ab4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T09:00:56.732Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T09:00:56.732Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T09:00:56.732Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T09:01:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:01:14.290Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:01:14.291Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:01:14.322Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:01:14.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T09:01:14.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214807099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:01:14.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:01:14.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T09:01:14.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214813655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:01:14.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:01:26.732Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf006960-28f1-4242-8050-1a829bd86ab4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T09:01:26.770Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf006960-28f1-4242-8050-1a829bd86ab4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T09:01:26.780Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T09:01:26.780Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T09:01:26.781Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T09:01:56.782Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf006960-28f1-4242-8050-1a829bd86ab4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T09:01:56.803Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf006960-28f1-4242-8050-1a829bd86ab4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T09:01:56.805Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T09:01:56.805Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T09:01:56.805Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T09:02:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:02:14.293Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:02:14.293Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:02:14.319Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:02:14.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T09:02:14.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214814267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:02:14.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:02:26.805Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf006960-28f1-4242-8050-1a829bd86ab4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T09:02:26.820Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf006960-28f1-4242-8050-1a829bd86ab4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T09:02:26.822Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T09:02:26.822Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T09:02:26.822Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T09:02:56.824Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf006960-28f1-4242-8050-1a829bd86ab4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T09:02:56.841Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf006960-28f1-4242-8050-1a829bd86ab4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T09:02:56.844Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T09:02:56.844Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T09:02:56.844Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T09:03:14.291Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:03:14.297Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:03:14.297Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:03:14.334Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:03:14.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "clamp",
  "timestamp": 1632214805136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214807099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214813655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214814267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "clamp",
  "timestamp": 1632214805136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214807099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214813655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214814267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "cds",
  "timestamp": 1632214816352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "clamp",
  "timestamp": 1632214805136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214807099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214813655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214814267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "cds",
  "timestamp": 1632214816352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "clamp",
  "timestamp": 1632214805136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214807099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214813655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214814267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "cds",
  "timestamp": 1632214816352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "clamp",
  "timestamp": 1632214805136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214807099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214813655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-21T09:03:14.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214814267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "cds",
  "timestamp": 1632214816352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "clamp",
  "timestamp": 1632214805136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214807099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214813655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214814267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "cds",
  "timestamp": 1632214816352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "clamp",
  "timestamp": 1632214805136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T09:03:14.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214807099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T09:03:14.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214813655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214814267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T09:03:14.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "cds",
  "timestamp": 1632214816352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "policy-id",
  "timestamp": 1632214822207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "cds",
  "timestamp": 1632214816352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214823327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T09:03:14.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:03:14.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214823582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T09:03:14.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:03:14.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "policy-id",
  "timestamp": 1632214822207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "cds",
  "timestamp": 1632214816352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T09:03:14.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "dcae-sch",
  "timestamp": 1632214823681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214824559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-21T09:03:14.351Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:03:14.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "policy-id",
  "timestamp": 1632214822207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "dcae-sch",
  "timestamp": 1632214823681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214825565,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T09:03:14.363Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of cf006960-28f1-4242-8050-1a829bd86ab4
2021-09-21T09:03:14.364Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf006960-28f1-4242-8050-1a829bd86ab4 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T09:03:14.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632214825676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T09:03:14.378Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:03:14.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "policy-id",
  "timestamp": 1632214822207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "cds",
  "timestamp": 1632214826005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T09:03:14.379Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:03:14.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "dcae-sch",
  "timestamp": 1632214823681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "policy-id",
  "timestamp": 1632214822207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "cds",
  "timestamp": 1632214827011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T09:03:14.385Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cf006960-28f1-4242-8050-1a829bd86ab4
2021-09-21T09:03:14.385Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf006960-28f1-4242-8050-1a829bd86ab4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T09:03:14.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "dcae-sch",
  "timestamp": 1632214823681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "policy-id",
  "timestamp": 1632214822207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "dcae-sch",
  "timestamp": 1632214823681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "policy-id",
  "timestamp": 1632214822207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "dcae-sch",
  "timestamp": 1632214823681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "clamp",
  "timestamp": 1632214829457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T09:03:14.396Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:03:14.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "policy-id",
  "timestamp": 1632214822207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T09:03:14.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "dcae-sch",
  "timestamp": 1632214823681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "clamp",
  "timestamp": 1632214830496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T09:03:14.397Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:03:14.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "dcae-sch",
  "timestamp": 1632214823681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "aai-ml",
  "timestamp": 1632214830729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "clamp",
  "timestamp": 1632214831499,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T09:03:14.402Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cf006960-28f1-4242-8050-1a829bd86ab4
2021-09-21T09:03:14.403Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf006960-28f1-4242-8050-1a829bd86ab4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T09:03:14.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "policy-id",
  "timestamp": 1632214831567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T09:03:14.411Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:03:14.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "aai-ml",
  "timestamp": 1632214830729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "policy-id",
  "timestamp": 1632214832577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T09:03:14.412Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:03:14.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214832470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "aai-ml",
  "timestamp": 1632214830729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "policy-id",
  "timestamp": 1632214833586,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T09:03:14.416Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cf006960-28f1-4242-8050-1a829bd86ab4
2021-09-21T09:03:14.416Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf006960-28f1-4242-8050-1a829bd86ab4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T09:03:14.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214832470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "aai-ml",
  "timestamp": 1632214830729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214832470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "aai-ml",
  "timestamp": 1632214830729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214832470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "aai-ml",
  "timestamp": 1632214830729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214832470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "aai-ml",
  "timestamp": 1632214830729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214832470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/resourceInstances/pnffcfa53b57d4d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "aai-ml",
  "timestamp": 1632214830729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T09:03:14.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214832470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:03:14.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "aai-ml",
  "timestamp": 1632214840138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T09:03:14.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:03:14.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214832470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T09:03:14.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:03:14.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214841802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T09:03:14.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:03:14.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214843804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T09:03:14.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:03:14.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214844809,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T09:03:14.439Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cf006960-28f1-4242-8050-1a829bd86ab4
2021-09-21T09:03:14.439Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf006960-28f1-4242-8050-1a829bd86ab4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T09:03:14.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "aai-ml",
  "timestamp": 1632214846180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAw5z8b79il0fyysc5q4w/1.0/artifacts/service-DemoPnfAw5z8b79il0fyysc5q4w-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T09:03:14.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:03:14.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T09:03:14.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "aai-ml",
  "timestamp": 1632214847183,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T09:03:14.454Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cf006960-28f1-4242-8050-1a829bd86ab4
2021-09-21T09:03:14.455Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf006960-28f1-4242-8050-1a829bd86ab4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T09:03:26.844Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf006960-28f1-4242-8050-1a829bd86ab4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T09:03:26.857Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf006960-28f1-4242-8050-1a829bd86ab4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T09:03:26.859Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T09:03:26.860Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-21T09:03:26.860Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-21T09:03:26.860Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-21T09:03:26.860Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T09:03:26.860Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T09:03:26.861Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T09:03:26.861Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T09:03:26.861Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T09:03:26.861Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T09:03:26.861Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T09:03:26.861Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T09:03:26.868Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-21T09:03:56.869Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cf006960-28f1-4242-8050-1a829bd86ab4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-21T09:03:56.884Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cf006960-28f1-4242-8050-1a829bd86ab4 and serviceModelVersionId: b0181252-7c59-44c1-99f7-be5a4625a6f0
2021-09-21T09:03:56.884Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5878a05c-72d0-463a-87f7-6e2fadb5a636
2021-09-21T09:03:56.886Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5878a05c-72d0-463a-87f7-6e2fadb5a636/model-vers/model-ver/b0181252-7c59-44c1-99f7-be5a4625a6f0?depth=0
2021-09-21T09:03:56.896Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-21T09:03:56.963Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5878a05c-72d0-463a-87f7-6e2fadb5a636/model-vers/model-ver/b0181252-7c59-44c1-99f7-be5a4625a6f0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-21T09:03:56.965Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5878a05c-72d0-463a-87f7-6e2fadb5a636/model-vers/model-ver/b0181252-7c59-44c1-99f7-be5a4625a6f0?depth=0|INFO|500||Invoke
2021-09-21T09:03:56.991Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5878a05c-72d0-463a-87f7-6e2fadb5a636/model-vers/model-ver/b0181252-7c59-44c1-99f7-be5a4625a6f0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-21T09:03:57.217Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5878a05c-72d0-463a-87f7-6e2fadb5a636/model-vers/model-ver/b0181252-7c59-44c1-99f7-be5a4625a6f0?depth=0|INFO|500||InvokeReturn
2021-09-21T09:03:57.217Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5878a05c-72d0-463a-87f7-6e2fadb5a636/model-vers/model-ver/b0181252-7c59-44c1-99f7-be5a4625a6f0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210921-09:03:57:020-5722], vertex-id=[209000], Content-Length=[0], Date=[Tue, 21 Sep 2021 09:03:57 GMT], Content-Type=[application/json]}
2021-09-21T09:03:57.234Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-21T09:03:57.234Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-21T09:03:57.234Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T09:03:57.241Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-21T09:03:57.242Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cf006960-28f1-4242-8050-1a829bd86ab4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-21T09:03:57.242Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-21T09:03:57.242Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:03:57.246Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:03:57.246Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215037242,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T09:03:57.346Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T09:03:57.348Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:03:57.348Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:03:57.362Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:03:57.363Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T09:03:58.268Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:03:58.268Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:03:58.268Z|cf006960-28f1-4242-8050-1a829bd86ab4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:04:02.624Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:04:02.626Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T09:04:02.626Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c17cbb1b-8b28-4aec-9dde-c00a924822d4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a6598dd2-01d2-4427-8515-c15a90079f4d","serviceDescription":"service","serviceInvariantUUID":"aa23efc3-51f5-4bd5-b068-230ab4701128","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0a75053f-13fb-49bf-84fd-84fc787b5cc3","resourceInvariantUUID":"7dde1138-5061-4dae-a4b5-4c66556b6e51","resourceCustomizationUUID":"af7b34b0-e259-46a2-b8ef-92c836f87f3e","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":"NzczNjA5OWE5MmYwMTQ0YjE1ZjcxMTRhMGZiYjhhZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64a7c680-c54f-4a37-b539-474f463a89b7","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":"a6d82817-e097-4576-a517-ebefc3a8529f","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":"296b3ad7-ebe6-4b3b-a6c2-8869de52c746","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":"YjE4ZjAxYTI0NTM3YWU5NjliYWM2NTA0YjBmYzQ0NDY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"515cc28a-50cc-416a-a922-5d07a6293314","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":"e170b99c-21e9-4c5f-9328-ed5f257fc235","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":"a3bb3ae2-5d38-4914-8a3d-f6411b2e1f5a","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":"b3195f01-8ac4-4379-8a0a-3cd15b737856","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":"MDM0MzMwZGJlNjhiMGY1MzVhNDY3M2ZhNTA0NTEwMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"112292ce-1c2b-4bb4-b2d3-ffd3abd2997c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDUyZmQ0YTFhOTRjODlkMDhkYzE0NmI3ZGM0NzI4ZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdbaba03-e147-4781-a2fc-93a2ede78462","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-21T09:04:02.628Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T09:04:02.629Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:04:02.631Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:04:02.631Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215038268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:02.731Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T09:04:02.733Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:04:02.733Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:04:02.751Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:04:02.751Z||pool-123-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-21T09:04:03.632Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T09:04:03.633Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:04:03.635Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:04:03.635Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215038268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:03.735Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T09:04:03.736Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:04:03.736Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:04:03.747Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:04:03.748Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-21T09:04:04.640Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T09:04:04.641Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:04:04.644Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:04:04.644Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215038268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:04.744Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T09:04:04.745Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:04:04.745Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:04:04.781Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:04:04.782Z||pool-125-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-09-21T09:04:05.645Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T09:04:05.645Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:04:05.648Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:04:05.648Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215038268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:05.748Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T09:04:05.749Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:04:05.749Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:04:05.759Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:04:05.759Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T09:04:06.648Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T09:04:06.650Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:04:06.656Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:04:06.656Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215038268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:06.753Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-21T09:04:06.754Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:04:06.754Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:04:06.785Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:04:06.786Z||pool-127-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-09-21T09:04:07.657Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T09:04:07.658Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:04:07.660Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:04:07.660Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215038268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:07.761Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-21T09:04:07.762Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:04:07.762Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:04:07.772Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:04:07.772Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T09:04:08.660Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T09:04:08.664Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:04:08.671Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:04:08.671Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215038268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:08.767Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-21T09:04:08.769Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:04:08.770Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:04:08.794Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:04:08.795Z||pool-129-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-09-21T09:04:09.671Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T09:04:09.673Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:04:09.675Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:04:09.675Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215038268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:09.777Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-21T09:04:09.779Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:04:09.779Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:04:09.790Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:04:09.792Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-21T09:04:10.676Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T09:04:10.677Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:04:10.680Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:04:10.680Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215038268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T09:04:10.784Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-21T09:04:10.785Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:04:10.785Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:04:10.814Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:04:10.817Z||pool-131-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2021-09-21T09:04:11.682Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a6598dd2-01d2-4427-8515-c15a90079f4d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "aa23efc3-51f5-4bd5-b068-230ab4701128",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "af7b34b0-e259-46a2-b8ef-92c836f87f3e",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0a75053f-13fb-49bf-84fd-84fc787b5cc3",
      "resourceInvariantUUID": "7dde1138-5061-4dae-a4b5-4c66556b6e51",
      "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": "ZDUyZmQ0YTFhOTRjODlkMDhkYzE0NmI3ZGM0NzI4ZjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdbaba03-e147-4781-a2fc-93a2ede78462"
    }
  ],
  "workloadContext": "Production"
}
2021-09-21T09:04:11.684Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-21T09:04:11.684Z|cf006960-28f1-4242-8050-1a829bd86ab4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a6598dd2-01d2-4427-8515-c15a90079f4d ASDC
2021-09-21T09:04:11.685Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c17cbb1b-8b28-4aec-9dde-c00a924822d4
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a6598dd2-01d2-4427-8515-c15a90079f4d
ServiceInvariantUUID:aa23efc3-51f5-4bd5-b068-230ab4701128
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:fdbaba03-e147-4781-a2fc-93a2ede78462
ArtifactChecksum:ZDUyZmQ0YTFhOTRjODlkMDhkYzE0NmI3ZGM0NzI4ZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:af7b34b0-e259-46a2-b8ef-92c836f87f3e
ResourceInvariantUUID:7dde1138-5061-4dae-a4b5-4c66556b6e51
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:0a75053f-13fb-49bf-84fd-84fc787b5cc3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-21T09:04:11.685Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6598dd2-01d2-4427-8515-c15a90079f4d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T09:04:11.721Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T09:04:11.722Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-21T09:04:11.722Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-21T09:04:11.722Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fdbaba03-e147-4781-a2fc-93a2ede78462 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-21T09:04:11.722Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-21T09:04:11.723Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-21T09:04:12.274Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-21T09:04:12.290Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar fdbaba03-e147-4781-a2fc-93a2ede78462 105546
2021-09-21T09:04:12.293Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-21T09:04:12.293Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-21T09:04:12.293Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T09:04:12.293Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:04:12.295Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:04:12.296Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215052293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T09:04:12.396Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T09:04:12.398Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:04:12.398Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:04:12.421Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:04:12.422Z||pool-132-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2021-09-21T09:04:13.296Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T09:04:13.298Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-21T09:04:13.298Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fdbaba03-e147-4781-a2fc-93a2ede78462, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-21T09:04:13.298Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-21T09:04:13.299Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-21T09:04:13.299Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-21T09:04:13.465Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17956215456105382653/Definitions/service-TestPnfMacro-template.yml
2021-09-21T09:04:14.285Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-21T09:04:14.286Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-21T09:04:14.286Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-21T09:04:14.286Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-21T09:04:14.286Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-21T09:04:14.287Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-21T09:04:14.287Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-21T09:04:14.287Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-21T09:04:14.287Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-21T09:04:14.287Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-21T09:04:14.287Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-21T09:04:14.287Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-21T09:04:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:04:14.288Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T09:04:14.288Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T09:04:14.288Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:04:14.288Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-21T09:04:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:04:14.288Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-21T09:04:14.289Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T09:04:14.289Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T09:04:14.290Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T09:04:14.290Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-21T09:04:14.290Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-21T09:04:14.291Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T09:04:14.291Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T09:04:14.291Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T09:04:14.291Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T09:04:14.291Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T09:04:14.292Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T09:04:14.292Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T09:04:14.292Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T09:04:14.292Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T09:04:14.293Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T09:04:14.293Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T09:04:14.293Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:a6598dd2-01d2-4427-8515-c15a90079f4d
Model Version:NULL
Model InvariantUuid:aa23efc3-51f5-4bd5-b068-230ab4701128
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-21T09:04:14.307Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0a75053f-13fb-49bf-84fd-84fc787b5cc3
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T09:04:14.309Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||test-pnf 0
2021-09-21T09:04:14.310Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0a75053f-13fb-49bf-84fd-84fc787b5cc3
2021-09-21T09:04:14.310Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||No resources found for Service: a6598dd2-01d2-4427-8515-c15a90079f4d
2021-09-21T09:04:14.310Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a6598dd2-01d2-4427-8515-c15a90079f4d
2021-09-21T09:04:14.310Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 0a75053f-13fb-49bf-84fd-84fc787b5cc3 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T09:04:14.314Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46bb6d7c, org.onap.sdc.toscaparser.api.parameters.Input@2b17a8dc, org.onap.sdc.toscaparser.api.parameters.Input@24a9448b, org.onap.sdc.toscaparser.api.parameters.Input@a4d41ad, org.onap.sdc.toscaparser.api.parameters.Input@17801d15]
2021-09-21T09:04:14.315Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T09:04:14.315Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T09:04:14.315Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a6598dd2-01d2-4427-8515-c15a90079f4d: test-pnf
2021-09-21T09:04:14.315Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||Processing PNF resource: 0a75053f-13fb-49bf-84fd-84fc787b5cc3
2021-09-21T09:04:14.317Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-21T09:04:14.317Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T09:04:14.317Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||Resource customization UUID: af7b34b0-e259-46a2-b8ef-92c836f87f3e is the same as notified resource customizationUUID: af7b34b0-e259-46a2-b8ef-92c836f87f3e
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
2021-09-21T09:04:14.328Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:04:14.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214933654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.330Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_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-09-21T09:04:14.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "cds",
  "timestamp": 1632214936351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.330Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214933654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "cds",
  "timestamp": 1632214936351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T09:04:14.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214933654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "cds",
  "timestamp": 1632214936351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "policy-id",
  "timestamp": 1632214942209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214933654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "cds",
  "timestamp": 1632214936351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "policy-id",
  "timestamp": 1632214942209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214933654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "cds",
  "timestamp": 1632214936351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "dcae-sch",
  "timestamp": 1632214943681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "policy-id",
  "timestamp": 1632214942209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
2021-09-21T09:04:14.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214933654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.338Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "cds",
  "timestamp": 1632214936351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "dcae-sch",
  "timestamp": 1632214943681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "policy-id",
  "timestamp": 1632214942209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2021-09-21T09:04:14.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214933654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-21T09:04:14.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "cds",
  "timestamp": 1632214936351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2021-09-21T09:04:14.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "dcae-sch",
  "timestamp": 1632214943681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2021-09-21T09:04:14.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "policy-id",
  "timestamp": 1632214942209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214933654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "cds",
  "timestamp": 1632214936351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-21T09:04:14.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "dcae-sch",
  "timestamp": 1632214943681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214947097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "policy-id",
  "timestamp": 1632214942209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214933654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "cds",
  "timestamp": 1632214936351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T09:04:14.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "dcae-sch",
  "timestamp": 1632214943681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.351Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 0a75053f-13fb-49bf-84fd-84fc787b5cc3 0 ASDC deployResourceStructure
2021-09-21T09:04:14.352Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-21T09:04:14.352Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-21T09:04:14.352Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T09:04:14.352Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:04:14.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214947097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "policy-id",
  "timestamp": 1632214942209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "dcae-sch",
  "timestamp": 1632214943681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214947097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.355Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:04:14.355Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.355Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215054351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T09:04:14.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "policy-id",
  "timestamp": 1632214942209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.355Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214950004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-21T09:04:14.356Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:04:14.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "cds",
  "timestamp": 1632214950115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T09:04:14.356Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:04:14.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "dcae-sch",
  "timestamp": 1632214943681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.356Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214947097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.357Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "policy-id",
  "timestamp": 1632214942209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T09:04:14.357Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214951038,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-21T09:04:14.357Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:04:14.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "dcae-sch",
  "timestamp": 1632214943681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.357Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "cds",
  "timestamp": 1632214951385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T09:04:14.363Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c17cbb1b-8b28-4aec-9dde-c00a924822d4
2021-09-21T09:04:14.363Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c17cbb1b-8b28-4aec-9dde-c00a924822d4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T09:04:14.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "aai-ml",
  "timestamp": 1632214950728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214947097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632214952041,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T09:04:14.377Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c17cbb1b-8b28-4aec-9dde-c00a924822d4
2021-09-21T09:04:14.377Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c17cbb1b-8b28-4aec-9dde-c00a924822d4 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T09:04:14.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "dcae-sch",
  "timestamp": 1632214943681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "aai-ml",
  "timestamp": 1632214950728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "policy-id",
  "timestamp": 1632214952480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T09:04:14.385Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:04:14.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214947097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214952471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "aai-ml",
  "timestamp": 1632214950728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "policy-id",
  "timestamp": 1632214953489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T09:04:14.386Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:04:14.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214947097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214952471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "aai-ml",
  "timestamp": 1632214950728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "policy-id",
  "timestamp": 1632214954493,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T09:04:14.391Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c17cbb1b-8b28-4aec-9dde-c00a924822d4
2021-09-21T09:04:14.391Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c17cbb1b-8b28-4aec-9dde-c00a924822d4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T09:04:14.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214947097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.398Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214952471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.399Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "aai-ml",
  "timestamp": 1632214950728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.399Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632214947097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T09:04:14.399Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "clamp",
  "timestamp": 1632214955137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.400Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214952471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.400Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "aai-ml",
  "timestamp": 1632214950728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "clamp",
  "timestamp": 1632214955137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214952471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "aai-ml",
  "timestamp": 1632214950728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "clamp",
  "timestamp": 1632214955137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214952471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "aai-ml",
  "timestamp": 1632214950728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "clamp",
  "timestamp": 1632214955137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214952471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "aai-ml",
  "timestamp": 1632214950728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T09:04:14.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "clamp",
  "timestamp": 1632214955137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214952471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "clamp",
  "timestamp": 1632214955137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214952471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T09:04:14.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "aai-ml",
  "timestamp": 1632214961208,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T09:04:14.405Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:04:14.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "clamp",
  "timestamp": 1632214955137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "clamp",
  "timestamp": 1632214955137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:04:14.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214963271,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T09:04:14.406Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:04:14.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "clamp",
  "timestamp": 1632214955137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T09:04:14.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:04:14.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214965349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T09:04:14.407Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:04:14.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632214966373,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T09:04:14.412Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c17cbb1b-8b28-4aec-9dde-c00a924822d4
2021-09-21T09:04:14.412Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c17cbb1b-8b28-4aec-9dde-c00a924822d4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T09:04:14.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "aai-ml",
  "timestamp": 1632214966481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T09:04:14.419Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:04:14.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "aai-ml",
  "timestamp": 1632214967484,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T09:04:14.427Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c17cbb1b-8b28-4aec-9dde-c00a924822d4
2021-09-21T09:04:14.427Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c17cbb1b-8b28-4aec-9dde-c00a924822d4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T09:04:14.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "clamp",
  "timestamp": 1632214971776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T09:04:14.437Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:04:14.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "clamp",
  "timestamp": 1632214973791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T09:04:14.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:04:14.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:04:14.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "clamp",
  "timestamp": 1632214974797,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T09:04:14.442Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c17cbb1b-8b28-4aec-9dde-c00a924822d4
2021-09-21T09:04:14.442Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c17cbb1b-8b28-4aec-9dde-c00a924822d4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T09:04:14.455Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T09:04:14.455Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:04:14.456Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:04:14.487Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:04:14.488Z||pool-133-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2021-09-21T09:04:15.373Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c17cbb1b-8b28-4aec-9dde-c00a924822d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T09:04:15.383Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c17cbb1b-8b28-4aec-9dde-c00a924822d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T09:04:15.386Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T09:04:15.386Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-21T09:04:15.386Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-21T09:04:15.386Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-21T09:04:15.386Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T09:04:15.386Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T09:04:15.386Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T09:04:15.386Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T09:04:15.386Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T09:04:15.387Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T09:04:15.387Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-21T09:04:15.387Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T09:04:15.391Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-21T09:04:45.394Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c17cbb1b-8b28-4aec-9dde-c00a924822d4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-21T09:04:45.406Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c17cbb1b-8b28-4aec-9dde-c00a924822d4 and serviceModelVersionId: a6598dd2-01d2-4427-8515-c15a90079f4d
2021-09-21T09:04:45.406Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa23efc3-51f5-4bd5-b068-230ab4701128
2021-09-21T09:04:45.408Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa23efc3-51f5-4bd5-b068-230ab4701128/model-vers/model-ver/a6598dd2-01d2-4427-8515-c15a90079f4d?depth=0
2021-09-21T09:04:45.416Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-21T09:04:45.480Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aa23efc3-51f5-4bd5-b068-230ab4701128/model-vers/model-ver/a6598dd2-01d2-4427-8515-c15a90079f4d?depth=0|INFO|500||Invoke
2021-09-21T09:04:45.481Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aa23efc3-51f5-4bd5-b068-230ab4701128/model-vers/model-ver/a6598dd2-01d2-4427-8515-c15a90079f4d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aa23efc3-51f5-4bd5-b068-230ab4701128/model-vers/model-ver/a6598dd2-01d2-4427-8515-c15a90079f4d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c17cbb1b-8b28-4aec-9dde-c00a924822d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[04521b34-59e4-4816-8f0a-424f203d4721], X-ECOMP-RequestID=[c17cbb1b-8b28-4aec-9dde-c00a924822d4], X-TransactionId=[], X-ONAP-RequestID=[c17cbb1b-8b28-4aec-9dde-c00a924822d4], Content-Type=[application/merge-patch+json]}
2021-09-21T09:04:45.512Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aa23efc3-51f5-4bd5-b068-230ab4701128/model-vers/model-ver/a6598dd2-01d2-4427-8515-c15a90079f4d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-21T09:04:45.972Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aa23efc3-51f5-4bd5-b068-230ab4701128/model-vers/model-ver/a6598dd2-01d2-4427-8515-c15a90079f4d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aa23efc3-51f5-4bd5-b068-230ab4701128/model-vers/model-ver/a6598dd2-01d2-4427-8515-c15a90079f4d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210921-09:04:45:535-73278], vertex-id=[512224], Content-Length=[0], Date=[Tue, 21 Sep 2021 09:04:45 GMT], Content-Type=[application/json]}
2021-09-21T09:04:45.973Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aa23efc3-51f5-4bd5-b068-230ab4701128/model-vers/model-ver/a6598dd2-01d2-4427-8515-c15a90079f4d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-21T09:04:45.973Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aa23efc3-51f5-4bd5-b068-230ab4701128/model-vers/model-ver/a6598dd2-01d2-4427-8515-c15a90079f4d?depth=0|INFO|500||InvokeReturn
2021-09-21T09:04:45.974Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-21T09:04:45.974Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T09:04:45.987Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-21T09:04:45.988Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c17cbb1b-8b28-4aec-9dde-c00a924822d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-21T09:04:45.988Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-21T09:04:45.988Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-21T09:04:45.996Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T09:04:45.996Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215085988,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T09:04:46.093Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-21T09:04:46.094Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T09:04:46.094Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T09:04:46.142Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:04:46.142Z||pool-134-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T09:04:47.011Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:04:47.012Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:04:47.012Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:04:56.587Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:04:56.588Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:04:56.588Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:04:56.589Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:05:06.202Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:05:06.203Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:05:06.204Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:05:06.205Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:05:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:05:14.289Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:05:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:05:14.312Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:05:14.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:05:14.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cf006960-28f1-4242-8050-1a829bd86ab4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215037242,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T09:05:14.317Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:05:14.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:05:14.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215038268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:05:14.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:05:14.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:05:14.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215038268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:05:14.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:05:14.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:05:14.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215038268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:05:14.320Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:05:14.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:05:14.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215038268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:05:14.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:05:14.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:05:14.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215038268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:05:14.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:05:14.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:05:14.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215038268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:05:14.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:05:14.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:05:14.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215038268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:05:14.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:05:14.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:05:14.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215038268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-21T09:05:14.324Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:05:14.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:05:14.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215038268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-21T09:05:14.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-21T09:05:14.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T09:05:14.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215052293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-21T09:05:14.326Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:05:15.803Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:05:15.811Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:05:15.812Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:05:15.813Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:05:25.474Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:06:14.267Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:06:14.269Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:06:14.269Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:06:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:06:14.288Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:06:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:06:14.314Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:06:14.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T09:06:14.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215054351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-21T09:06:14.316Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:06:23.882Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:07:14.268Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:07:14.270Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:07:14.270Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:07:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:07:14.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:07:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:07:14.812Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:07:14.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T09:07:14.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c17cbb1b-8b28-4aec-9dde-c00a924822d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632215085988,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T09:07:14.814Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T09:07:23.831Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:08:14.267Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:08:14.272Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:08:14.272Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:08:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:08:14.288Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:08:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:08:23.849Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:08:23.851Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:09:14.273Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:09:14.275Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:09:14.275Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:09:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:09:14.289Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:09:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:09:23.843Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:09:23.853Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:10:14.280Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:10:14.282Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:10:14.282Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:10:14.288Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:10:14.288Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:10:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:10:23.854Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:10:23.857Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:11:14.267Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:11:14.270Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:11:14.271Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:11:14.287Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:11:14.288Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:11:14.288Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:11:23.849Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:11:23.857Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:12:14.267Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:12:14.270Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:12:14.270Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:12:14.288Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:12:14.289Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:12:14.289Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:12:23.868Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:12:23.936Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:13:14.272Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:13:14.274Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:13:14.274Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:13:14.287Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:13:14.288Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:13:14.288Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:13:23.918Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:13:23.919Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:14:14.267Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:14:14.269Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:14:14.269Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:14:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:14:14.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:14:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:14:23.831Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:14:23.843Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:15:14.267Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:15:14.269Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:15:14.270Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:15:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:15:14.288Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:15:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:15:23.860Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:15:23.864Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:16:14.267Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:16:14.269Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:16:14.270Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:16:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:16:14.288Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:16:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:16:23.852Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:16:23.852Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:17:14.267Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:17:14.269Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:17:14.270Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:17:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:17:14.288Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:17:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:17:23.830Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:17:23.866Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:18:14.271Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:18:14.274Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:18:14.274Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:18:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:18:14.289Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:18:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:18:23.895Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:18:23.897Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:19:14.267Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:19:14.269Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:19:14.270Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:19:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:19:14.288Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:19:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:19:23.856Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:19:23.857Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:20:14.271Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:20:14.278Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:20:14.280Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:20:14.289Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:20:14.289Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:20:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:20:23.839Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:20:23.841Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:21:14.268Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:21:14.271Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:21:14.271Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:21:14.287Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:21:14.288Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:21:14.288Z|a876c1aa-185c-459a-ba76-fbd7333e0149|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:21:23.839Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:21:23.849Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:22:14.268Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:22:14.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:22:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:22:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:22:14.288Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:22:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:22:23.823Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:22:23.867Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:23:14.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:23:14.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:23:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:23:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:23:14.288Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:23:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:23:23.826Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:23:23.828Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:24:14.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:24:14.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:24:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:24:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:24:14.289Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:24:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:24:23.845Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:24:23.848Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:25:14.268Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:25:14.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:25:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:25:14.287Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:25:14.287Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:25:14.288Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:25:23.845Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:25:23.857Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:26:14.267Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:26:14.271Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:26:14.271Z|a876c1aa-185c-459a-ba76-fbd7333e0149|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:26:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:26:14.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:26:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:26:23.855Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:26:23.886Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:27:14.267Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:27:14.269Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:27:14.269Z|a876c1aa-185c-459a-ba76-fbd7333e0149|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:27:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:27:14.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:27:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:27:23.847Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:27:23.848Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:28:14.268Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:28:14.271Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:28:14.271Z|a876c1aa-185c-459a-ba76-fbd7333e0149|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:28:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:28:14.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:28:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:28:23.870Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:28:23.870Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:29:14.268Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:29:14.272Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:29:14.272Z|a876c1aa-185c-459a-ba76-fbd7333e0149|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:29:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:29:14.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:29:14.287Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:29:23.832Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:29:23.858Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:30:01.492Z||http-nio-8085-exec-9|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-21T09:30:14.267Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:30:14.270Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:30:14.270Z|a876c1aa-185c-459a-ba76-fbd7333e0149|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:30:14.288Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:30:14.289Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:30:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:30:23.844Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:30:23.849Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:31:14.267Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:31:14.271Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:31:14.271Z|a876c1aa-185c-459a-ba76-fbd7333e0149|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:31:14.287Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:31:14.288Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:31:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:31:23.847Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:31:23.858Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:32:14.269Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:32:14.276Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:32:14.277Z|a876c1aa-185c-459a-ba76-fbd7333e0149|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:32:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:32:14.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:32:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:32:23.852Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:32:23.853Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:33:14.268Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:33:14.275Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:33:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:33:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:33:14.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:33:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:33:23.847Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:33:23.847Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:34:14.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:34:14.281Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:34:14.282Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:34:14.288Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:34:14.288Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:34:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:34:23.844Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:34:23.846Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:35:14.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:35:14.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:35:14.269Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:35:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:35:14.288Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:35:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:35:23.834Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:35:23.859Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:36:14.267Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:36:14.269Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:36:14.269Z|a876c1aa-185c-459a-ba76-fbd7333e0149|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:36:14.287Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:36:14.287Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:36:14.287Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:36:23.850Z|c17cbb1b-8b28-4aec-9dde-c00a924822d4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:36:23.850Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:37:14.267Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:37:14.269Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:37:14.270Z|a876c1aa-185c-459a-ba76-fbd7333e0149|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:37:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T09:37:14.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T09:37:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T09:37:23.832Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-21T09:37:23.832Z|a876c1aa-185c-459a-ba76-fbd7333e0149|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK