Results

By type

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

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

2021-11-08T09:49:21.450Z||main|||||INFO|500||The following profiles are active: basic
2021-11-08T09:49:32.105Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-08T09:49:32.106Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-08T09:49:32.207Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-08T09:49:34.751Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-08T09:49:34.943Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-08T09:49:35.384Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-08T09:49:35.394Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-08T09:49:35.476Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-08T09:49:35.634Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-08T09:49:36.102Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-08T09:49:37.037Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-08T09:49:39.297Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-08T09:49:39.349Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-08T09:49:39.833Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-08T09:49:40.112Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-11-08T09:49:41.368Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-08T09:49:42.446Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-11-08T09:49:42.466Z||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$$e4a59924.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-11-08T09:49:42.467Z||main|||||WARN|500||The sdc end point is not alive
2021-11-08T09:49:45.436Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-11-08T09:49:48.464Z||main|||||WARN|500||---
2021-11-08T09:49:48.464Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-08T09:49:48.465Z||main|||||WARN|500||---
2021-11-08T09:49:49.028Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-08T09:49:54.362Z||main|||||INFO|500||Started Application in 37.619 seconds (JVM running for 38.955)
2021-11-08T09:49:54.393Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-08T09:49:54.394Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-08T09:49:54.403Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-08T09:49:54.430Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-08T09:49:54.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4ec6bba9-9427-46dd-a63d-2982b935ef71 url= /sdc/v1/artifactTypes
2021-11-08T09:49:54.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-08T09:49:54.761Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-08T09:49:54.799Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-08T09:49:54.827Z||scheduling-1|||||DEBUG|500||create keys
2021-11-08T09:49:54.835Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-08T09:49:55.949Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:49:55.970Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fa794722-6d1c-42ce-b5c2-2e61c77cee6e url= /sdc/v1/registerForDistribution
2021-11-08T09:49:57.124Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fa794722-6d1c-42ce-b5c2-2e61c77cee6e url= /sdc/v1/registerForDistribution
2021-11-08T09:49:57.125Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-08T09:49:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:49:57.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:49:57.140Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:49:57.140Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-08T09:49:57.140Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:49:57.140Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:49:57.140Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:50:10.231Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:50:10.349Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:50:57.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:50:57.134Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:50:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:50:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:50:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:50:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:51:06.682Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:51:06.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:51:57.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:51:57.134Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:51:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:51:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:51:57.136Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:51:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:52:06.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:52:06.686Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:52:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:52:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:52:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:52:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:52:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:52:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:53:06.686Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:53:06.694Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:53:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:53:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:53:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:53:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:53:57.136Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:53:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:54:06.677Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:54:06.680Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:54:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:54:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:54:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:54:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:54:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:54:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:55:06.680Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:55:06.691Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:55:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:55:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:55:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:55:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:55:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:55:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:56:06.680Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:56:06.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:56:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:56:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:56:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:56:57.135Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:56:57.136Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:56:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:57:06.679Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:57:06.680Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:57:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:57:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:57:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:57:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:57:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:57:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:58:06.680Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:58:06.680Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:58:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:58:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:58:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:58:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:58:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:58:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:59:06.678Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:59:06.682Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T09:59:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:59:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:59:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:59:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:59:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:59:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:00:06.678Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:00:06.687Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:00:09.357Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-08T10:00:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:00:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:00:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:00:57.135Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:00:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:00:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:01:06.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:01:06.681Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:01:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:01:57.135Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:01:57.135Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:01:57.135Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:01:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:01:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:02:06.684Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:02:06.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:02:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:02:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:02:57.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:02:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:02:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:02:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:03:06.694Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:03:06.697Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:03:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:03:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:03:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:03:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:03:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:03:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:04:06.685Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:04:06.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:04:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:04:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:04:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:04:57.135Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:04:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:04:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:05:06.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:05:06.688Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:05:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:05:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:05:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:05:57.135Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:05:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:05:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:06:06.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:06:06.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:06:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:06:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:06:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:06:57.135Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:06:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:06:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:07:06.686Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:07:06.688Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:07:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:07:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:07:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:07:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:07:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:07:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:08:06.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:08:06.683Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:08:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:08:57.133Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:08:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:08:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:08:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:08:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:09:06.682Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:09:06.689Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:09:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:09:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:09:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:09:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:09:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:09:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:10:06.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:10:06.679Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:10:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:10:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:10:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:10:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:10:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:10:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:11:06.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:11:06.696Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:11:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:11:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:11:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:11:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:11:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:11:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:12:06.677Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:12:06.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:12:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:12:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:12:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:12:57.135Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:12:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:12:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:13:06.679Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:13:06.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:13:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:13:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:13:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:13:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:13:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:13:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:14:06.681Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:14:06.687Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:14:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:14:57.133Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:14:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:14:57.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:14:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:14:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:15:06.677Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:15:06.679Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:15:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:15:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:15:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:15:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:15:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:15:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:16:06.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:16:06.687Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:16:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:16:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:16:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:16:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:16:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:16:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:17:06.677Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:17:06.677Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:17:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:17:57.134Z||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-11-08T10:17:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:17:57.135Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:17:57.136Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:17:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:18:06.680Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:18:06.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:18:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:18:57.134Z||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-11-08T10:18:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:18:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:18:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:18:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:19:06.677Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:19:06.680Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:19:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:19:57.134Z||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-11-08T10:19:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:19:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:19:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:19:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:20:06.681Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:20:06.681Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:20:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:20:57.134Z||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-11-08T10:20:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:20:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:20:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:20:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:21:06.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:21:06.685Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:21:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:21:57.133Z||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-11-08T10:21:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:21:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:21:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:21:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:22:06.679Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:22:06.685Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:22:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:22:57.133Z||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-11-08T10:22:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:22:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:22:57.135Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:22:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:23:06.678Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:23:06.679Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:23:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:23:57.134Z||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-11-08T10:23:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:23:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:23:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:23:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:24:06.678Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:24:06.678Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:24:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:24:57.134Z||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-11-08T10:24:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:24:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:24:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:24:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:25:06.678Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:25:06.678Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:25:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:25:57.134Z||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-11-08T10:25:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:25:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:25:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:25:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:26:06.678Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:26:06.685Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:26:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:26:57.133Z||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-11-08T10:26:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:26:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:26:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:26:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:27:06.676Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:27:06.681Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:27:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:27:57.133Z||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-11-08T10:27:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:27:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:27:57.135Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:27:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:28:06.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:28:06.689Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:28:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:28:57.133Z||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-11-08T10:28:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:28:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:28:57.135Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:28:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:29:06.680Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:29:06.683Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:29:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:29:57.134Z||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-11-08T10:29:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:29:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:29:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:29:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:30:06.683Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:30:06.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:30:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:30:57.134Z||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-11-08T10:30:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:30:57.135Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:30:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:30:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:31:06.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:31:06.682Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:31:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:31:57.134Z||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-11-08T10:31:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:31:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:31:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:31:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:32:06.675Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:32:06.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:32:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:32:57.134Z||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-11-08T10:32:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:32:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:32:57.135Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:32:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:33:06.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:33:06.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:33:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:33:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:33:57.135Z||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-11-08T10:33:57.135Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:33:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:33:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:34:06.679Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:34:06.679Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:34:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:34:57.134Z||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-11-08T10:34:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:34:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:34:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:34:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:35:06.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:35:06.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:35:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:35:57.134Z||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-11-08T10:35:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:35:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:35:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:35:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:36:06.677Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:36:06.677Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:36:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:36:57.134Z||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-11-08T10:36:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:36:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:36:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:36:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:37:06.681Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:37:06.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:37:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:37:57.134Z||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-11-08T10:37:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:37:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:37:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:37:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:38:06.683Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:38:06.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:38:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:38:57.134Z||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-11-08T10:38:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:38:57.135Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:38:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:38:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:39:06.677Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:39:06.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:39:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:39:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:39:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:39:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:39:57.136Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:39:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:40:06.675Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:40:06.680Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:40:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:40:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:40:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:40:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:40:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:40:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:41:06.679Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:41:06.682Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:41:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:41:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:41:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:41:57.135Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:41:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:41:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:42:06.686Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:42:06.687Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:42:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:42:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:42:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:42:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:42:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:42:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:43:06.681Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:43:06.683Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:43:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:43:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:43:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:43:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:43:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:43:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:44:06.676Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:44:06.676Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:44:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:44:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:44:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:44:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:44:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:44:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:45:06.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:45:06.681Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:45:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:45:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:45:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:45:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:45:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:45:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:46:06.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:46:06.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:46:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:46:57.135Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:46:57.136Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:46:57.136Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:46:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:46:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:47:06.681Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:47:06.711Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:47:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:47:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:47:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:47:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:47:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:47:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:48:06.679Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:48:06.682Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:48:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:48:57.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:48:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:48:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:48:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:48:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:49:06.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:49:06.681Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:49:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:49:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:49:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:49:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:49:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:49:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:50:06.676Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:50:06.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:50:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:50:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:50:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:50:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:50:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:50:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:51:06.682Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:51:06.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:51:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:51:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:51:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:51:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:51:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:51:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:52:06.680Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:52:06.681Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:52:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:52:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:52:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:52:57.135Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:52:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:52:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:53:06.680Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:53:06.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:53:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:53:57.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:53:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:53:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:53:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:53:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:54:06.675Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:54:06.683Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:54:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:54:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:54:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:54:57.135Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:54:57.135Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:54:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:55:06.679Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:55:06.682Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:55:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:55:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:55:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:55:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:55:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:55:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:56:06.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:56:06.680Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:56:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:56:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:56:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:56:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:56:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:56:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:57:06.680Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:57:06.686Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:57:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:57:57.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:57:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:57:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:57:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:57:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:58:06.680Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:58:06.681Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:58:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:58:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:58:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:58:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:58:57.135Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:58:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:59:06.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:59:06.678Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T10:59:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:59:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:59:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:59:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:59:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T10:59:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:00:06.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:00:06.676Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:00:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:00:57.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:00:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:00:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:00:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:00:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:01:06.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:01:06.678Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:01:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:01:57.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:01:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:01:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:01:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:01:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:02:06.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:02:06.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:02:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:02:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:02:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:02:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:02:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:02:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:03:06.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:03:06.688Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:03:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:03:57.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:03:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:03:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:03:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:03:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:04:06.688Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:04:06.688Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:04:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:04:57.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:04:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:04:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:04:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:04:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:05:06.682Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:05:06.702Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:05:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:05:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:05:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:05:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:05:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:05:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:06:06.676Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:06:06.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:06:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:06:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:06:57.135Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:06:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:06:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:06:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:07:06.684Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:07:06.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:07:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:07:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:07:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:07:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:07:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:07:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:08:06.692Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:08:06.692Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:08:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:08:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:08:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:08:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:08:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:08:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:09:06.679Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:09:06.679Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:09:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:09:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:09:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:09:57.135Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:09:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:09:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:10:06.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:10:06.699Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:10:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:10:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:10:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:10:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:10:57.135Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:10:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:11:06.691Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:11:06.692Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:11:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:11:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:11:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:11:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:11:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:11:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:12:06.676Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:12:06.676Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:12:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:12:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:12:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:12:57.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:12:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:12:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:13:06.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:13:06.682Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:13:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:13:57.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:13:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:13:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:13:57.135Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:13:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:14:06.676Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:14:06.686Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:14:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:14:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:14:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:14:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:14:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:14:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:15:06.676Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:15:06.676Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:15:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:15:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:15:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:15:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:15:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:15:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:16:06.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:16:06.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:16:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:16:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:16:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:16:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:16:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:16:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:17:06.676Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:17:06.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:17:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:17:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:17:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:17:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:17:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:17:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:18:06.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:18:06.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:18:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:18:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:18:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:18:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:18:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:18:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:19:06.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:19:06.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:19:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:19:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:19:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:19:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:19:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:19:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:20:06.681Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:20:06.681Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:20:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:20:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:20:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:20:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:20:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:20:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:21:06.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:21:06.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:21:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:21:57.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:21:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:21:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:21:57.135Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:21:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:22:06.679Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:22:06.682Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:22:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:22:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:22:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:22:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:22:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:22:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:23:06.675Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:23:06.675Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:23:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:23:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:23:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:23:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:23:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:23:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:24:06.683Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:24:06.683Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:24:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:24:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:24:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:24:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:24:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:24:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:25:06.697Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:25:06.698Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:25:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:25:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:25:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:25:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:25:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:25:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:26:06.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:26:06.680Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:26:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:26:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:26:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:26:57.135Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:26:57.136Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:26:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:27:06.673Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:27:06.686Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:27:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:27:57.134Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:27:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:27:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:27:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:27:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:28:06.677Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:28:06.679Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:28:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:28:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:28:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:28:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:28:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:28:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:29:06.676Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:29:06.679Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:29:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:29:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:29:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:29:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:29:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:29:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:30:06.673Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:30:06.682Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:30:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:30:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:30:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:30:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:30:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:30:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:31:06.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:31:06.682Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:31:57.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:31:57.133Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:31:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:31:57.135Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:31:57.135Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:31:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:32:06.687Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:32:06.703Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:32:57.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:32:57.133Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:32:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:32:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:32:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:32:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:33:06.677Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:33:06.679Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:33:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:33:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:33:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:33:57.135Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:33:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:33:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:34:06.677Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:34:06.680Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:34:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:34:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:34:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:34:57.135Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:34:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:34:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:35:06.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:35:06.681Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:35:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:35:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:35:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:35:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:35:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:35:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:36:06.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:36:06.680Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:36:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:36:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:36:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:36:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:36:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:36:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:37:06.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:37:06.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:37:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:37:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:37:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:37:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:37:57.135Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:37:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:38:06.684Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:38:06.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:38:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:38:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:38:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:38:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:38:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:38:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:39:06.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:39:06.678Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:39:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:39:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:39:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:39:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:39:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:39:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:40:06.675Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:40:06.676Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:40:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:40:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:40:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:40:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:40:57.135Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:40:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:41:06.682Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:41:06.686Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:41:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:41:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:41:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:41:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:41:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:41:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:42:06.680Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:42:06.683Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:42:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:42:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:42:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:42:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:42:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:42:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:43:06.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:43:06.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:43:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:43:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:43:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:43:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:43:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:43:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:44:06.678Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:44:06.685Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:44:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:44:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:44:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:44:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:44:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:44:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:45:06.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:45:06.692Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:45:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:45:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:45:57.133Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:45:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:45:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:45:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:46:06.676Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:46:06.678Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:46:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:46:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:46:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:46:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:46:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:46:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:47:06.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:47:06.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:47:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:47:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:47:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:47:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:47:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:47:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:48:06.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:48:06.702Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:48:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:48:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:48:57.133Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:48:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:48:57.135Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:48:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:49:06.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:49:06.676Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:49:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:49:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:49:57.135Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:49:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:49:57.136Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:49:57.136Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:50:06.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:50:06.680Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:50:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:50:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:50:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:50:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:50:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:50:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:51:06.676Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:51:06.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:51:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:51:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:51:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:51:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:51:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:51:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:52:06.675Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:52:06.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:52:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:52:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:52:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:52:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:52:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:52:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:53:06.673Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:53:06.675Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:53:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:53:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:53:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:53:57.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:53:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:53:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:54:06.672Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:54:06.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:54:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:54:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:54:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:54:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:54:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:54:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:55:06.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:55:06.677Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:55:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:55:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:55:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:55:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:55:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:55:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:56:06.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:56:06.679Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:56:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:56:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:56:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:56:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:56:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:56:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:57:06.676Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:57:06.676Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:57:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:57:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:57:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:57:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:57:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:57:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:58:06.672Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:58:06.681Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:58:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:58:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:58:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:58:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:58:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:58:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:59:06.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:59:06.679Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T11:59:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:59:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:59:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:59:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:59:57.135Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:59:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:00:06.677Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:00:06.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:00:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:00:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:00:57.133Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:00:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:00:57.135Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:00:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:01:06.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:01:06.679Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:01:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:01:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:01:57.133Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:01:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:01:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:01:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:02:06.676Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:02:06.678Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:02:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:02:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:02:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:02:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:02:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:02:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:03:06.680Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:03:06.681Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:03:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:03:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:03:57.133Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:03:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:03:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:03:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:04:06.676Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:04:06.676Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:04:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:04:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:04:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:04:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:04:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:04:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:05:06.682Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:05:06.684Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:05:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:05:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:05:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:05:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:05:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:05:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:06:06.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:06:06.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:06:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:06:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:06:57.133Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:06:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:06:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:06:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:07:06.672Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:07:06.674Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:07:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:07:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:07:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:07:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:07:57.135Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:07:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:08:06.677Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:08:06.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:08:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:08:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:08:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:08:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:08:57.135Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:08:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:09:06.673Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:09:06.675Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:09:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:09:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:09:57.133Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:09:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:09:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:09:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:10:06.671Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:10:06.679Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:10:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:10:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:10:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:10:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:10:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:10:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:11:06.675Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:11:06.679Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:11:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:11:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:11:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:11:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:11:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:11:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:12:06.677Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:12:06.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:12:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:12:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:12:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:12:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:12:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:12:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:13:06.677Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:13:06.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:13:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:13:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:13:57.133Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:13:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:13:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:13:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:14:06.679Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:14:06.679Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:14:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:14:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:14:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:14:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:14:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:14:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:15:06.677Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:15:06.679Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:15:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:15:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:15:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:15:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:15:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:15:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:16:06.676Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:16:06.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:16:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:16:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:16:57.133Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:16:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:16:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:16:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:17:06.676Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:17:06.676Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:17:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:17:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:17:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:17:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:17:57.135Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:17:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:18:06.672Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:18:06.679Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:18:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:18:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:18:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:18:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:18:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:18:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:19:06.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:19:06.678Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:19:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:19:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:19:57.133Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:19:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:19:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:19:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:20:06.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:20:06.676Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:20:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:20:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:20:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:20:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:20:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:20:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:21:06.675Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:21:06.675Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:21:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:21:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:21:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:21:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:21:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:21:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:22:06.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:22:06.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:22:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:22:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:22:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:22:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:22:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:22:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:23:06.679Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:23:06.680Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:23:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:23:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:23:57.133Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:23:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:23:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:23:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:24:06.673Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:24:06.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:24:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:24:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:24:57.133Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:24:57.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:24:57.136Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:24:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:25:06.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:25:06.679Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:25:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:25:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:25:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:25:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:25:57.135Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:25:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:26:06.676Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:26:06.676Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:26:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:26:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:26:57.133Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:26:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:26:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:26:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:27:06.676Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:27:06.676Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:27:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:27:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:27:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:27:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:27:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:27:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:28:06.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:28:06.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:28:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:28:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:28:57.133Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:28:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:28:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:28:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:29:06.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:29:06.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:29:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:29:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:29:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:29:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:29:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:29:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:30:06.680Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:30:06.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:30:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:30:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:30:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:30:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:30:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:30:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:31:06.673Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:31:06.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:31:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:31:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:31:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:31:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:31:57.135Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:31:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:32:06.674Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:32:06.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:32:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:32:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:32:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:32:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:32:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:32:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:33:06.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:33:06.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:33:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:33:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:33:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:33:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:33:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:33:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:34:06.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:34:06.677Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:34:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:34:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:34:57.133Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:34:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:34:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:34:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:35:06.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:35:06.677Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:35:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:35:57.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:35:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:35:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:35:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:35:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:36:06.673Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:36:06.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:36:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:36:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:36:57.134Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:36:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:36:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:36:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:37:06.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:37:06.679Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:37:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:37:57.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:37:57.133Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:37:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:37:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:37:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:38:06.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:38:06.677Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:38:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:38:57.134Z||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-11-08T12:38:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:38:57.135Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:38:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:38:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:39:06.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:39:06.685Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:39:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:39:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:39:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:39:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:39:57.135Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:39:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:40:06.679Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:40:06.679Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:40:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:40:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:40:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:40:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:40:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:40:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:41:06.675Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:41:06.675Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:41:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:41:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:41:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:41:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:41:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:41:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:42:06.674Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:42:06.675Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:42:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:42:57.134Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:42:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:42:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:42:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:42:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:43:06.671Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:43:06.676Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:43:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:43:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:43:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:43:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:43:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:43:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:44:06.679Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:44:06.679Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:44:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:44:57.134Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:44:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:44:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:44:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:44:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:45:06.675Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:45:06.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:45:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:45:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:45:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:45:57.135Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:45:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:45:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:46:06.675Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:46:06.678Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:46:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:46:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:46:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:46:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:46:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:46:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:47:06.674Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:47:06.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:47:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:47:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:47:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:47:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:47:57.135Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:47:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:48:06.676Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:48:06.679Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:48:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:48:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:48:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:48:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:48:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:48:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:49:06.680Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:49:06.681Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:49:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:49:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:49:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:49:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:49:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:49:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:50:06.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:50:06.679Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:50:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:50:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:50:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:50:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:50:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:50:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:51:06.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:51:06.678Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:51:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:51:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:51:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:51:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:51:57.135Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:51:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:52:06.677Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:52:06.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:52:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:52:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:52:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:52:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:52:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:52:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:53:06.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:53:06.680Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:53:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:53:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:53:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:53:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:53:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:53:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:54:06.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:54:06.679Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:54:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:54:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:54:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:54:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:54:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:54:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:55:06.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:55:06.680Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:55:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:55:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:55:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:55:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:55:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:55:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:56:06.676Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:56:06.676Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:56:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:56:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:56:57.136Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:56:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:56:57.136Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:56:57.137Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:57:06.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:57:06.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:57:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:57:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:57:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:57:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:57:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:57:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:58:06.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:58:06.680Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:58:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:58:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:58:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:58:57.135Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:58:57.135Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:58:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:59:06.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:59:06.680Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T12:59:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:59:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:59:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:59:57.135Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:59:57.135Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:59:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:00:06.674Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:00:06.674Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:00:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:00:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:00:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:00:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:00:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:00:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:01:06.672Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:01:06.673Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:01:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:01:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:01:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:01:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:01:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:01:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:02:06.673Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:02:06.676Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:02:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:02:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:02:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:02:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:02:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:02:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:03:06.675Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:03:06.678Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:03:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:03:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:03:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:03:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:03:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:03:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:04:06.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:04:06.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:04:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:04:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:04:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:04:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:04:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:04:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:05:06.678Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:05:06.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:05:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:05:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:05:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:05:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:05:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:05:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:06:06.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:06:06.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:06:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:06:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:06:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:06:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:06:57.135Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:06:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:07:06.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:07:06.677Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:07:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:07:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:07:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:07:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:07:57.135Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:07:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:08:06.679Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:08:06.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:08:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:08:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:08:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:08:57.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:08:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:08:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:09:06.675Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:09:06.676Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:09:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:09:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:09:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:09:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:09:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:09:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:10:06.678Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:10:06.678Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:10:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:10:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:10:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:10:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:10:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:10:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:11:06.674Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:11:06.675Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:11:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:11:57.134Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:11:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:11:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:11:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:11:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:12:06.697Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:12:06.697Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:12:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:12:57.134Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:12:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:12:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:12:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:12:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:13:06.678Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:13:06.681Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:13:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:13:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:13:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:13:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:13:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:13:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:14:06.678Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:14:06.680Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:14:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:14:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:14:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:14:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:14:57.135Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:14:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:15:06.671Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:15:06.678Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:15:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:15:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:15:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:15:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:15:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:15:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:16:06.671Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:16:06.676Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:16:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:16:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:16:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:16:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:16:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:16:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:17:06.673Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:17:06.680Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:17:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:17:57.134Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:17:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:17:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:17:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:17:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:18:06.673Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:18:06.683Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:18:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:18:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:18:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:18:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:18:57.135Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:18:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:19:06.677Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:19:06.678Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:19:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:19:57.133Z||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-11-08T13:19:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:19:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:19:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:19:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:20:06.672Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:20:06.678Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:20:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:20:57.133Z||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-11-08T13:20:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:20:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:20:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:20:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:21:06.676Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:21:06.676Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:21:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:21:57.133Z||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-11-08T13:21:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:21:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:21:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:21:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:21:57.759Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:21:57.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"48a46fb4-1e66-452f-9c5f-c34cfe5ee023","serviceName":"vFW 2021-11-08 13-18-29","serviceVersion":"1.0","serviceUUID":"3141e8ef-3656-4346-9693-87753f077f05","serviceDescription":"catalog service description","serviceInvariantUUID":"c2420ce0-4721-413e-a5aa-8ed5ffacea28","resources":[{"resourceInstanceName":"vFW 18da78ce-f4d0 0","resourceName":"vFW 18da78ce-f4d0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ada2b696-0f7b-46c9-9b1c-fd72b19757a8","resourceInvariantUUID":"caa6e4fb-a47b-4860-b237-6d5f8ada18ad","resourceCustomizationUUID":"b7b07061-7902-402a-ade6-f47f7fd7f318","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml","artifactChecksum":"ZWJlMGFlMDc4NjI0NjMxOGQ1NjIzNmVmZDIwYzFhNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0213fe5f-3ddf-4919-8fe3-f20de6265590","artifactVersion":"1"},{"artifactName":"vfw18da78cef4d00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json","artifactChecksum":"ZWQwODU5MjNmYWMyNGNlYjA2NzFhNzY3ZmUxMTBkODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e2aa28b-6cb0-425f-9b75-807db0211552","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9ef1cd81-645c-4581-9ce0-306eabf4309a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml","artifactChecksum":"NmZlYzJlMmRkNTBkOTQwYjM2ZDBjZWYzMzY1MDViNTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3ec9b04-f3bf-425a-8b46-25aa233be4c0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0538dd65-d628-48b3-a279-6106ca80b582","artifactVersion":"2","generatedFromUUID":"9ef1cd81-645c-4581-9ce0-306eabf4309a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211108131829-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml","artifactChecksum":"OGM0Y2U0MDk5ZmNlMTkyMjQ3MjM4NjVkMjc0NWE5OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea81e8d4-6060-4442-9ac6-9e0a486f7c5d","artifactVersion":"1"},{"artifactName":"service-Vfw20211108131829-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar","artifactChecksum":"NDczOGQ4NWMzZGU2NjNiOTI5NDgwMDcyYmVhZWFhNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"08076b20-e348-42f1-8630-1e2c86d50a2b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-08T13:21:57.768Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:21:57.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377669326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.824Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:21:57.834Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:21:57.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "clamp",
  "timestamp": 1636377668881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377668488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636377662487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377669326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:21:57.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "clamp",
  "timestamp": 1636377668881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:21:57.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377668488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636377662487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377669326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:21:57.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "clamp",
  "timestamp": 1636377668881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377668488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636377662487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377669326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "clamp",
  "timestamp": 1636377668881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377668488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636377662487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377669326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-08T13:21:57.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "clamp",
  "timestamp": 1636377668881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377668488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636377662487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "policy-id",
  "timestamp": 1636377676030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377669326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "clamp",
  "timestamp": 1636377668881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377668488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636377662487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "cds",
  "timestamp": 1636377676524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "policy-id",
  "timestamp": 1636377676030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377669326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:21:57.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "clamp",
  "timestamp": 1636377668881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:21:57.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377668488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:21:57.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636377662487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "cds",
  "timestamp": 1636377676524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.855Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:21:57.855Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377717133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "policy-id",
  "timestamp": 1636377676030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "cds",
  "timestamp": 1636377676524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377679527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377679546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "policy-id",
  "timestamp": 1636377676030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "dcae-sch",
  "timestamp": 1636377679181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "cds",
  "timestamp": 1636377676524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "policy-id",
  "timestamp": 1636377676030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377680805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:21:57.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "dcae-sch",
  "timestamp": 1636377679181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "cds",
  "timestamp": 1636377676524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "policy-id",
  "timestamp": 1636377676030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "dcae-sch",
  "timestamp": 1636377679181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "aai-ml",
  "timestamp": 1636377681323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377681996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "cds",
  "timestamp": 1636377676524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "policy-id",
  "timestamp": 1636377676030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "dcae-sch",
  "timestamp": 1636377679181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "aai-ml",
  "timestamp": 1636377681323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "cds",
  "timestamp": 1636377676524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:21:57.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:57.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377683775,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:21:57.955Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2021-11-08T13:21:58.075Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:21:58.075Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:21:58.087Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:21:58.088Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:21:58.159Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48a46fb4-1e66-452f-9c5f-c34cfe5ee023
2021-11-08T13:21:58.172Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48a46fb4-1e66-452f-9c5f-c34cfe5ee023 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "dcae-sch",
  "timestamp": 1636377679181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "policy-id",
  "timestamp": 1636377683927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "aai-ml",
  "timestamp": 1636377681323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377684133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "cds",
  "timestamp": 1636377684436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377684780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "dcae-sch",
  "timestamp": 1636377679181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:58.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:58.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "policy-id",
  "timestamp": 1636377684935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:21:58.202Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:58.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "aai-ml",
  "timestamp": 1636377681323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:58.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:58.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377685137,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:21:58.214Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48a46fb4-1e66-452f-9c5f-c34cfe5ee023
2021-11-08T13:21:58.214Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48a46fb4-1e66-452f-9c5f-c34cfe5ee023 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:21:58.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "cds",
  "timestamp": 1636377685455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:21:58.233Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48a46fb4-1e66-452f-9c5f-c34cfe5ee023
2021-11-08T13:21:58.233Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48a46fb4-1e66-452f-9c5f-c34cfe5ee023 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:21:58.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "dcae-sch",
  "timestamp": 1636377679181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:58.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:58.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "policy-id",
  "timestamp": 1636377685939,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:21:58.249Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48a46fb4-1e66-452f-9c5f-c34cfe5ee023
2021-11-08T13:21:58.249Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48a46fb4-1e66-452f-9c5f-c34cfe5ee023 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-08T13:21:58.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "aai-ml",
  "timestamp": 1636377681323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:58.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:58.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "aai-ml",
  "timestamp": 1636377681323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:21:58.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:58.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "aai-ml",
  "timestamp": 1636377681323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:21:58.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "clamp",
  "timestamp": 1636377688187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "aai-ml",
  "timestamp": 1636377689133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "clamp",
  "timestamp": 1636377690199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "clamp",
  "timestamp": 1636377691203,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:21:58.270Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48a46fb4-1e66-452f-9c5f-c34cfe5ee023
2021-11-08T13:21:58.270Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48a46fb4-1e66-452f-9c5f-c34cfe5ee023 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:21:58.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "aai-ml",
  "timestamp": 1636377702809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:21:58.280Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:58.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "aai-ml",
  "timestamp": 1636377703814,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:21:58.285Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48a46fb4-1e66-452f-9c5f-c34cfe5ee023
2021-11-08T13:21:58.286Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48a46fb4-1e66-452f-9c5f-c34cfe5ee023 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:21:58.865Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:21:58.866Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:21:58.867Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:21:58.867Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377717133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:21:58.967Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:21:58.968Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:21:58.968Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:21:58.983Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:21:58.983Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:21:59.867Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:21:59.868Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:21:59.870Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:21:59.871Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377717133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:21:59.971Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:21:59.971Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:21:59.971Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:21:59.986Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:21:59.986Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:00.871Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:22:00.872Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:00.874Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:00.874Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377717133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:22:00.974Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:00.975Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:22:00.975Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:00.989Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:22:00.989Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:01.874Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:22:01.875Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:01.876Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:01.876Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377717133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-08T13:22:01.976Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:01.977Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:22:01.977Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:01.991Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:22:01.991Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:02.877Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:22:02.878Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:02.879Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:02.879Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377717133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:22:02.980Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:02.980Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:22:02.980Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:02.995Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:22:02.996Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:03.880Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:22:03.880Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:03.882Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:03.882Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377717133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:22:03.983Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:22:03.983Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:22:03.983Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:03.997Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:22:03.998Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:04.884Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "serviceName": "vFW 2021-11-08 13-18-29",
  "serviceVersion": "1.0",
  "serviceUUID": "3141e8ef-3656-4346-9693-87753f077f05",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c2420ce0-4721-413e-a5aa-8ed5ffacea28",
  "resources": [
    {
      "resourceInstanceName": "vFW 18da78ce-f4d0 0",
      "resourceCustomizationUUID": "b7b07061-7902-402a-ade6-f47f7fd7f318",
      "resourceName": "vFW 18da78ce-f4d0",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ada2b696-0f7b-46c9-9b1c-fd72b19757a8",
      "resourceInvariantUUID": "caa6e4fb-a47b-4860-b237-6d5f8ada18ad",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw18da78cef4d00_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
          "artifactChecksum": "ZWQwODU5MjNmYWMyNGNlYjA2NzFhNzY3ZmUxMTBkODQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4e2aa28b-6cb0-425f-9b75-807db0211552",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9ef1cd81-645c-4581-9ce0-306eabf4309a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0538dd65-d628-48b3-a279-6106ca80b582",
            "generatedFromUUID": "9ef1cd81-645c-4581-9ce0-306eabf4309a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0538dd65-d628-48b3-a279-6106ca80b582",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211108131829-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
      "artifactChecksum": "NDczOGQ4NWMzZGU2NjNiOTI5NDgwMDcyYmVhZWFhNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "08076b20-e348-42f1-8630-1e2c86d50a2b"
    }
  ],
  "workloadContext": "Production"
}
2021-11-08T13:22:04.885Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-08T13:22:04.885Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3141e8ef-3656-4346-9693-87753f077f05 ASDC
2021-11-08T13:22:05.019Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:48a46fb4-1e66-452f-9c5f-c34cfe5ee023
ServiceName:vFW 2021-11-08 13-18-29
ServiceVersion:1.0
ServiceUUID:3141e8ef-3656-4346-9693-87753f077f05
ServiceInvariantUUID:c2420ce0-4721-413e-a5aa-8ed5ffacea28
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211108131829-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar
ArtifactUUID:08076b20-e348-42f1-8630-1e2c86d50a2b
ArtifactChecksum:NDczOGQ4NWMzZGU2NjNiOTI5NDgwMDcyYmVhZWFhNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 18da78ce-f4d0 0
ResourceCustomizationUUID:b7b07061-7902-402a-ade6-f47f7fd7f318
ResourceInvariantUUID:caa6e4fb-a47b-4860-b237-6d5f8ada18ad
ResourceName:vFW 18da78ce-f4d0
ResourceType:VF
ResourceUUID:ada2b696-0f7b-46c9-9b1c-fd72b19757a8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw18da78cef4d00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json
ArtifactUUID:4e2aa28b-6cb0-425f-9b75-807db0211552
ArtifactChecksum:ZWQwODU5MjNmYWMyNGNlYjA2NzFhNzY3ZmUxMTBkODQ=
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/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml
ArtifactUUID:9ef1cd81-645c-4581-9ce0-306eabf4309a
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/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env
ArtifactUUID:0538dd65-d628-48b3-a279-6106ca80b582
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/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env
ArtifactUUID:0538dd65-d628-48b3-a279-6106ca80b582
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-08T13:22:05.019Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3141e8ef-3656-4346-9693-87753f077f05 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-08T13:22:05.065Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:22:05.066Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-08T13:22:05.066Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-08T13:22:05.066Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 08076b20-e348-42f1-8630-1e2c86d50a2b from URL: /sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar
2021-11-08T13:22:05.066Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-08T13:22:05.068Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar
2021-11-08T13:22:05.174Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-08T13:22:05.199Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar 08076b20-e348-42f1-8630-1e2c86d50a2b 98942
2021-11-08T13:22:05.200Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar ASDC sendASDCNotification
2021-11-08T13:22:05.201Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar
2021-11-08T13:22:05.201Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:22:05.202Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:05.204Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:05.204Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377725199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:22:05.304Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:05.305Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:22:05.305Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:05.319Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:22:05.320Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:06.205Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:22:06.206Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-08T13:22:06.207Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 08076b20-e348-42f1-8630-1e2c86d50a2b, URL: /sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar to file: /app/ASDC/1/service-Vfw20211108131829-csar.csar
2021-11-08T13:22:06.207Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211108131829-csar.csar
2021-11-08T13:22:06.337Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211108131829-csar.csar
2021-11-08T13:22:06.337Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211108131829-csar.csar
2021-11-08T13:22:06.952Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9541688306628451255/Definitions/service-Vfw20211108131829-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-11-08T13:22:09.824Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-08T13:22:09.828Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-08T13:22:09.828Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.828Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-08T13:22:09.828Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.828Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.828Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 18da78ce-f4d0 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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-08T13:22:09.835Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:09.836Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:09.838Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:09.839Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-08T13:22:09.840Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:22:09.841Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:09.841Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:09.841Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:09.841Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-08T13:22:09.842Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:22:09.842Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:09.842Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:09.845Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:09.846Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is not matching search criteria
2021-11-08T13:22:09.846Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-08T13:22:09.846Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-08T13:22:09.846Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.846Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:09.846Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.848Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-08T13:22:09.848Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:09.848Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-08T13:22:09.849Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:09.849Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:09.849Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:22:09.849Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:09.849Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:09.850Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:22:09.850Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:09.850Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:09.850Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:22:09.850Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:09.850Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is not matching search criteria
2021-11-08T13:22:09.850Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-08T13:22:09.850Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-08T13:22:09.851Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-08T13:22:09.851Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-08T13:22:09.851Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-08T13:22:09.851Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.851Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:09.851Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-08T13:22:09.851Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:09.851Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-08T13:22:09.851Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.852Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0e5c003d-265b-480b-ab95-7b101fa9e56c
2021-11-08T13:22:09.852Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:09.852Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is not matching search criteria
2021-11-08T13:22:09.852Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-08T13:22:09.852Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-08T13:22:09.852Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.852Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:09.852Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-08T13:22:09.852Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.853Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-08T13:22:09.853Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-08T13:22:09.853Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-08T13:22:09.853Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:09.853Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-08T13:22:09.853Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.853Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bb1e83d9-bf4a-4261-9055-eb9ddcf17743
2021-11-08T13:22:09.853Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is not matching search criteria
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-08T13:22:09.855Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.855Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:09.855Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-08T13:22:09.855Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=41001ef7-1274-4543-a888-b454a898ca73
2021-11-08T13:22:09.855Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:09.855Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:09.855Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:09.855Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:09.855Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:09.856Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:09.856Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:09.856Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:09.856Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-08 13-18-29
Description:catalog service description
Model UUID:3141e8ef-3656-4346-9693-87753f077f05
Model Version:NULL
Model InvariantUuid:c2420ce0-4721-413e-a5aa-8ed5ffacea28
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 18da78ce-f4d0
Model UUID:f093f2b7-18d4-4428-99d1-07a632207976
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:caa6e4fb-a47b-4860-b237-6d5f8ada18ad
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7b07061-7902-402a-ade6-f47f7fd7f318
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:73302c35-70b5-47bd-8083-09e0a6e09310
ModelName:Vfw18da78ceF4d0..base_vfw..module-0
ModelUuid:cb1906b7-79e7-490d-951c-593fec0ccae8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0e5c003d-265b-480b-ab95-7b101fa9e56c
ModelInvariantUuid:ce5c846f-2f4e-47c4-a7a3-e9aecc5cc674
ModelName:vFW 18da78ce-f4d0-nodes.vfwCvfc
ModelUuid:4250965c-de26-4b77-8ef1-421262c4126e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d7801311-2ce7-4d26-971b-c387a3773b14
ModelInvariantUuid:9ac4eed9-c74b-490c-95eb-9a57a43d8ff8
ModelName:Vfw18da78ceF4d0.compute.nodes.heat.vfw
ModelUuid:dca3913e-61bb-4ee6-ab56-3fc319ab823c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bb1e83d9-bf4a-4261-9055-eb9ddcf17743
ModelInvariantUuid:3b46f52e-7e87-432c-9647-be04756e1947
ModelName:vFW 18da78ce-f4d0-nodes.vsnCvfc
ModelUuid:c5ac8b8a-2569-4c10-b292-814bd3fa17b3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:5baf4b03-fd1e-4c4a-8f8d-01b89043c598
ModelInvariantUuid:141ef43b-29c5-4f17-8960-669636d880e7
ModelName:Vfw18da78ceF4d0.compute.nodes.heat.vsn
ModelUuid:e5819e94-da90-4bf2-90b1-6254707228aa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:41001ef7-1274-4543-a888-b454a898ca73
ModelInvariantUuid:e73e30de-4178-4439-8596-c243849bc9cb
ModelName:vFW 18da78ce-f4d0-nodes.vpgCvfc
ModelUuid:84cf5bd8-ada7-40ba-93c3-36fa5901af8c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:13e16505-ff58-4f20-9f2a-30dadd991ca5
ModelInvariantUuid:f49df40f-7e1c-4cdc-8475-4e286cfe7070
ModelName:Vfw18da78ceF4d0.compute.nodes.heat.vpg
ModelUuid:1f3dc9a3-bcfb-47df-997f-6468b8e81de8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-08T13:22:09.871Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: ada2b696-0f7b-46c9-9b1c-fd72b19757a8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:22:09.965Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||vFW 18da78ce-f4d0 0
2021-11-08T13:22:09.971Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ada2b696-0f7b-46c9-9b1c-fd72b19757a8
2021-11-08T13:22:09.971Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4e2aa28b-6cb0-425f-9b75-807db0211552 from URL: /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json
2021-11-08T13:22:09.971Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-08T13:22:09.972Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json
2021-11-08T13:22:10.027Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-08T13:22:10.028Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json 4e2aa28b-6cb0-425f-9b75-807db0211552 785
2021-11-08T13:22:10.028Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json ASDC sendASDCNotification
2021-11-08T13:22:10.028Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json
2021-11-08T13:22:10.028Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:22:10.028Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:10.031Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:10.031Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377730028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:22:10.131Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:10.132Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:22:10.132Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:10.144Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:22:10.144Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:11.033Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw18da78ceF4d0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "73302c35-70b5-47bd-8083-09e0a6e09310",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cb1906b7-79e7-490d-951c-593fec0ccae8",
    "vfModuleModelCustomizationUUID": "69c7209b-e694-464f-b85b-10e8171a5918",
    "isBase": true,
    "artifacts": [
      "9ef1cd81-645c-4581-9ce0-306eabf4309a",
      "0538dd65-d628-48b3-a279-6106ca80b582"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-08T13:22:11.084Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw18da78ceF4d0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb1906b7-79e7-490d-951c-593fec0ccae8
VfModuleModelInvariantUUID:73302c35-70b5-47bd-8083-09e0a6e09310
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ef1cd81-645c-4581-9ce0-306eabf4309a
,
0538dd65-d628-48b3-a279-6106ca80b582

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

isBase:true


}

2021-11-08T13:22:11.086Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw18da78ceF4d0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "73302c35-70b5-47bd-8083-09e0a6e09310",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cb1906b7-79e7-490d-951c-593fec0ccae8",
    "vfModuleModelCustomizationUUID": "69c7209b-e694-464f-b85b-10e8171a5918",
    "isBase": true,
    "artifacts": [
      "9ef1cd81-645c-4581-9ce0-306eabf4309a",
      "0538dd65-d628-48b3-a279-6106ca80b582"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-08T13:22:11.086Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw18da78ceF4d0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb1906b7-79e7-490d-951c-593fec0ccae8
VfModuleModelInvariantUUID:73302c35-70b5-47bd-8083-09e0a6e09310
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ef1cd81-645c-4581-9ce0-306eabf4309a
,
0538dd65-d628-48b3-a279-6106ca80b582

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

isBase:true


}

2021-11-08T13:22:11.087Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9ef1cd81-645c-4581-9ce0-306eabf4309a from URL: /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml
2021-11-08T13:22:11.087Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-08T13:22:11.087Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml
2021-11-08T13:22:11.330Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-08T13:22:11.331Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml 9ef1cd81-645c-4581-9ce0-306eabf4309a 20368
2021-11-08T13:22:11.332Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-08T13:22:11.332Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml
2021-11-08T13:22:11.332Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:22:11.332Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:11.334Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:11.334Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377731332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:22:11.435Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:22:11.435Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:22:11.435Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:11.453Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:22:11.454Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:22:12.335Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0538dd65-d628-48b3-a279-6106ca80b582 from URL: /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env
2021-11-08T13:22:12.336Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-08T13:22:12.336Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env
2021-11-08T13:22:12.819Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-08T13:22:12.819Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env 0538dd65-d628-48b3-a279-6106ca80b582 2098
2021-11-08T13:22:12.819Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-08T13:22:12.820Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env
2021-11-08T13:22:12.820Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:22:12.820Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:12.822Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:12.822Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377732819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:22:12.922Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:12.923Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:22:12.923Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:12.935Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:22:12.936Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:13.822Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3141e8ef-3656-4346-9693-87753f077f05
2021-11-08T13:22:13.823Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 18da78ce-f4d0 0 ada2b696-0f7b-46c9-9b1c-fd72b19757a8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:22:13.862Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7690d8ee, org.onap.sdc.toscaparser.api.parameters.Input@4c1fa65e, org.onap.sdc.toscaparser.api.parameters.Input@2b90d961, org.onap.sdc.toscaparser.api.parameters.Input@6983b3a3, org.onap.sdc.toscaparser.api.parameters.Input@19a441d5]
2021-11-08T13:22:13.865Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:13.865Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:13.866Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-11-08T13:22:13.866Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b7b07061-7902-402a-ade6-f47f7fd7f318
2021-11-08T13:22:13.866Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7b07061-7902-402a-ade6-f47f7fd7f318 matches Tosca VF Customization UUID: b7b07061-7902-402a-ade6-f47f7fd7f318
2021-11-08T13:22:13.866Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b7b07061-7902-402a-ade6-f47f7fd7f318  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-08T13:22:13.873Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:13.873Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:13.875Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b7b07061-7902-402a-ade6-f47f7fd7f318: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-11-08T13:22:13.875Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5aac084a
2021-11-08T13:22:13.875Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:13.875Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-08T13:22:13.876Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 69c7209b-e694-464f-b85b-10e8171a5918
2021-11-08T13:22:13.876Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 69c7209b-e694-464f-b85b-10e8171a5918
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-08T13:22:13.882Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:13.882Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:13.882Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:22:13.882Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:13.883Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:13.883Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:22:13.883Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:13.883Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is not matching search criteria
2021-11-08T13:22:13.883Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-08T13:22:13.883Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-08T13:22:13.883Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-08T13:22:13.883Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-08T13:22:13.884Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-08T13:22:13.884Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:13.884Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:13.884Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-08T13:22:13.884Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:13.884Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-08T13:22:13.884Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:13.884Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0e5c003d-265b-480b-ab95-7b101fa9e56c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-08T13:22:13.897Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:13.898Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:13.898Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:22:13.898Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:13.898Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is not matching search criteria
2021-11-08T13:22:13.899Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-08T13:22:13.899Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-08T13:22:13.899Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:13.899Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:13.899Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-08T13:22:13.899Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:13.899Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-08T13:22:13.900Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-08T13:22:13.900Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-08T13:22:13.900Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:13.900Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-08T13:22:13.900Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:13.900Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bb1e83d9-bf4a-4261-9055-eb9ddcf17743
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-08T13:22:13.903Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:13.903Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:13.903Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:22:13.906Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:13.906Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is not matching search criteria
2021-11-08T13:22:13.906Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-08T13:22:13.906Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-08T13:22:13.906Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:13.906Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:13.906Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-08T13:22:13.907Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:13.907Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-08T13:22:13.907Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-08T13:22:13.907Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-08T13:22:13.907Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:13.907Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:13.907Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-08T13:22:13.907Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=41001ef7-1274-4543-a888-b454a898ca73
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-08T13:22:13.910Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:13.910Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:13.910Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:22:13.910Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:13.910Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:13.910Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=b7b07061-7902-402a-ade6-f47f7fd7f318
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:22:13.912Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:13.912Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:13.912Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3141e8ef-3656-4346-9693-87753f077f05: vFW 18da78ce-f4d0
2021-11-08T13:22:13.913Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:13.913Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:13.913Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:13.913Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:13.913Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:13.913Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:13.913Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:13.913Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:13.914Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:22:13.914Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:13.914Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-11-08 13-18-29 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:22:14.572Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 18da78ce-f4d0 ada2b696-0f7b-46c9-9b1c-fd72b19757a8 1 ASDC deployResourceStructure
2021-11-08T13:22:14.573Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json ASDC sendASDCNotification
2021-11-08T13:22:14.573Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json
2021-11-08T13:22:14.573Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:22:14.573Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:14.575Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:14.575Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377734573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:22:14.675Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:14.676Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:22:14.676Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:14.690Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:22:14.690Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:15.575Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-08T13:22:15.576Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml
2021-11-08T13:22:15.576Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:22:15.577Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:15.579Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:15.579Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377735575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-08T13:22:15.679Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:15.680Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:22:15.680Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:15.693Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:22:15.694Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:16.580Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-08T13:22:16.580Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env
2021-11-08T13:22:16.580Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:22:16.580Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:16.582Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:16.582Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377736579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-08T13:22:16.682Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:16.683Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:22:16.683Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:16.696Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:22:16.696Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:17.584Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar ASDC sendASDCNotification
2021-11-08T13:22:17.584Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar
2021-11-08T13:22:17.584Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:22:17.584Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:17.586Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:17.586Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377737583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:22:17.686Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:17.687Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:22:17.687Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:17.700Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:22:17.700Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:18.587Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48a46fb4-1e66-452f-9c5f-c34cfe5ee023
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:22:18.607Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48a46fb4-1e66-452f-9c5f-c34cfe5ee023
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:22:18.610Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:22:18.610Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-08T13:22:18.610Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-08T13:22:18.611Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-08T13:22:18.611Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:22:18.611Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:22:18.611Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:22:18.611Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:22:18.611Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:22:18.611Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:22:18.611Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-11-08T13:22:18.617Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-08T13:22:48.618Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48a46fb4-1e66-452f-9c5f-c34cfe5ee023 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-08T13:22:48.630Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48a46fb4-1e66-452f-9c5f-c34cfe5ee023 and serviceModelVersionId: 3141e8ef-3656-4346-9693-87753f077f05
2021-11-08T13:22:48.630Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2420ce0-4721-413e-a5aa-8ed5ffacea28
2021-11-08T13:22:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:22:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:22:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:57.266Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:22:57.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:22:57.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377717133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:22:57.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:09.933Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2420ce0-4721-413e-a5aa-8ed5ffacea28/model-vers/model-ver/3141e8ef-3656-4346-9693-87753f077f05?depth=0
2021-11-08T13:23:10.037Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-08T13:23:10.595Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2420ce0-4721-413e-a5aa-8ed5ffacea28/model-vers/model-ver/3141e8ef-3656-4346-9693-87753f077f05?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-08T13:23:10.600Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2420ce0-4721-413e-a5aa-8ed5ffacea28/model-vers/model-ver/3141e8ef-3656-4346-9693-87753f077f05?depth=0|INFO|500||Invoke
2021-11-08T13:23:10.790Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2420ce0-4721-413e-a5aa-8ed5ffacea28/model-vers/model-ver/3141e8ef-3656-4346-9693-87753f077f05?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-08T13:23:11.342Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2420ce0-4721-413e-a5aa-8ed5ffacea28/model-vers/model-ver/3141e8ef-3656-4346-9693-87753f077f05?depth=0|INFO|500||InvokeReturn
2021-11-08T13:23:11.342Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2420ce0-4721-413e-a5aa-8ed5ffacea28/model-vers/model-ver/3141e8ef-3656-4346-9693-87753f077f05?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211108-13:23:10:801-79967], vertex-id=[167992], Content-Length=[0], Date=[Mon, 08 Nov 2021 13:23:10 GMT], Content-Type=[application/json]}
2021-11-08T13:23:11.342Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-11-08T13:23:11.345Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-08T13:23:11.345Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:23:11.350Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-11-08T13:23:11.357Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48a46fb4-1e66-452f-9c5f-c34cfe5ee023 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-08T13:23:11.358Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-08T13:23:11.358Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:11.360Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:11.360Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377791357,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:23:11.461Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:11.462Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:23:11.462Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:11.477Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:23:11.478Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-08T13:23:12.377Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:23:12.378Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-11-08T13:23:12.378Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:13.000Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:23:13.001Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:23:13.001Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6","serviceName":"basic_onboard_icPKeR","serviceVersion":"1.0","serviceUUID":"7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef","serviceDescription":"service","serviceInvariantUUID":"d34a9bde-0ca4-4e6e-871b-84858b005400","resources":[{"resourceInstanceName":"basic_onboard_icPKeR 0","resourceName":"basic_onboard_icPKeR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d81d879b-ba41-4a67-9c31-3e2aade0997c","resourceInvariantUUID":"3bf78cf8-f178-426d-8034-c6a76bfc4577","resourceCustomizationUUID":"34efd585-edcd-4c26-9dc9-4fc814d75974","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml","artifactChecksum":"ZDUzODhlMmNkNTZmMWY1ZTkxODlhNTBhMGMzMjYwOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9d9ae3b8-305d-4cf7-9626-c379f0247625","artifactVersion":"1"},{"artifactName":"basic_onboard_icpker0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json","artifactChecksum":"ODZmNGIwNzBhNTkyZThiZGE5MzllOTBlMWZmNjVkZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8c5b511f-d498-43ca-a43f-3b2450323b46","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5dbf9f45-daf3-4487-877b-205c5c964b24","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a791d42d-d91d-4bb1-8d6b-ddae37146e7b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c052a70c-fa31-4885-a1c5-78636b5eab70","artifactVersion":"2","generatedFromUUID":"5dbf9f45-daf3-4487-877b-205c5c964b24"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIcpker-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml","artifactChecksum":"MmJhNDk4MzcyODkzOWYzNTI2Y2I2ZDRkMGUxYzIzOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9475ffe6-ce27-4457-8fa1-d0611000a1b7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIcpker-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar","artifactChecksum":"ZDBlNjAyZjdjMmEzN2RjNTFjYjdmNzU0OTE0MzQzMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b30f2128-179a-4f79-8978-c3ce01e50865","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-08T13:23:13.004Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:23:13.004Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:13.006Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:13.006Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377792377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:13.107Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:23:13.107Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:23:13.107Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:13.120Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:23:13.121Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:14.007Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:23:14.008Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:14.009Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:14.009Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377792377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:23:14.109Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:14.110Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:23:14.110Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:14.124Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:23:14.124Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:15.010Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:23:15.010Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:15.012Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:15.012Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377792377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:23:15.113Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:23:15.113Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:23:15.114Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:15.127Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:23:15.127Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:16.013Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:23:16.014Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:16.015Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:16.016Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377792377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:16.116Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:16.117Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:23:16.118Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:16.131Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:23:16.132Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:17.017Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:23:17.017Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:17.019Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:17.019Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377792377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-08T13:23:17.119Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:17.120Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:23:17.120Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:17.134Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:23:17.135Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:23:18.019Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:23:18.020Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:18.022Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:18.022Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377792377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:18.122Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:18.124Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:23:18.124Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:18.143Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:23:18.143Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:23:19.023Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:23:19.024Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:19.026Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:19.026Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377792377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:23:19.126Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:19.127Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:23:19.127Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:19.142Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:23:19.142Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:23:20.027Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "serviceName": "basic_onboard_icPKeR",
  "serviceVersion": "1.0",
  "serviceUUID": "7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d34a9bde-0ca4-4e6e-871b-84858b005400",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_icPKeR 0",
      "resourceCustomizationUUID": "34efd585-edcd-4c26-9dc9-4fc814d75974",
      "resourceName": "basic_onboard_icPKeR",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d81d879b-ba41-4a67-9c31-3e2aade0997c",
      "resourceInvariantUUID": "3bf78cf8-f178-426d-8034-c6a76bfc4577",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_icpker0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
          "artifactChecksum": "ODZmNGIwNzBhNTkyZThiZGE5MzllOTBlMWZmNjVkZGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8c5b511f-d498-43ca-a43f-3b2450323b46",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5dbf9f45-daf3-4487-877b-205c5c964b24",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c052a70c-fa31-4885-a1c5-78636b5eab70",
            "generatedFromUUID": "5dbf9f45-daf3-4487-877b-205c5c964b24"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c052a70c-fa31-4885-a1c5-78636b5eab70",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardIcpker-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
      "artifactChecksum": "ZDBlNjAyZjdjMmEzN2RjNTFjYjdmNzU0OTE0MzQzMGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b30f2128-179a-4f79-8978-c3ce01e50865"
    }
  ],
  "workloadContext": "Production"
}
2021-11-08T13:23:20.028Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-08T13:23:20.028Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef ASDC
2021-11-08T13:23:20.028Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
ServiceName:basic_onboard_icPKeR
ServiceVersion:1.0
ServiceUUID:7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef
ServiceInvariantUUID:d34a9bde-0ca4-4e6e-871b-84858b005400
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIcpker-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar
ArtifactUUID:b30f2128-179a-4f79-8978-c3ce01e50865
ArtifactChecksum:ZDBlNjAyZjdjMmEzN2RjNTFjYjdmNzU0OTE0MzQzMGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_icPKeR 0
ResourceCustomizationUUID:34efd585-edcd-4c26-9dc9-4fc814d75974
ResourceInvariantUUID:3bf78cf8-f178-426d-8034-c6a76bfc4577
ResourceName:basic_onboard_icPKeR
ResourceType:VF
ResourceUUID:d81d879b-ba41-4a67-9c31-3e2aade0997c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_icpker0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json
ArtifactUUID:8c5b511f-d498-43ca-a43f-3b2450323b46
ArtifactChecksum:ODZmNGIwNzBhNTkyZThiZGE5MzllOTBlMWZmNjVkZGU=
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/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5dbf9f45-daf3-4487-877b-205c5c964b24
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/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env
ArtifactUUID:c052a70c-fa31-4885-a1c5-78636b5eab70
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/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env
ArtifactUUID:c052a70c-fa31-4885-a1c5-78636b5eab70
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-08T13:23:20.028Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:23:20.062Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:23:20.063Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-08T13:23:20.063Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-08T13:23:20.063Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b30f2128-179a-4f79-8978-c3ce01e50865 from URL: /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:20.063Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-08T13:23:20.063Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:20.142Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-08T13:23:20.146Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar b30f2128-179a-4f79-8978-c3ce01e50865 71536
2021-11-08T13:23:20.146Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar ASDC sendASDCNotification
2021-11-08T13:23:20.146Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:20.146Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:23:20.146Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:20.148Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:20.148Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377800146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:23:20.248Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:20.249Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:23:20.249Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:20.262Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:23:20.263Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:21.149Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:23:21.150Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-08T13:23:21.150Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b30f2128-179a-4f79-8978-c3ce01e50865, URL: /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar to file: /app/ASDC/1/service-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:21.151Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:21.151Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:21.151Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:21.310Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17252248710719103440/Definitions/service-BasicOnboardIcpker-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-11-08T13:23:22.822Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_icPKeR 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-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.824Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.824Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.824Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-08T13:23:22.824Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:22.824Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:22.824Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is matching search criteria
2021-11-08T13:23:22.824Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-08T13:23:22.824Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_icPKeR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:23:22.825Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:22.825Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:22.825Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is matching search criteria
2021-11-08T13:23:22.825Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-08T13:23:22.825Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_icPKeR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:23:22.826Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:22.826Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:22.826Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:22.826Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is not matching search criteria
2021-11-08T13:23:22.826Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-08T13:23:22.826Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-08T13:23:22.827Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-08T13:23:22.827Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-08T13:23:22.827Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-08T13:23:22.827Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:22.827Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-08T13:23:22.827Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:22.827Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is matching search criteria
2021-11-08T13:23:22.828Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_icPKeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:23:22.828Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:22.828Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is matching search criteria
2021-11-08T13:23:22.828Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_icPKeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:23:22.828Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:22.829Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is matching search criteria
2021-11-08T13:23:22.829Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_icPKeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:23:22.829Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:22.829Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is not matching search criteria
2021-11-08T13:23:22.829Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-08T13:23:22.829Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-08T13:23:22.830Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=76d55461-1540-4738-9c29-a124753b8e28
2021-11-08T13:23:22.830Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:22.830Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:22.830Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:22.830Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:22.830Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:22.831Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:22.831Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:22.831Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:22.831Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_icPKeR
Description:service
Model UUID:7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef
Model Version:NULL
Model InvariantUuid:d34a9bde-0ca4-4e6e-871b-84858b005400
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_icPKeR
Model UUID:7c9e2152-50e5-443e-9dc8-9500f9acb2e3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3bf78cf8-f178-426d-8034-c6a76bfc4577
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:34efd585-edcd-4c26-9dc9-4fc814d75974
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bf91cef5-157f-4303-b52e-59f86a5e0031
ModelName:BasicOnboardIcpker..base_ubuntu18..module-0
ModelUuid:84f16d4e-e8ef-4f22-9dda-80fd01fe6495
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:76d55461-1540-4738-9c29-a124753b8e28
ModelInvariantUuid:ca6a5db8-0a3a-4ac9-8e58-51b0792b3f7a
ModelName:basic_onboard_icPKeR-nodes.ubuntu18Cvfc
ModelUuid:907c2984-e09d-41d8-9847-293f13efa5c6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:9e212b40-3f3f-4154-9d91-e250800b09a1
ModelInvariantUuid:51f60135-e416-4c5d-ad21-c0c5354a2dba
ModelName:BasicOnboardIcpker.compute.nodes.heat.ubuntu18
ModelUuid:616f437c-ddb2-4e87-a90a-230e3588ecfa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-08T13:23:22.839Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: d81d879b-ba41-4a67-9c31-3e2aade0997c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:23:22.842Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||basic_onboard_icPKeR 0
2021-11-08T13:23:22.843Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d81d879b-ba41-4a67-9c31-3e2aade0997c
2021-11-08T13:23:22.843Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8c5b511f-d498-43ca-a43f-3b2450323b46 from URL: /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json
2021-11-08T13:23:22.843Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-08T13:23:22.843Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json
2021-11-08T13:23:22.920Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-08T13:23:22.921Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json 8c5b511f-d498-43ca-a43f-3b2450323b46 798
2021-11-08T13:23:22.921Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json ASDC sendASDCNotification
2021-11-08T13:23:22.921Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json
2021-11-08T13:23:22.921Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:23:22.921Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:22.923Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:22.923Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377802921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:23:23.023Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:23.024Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:23:23.024Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:23.036Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:23:23.036Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:23.924Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIcpker..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bf91cef5-157f-4303-b52e-59f86a5e0031",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "84f16d4e-e8ef-4f22-9dda-80fd01fe6495",
    "vfModuleModelCustomizationUUID": "cf2dd0aa-8855-4025-add3-8794970d6748",
    "isBase": true,
    "artifacts": [
      "5dbf9f45-daf3-4487-877b-205c5c964b24",
      "c052a70c-fa31-4885-a1c5-78636b5eab70"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-08T13:23:23.929Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIcpker..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84f16d4e-e8ef-4f22-9dda-80fd01fe6495
VfModuleModelInvariantUUID:bf91cef5-157f-4303-b52e-59f86a5e0031
VfModuleModelDescription:NULL
Artifacts UUID List:{
5dbf9f45-daf3-4487-877b-205c5c964b24
,
c052a70c-fa31-4885-a1c5-78636b5eab70

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

isBase:true


}

2021-11-08T13:23:23.931Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIcpker..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bf91cef5-157f-4303-b52e-59f86a5e0031",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "84f16d4e-e8ef-4f22-9dda-80fd01fe6495",
    "vfModuleModelCustomizationUUID": "cf2dd0aa-8855-4025-add3-8794970d6748",
    "isBase": true,
    "artifacts": [
      "5dbf9f45-daf3-4487-877b-205c5c964b24",
      "c052a70c-fa31-4885-a1c5-78636b5eab70"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-08T13:23:23.931Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIcpker..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84f16d4e-e8ef-4f22-9dda-80fd01fe6495
VfModuleModelInvariantUUID:bf91cef5-157f-4303-b52e-59f86a5e0031
VfModuleModelDescription:NULL
Artifacts UUID List:{
5dbf9f45-daf3-4487-877b-205c5c964b24
,
c052a70c-fa31-4885-a1c5-78636b5eab70

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

isBase:true


}

2021-11-08T13:23:23.931Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5dbf9f45-daf3-4487-877b-205c5c964b24 from URL: /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml
2021-11-08T13:23:23.931Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-08T13:23:23.931Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml
2021-11-08T13:23:24.009Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-08T13:23:24.009Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml 5dbf9f45-daf3-4487-877b-205c5c964b24 5033
2021-11-08T13:23:24.009Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-08T13:23:24.010Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml
2021-11-08T13:23:24.010Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:23:24.010Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:24.012Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:24.012Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377804009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:23:24.112Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-08T13:23:24.113Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:23:24.113Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:24.130Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:23:24.130Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:25.014Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c052a70c-fa31-4885-a1c5-78636b5eab70 from URL: /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env
2021-11-08T13:23:25.015Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-08T13:23:25.015Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env
2021-11-08T13:23:25.061Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-08T13:23:25.062Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env c052a70c-fa31-4885-a1c5-78636b5eab70 909
2021-11-08T13:23:25.062Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-08T13:23:25.062Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env
2021-11-08T13:23:25.062Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:23:25.062Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:25.064Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:25.064Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377805062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:23:25.164Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:25.165Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:23:25.165Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:25.177Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:23:25.177Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:26.065Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef
2021-11-08T13:23:26.065Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_icPKeR 0 d81d879b-ba41-4a67-9c31-3e2aade0997c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:23:26.080Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77eff83a, org.onap.sdc.toscaparser.api.parameters.Input@3d9a97c3, org.onap.sdc.toscaparser.api.parameters.Input@28a05b6d, org.onap.sdc.toscaparser.api.parameters.Input@5bd74ab2, org.onap.sdc.toscaparser.api.parameters.Input@537157da]
2021-11-08T13:23:26.081Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:26.081Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:26.081Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-11-08T13:23:26.081Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 34efd585-edcd-4c26-9dc9-4fc814d75974
2021-11-08T13:23:26.081Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 34efd585-edcd-4c26-9dc9-4fc814d75974 matches Tosca VF Customization UUID: 34efd585-edcd-4c26-9dc9-4fc814d75974
2021-11-08T13:23:26.082Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 34efd585-edcd-4c26-9dc9-4fc814d75974  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-08T13:23:26.083Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:26.084Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:26.084Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 34efd585-edcd-4c26-9dc9-4fc814d75974: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-11-08T13:23:26.084Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@464f6780
2021-11-08T13:23:26.084Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:26.084Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-08T13:23:26.085Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf2dd0aa-8855-4025-add3-8794970d6748
2021-11-08T13:23:26.085Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf2dd0aa-8855-4025-add3-8794970d6748
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-08T13:23:26.086Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:26.087Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is matching search criteria
2021-11-08T13:23:26.087Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_icPKeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:23:26.087Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:26.087Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is matching search criteria
2021-11-08T13:23:26.087Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_icPKeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:23:26.088Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:26.088Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is not matching search criteria
2021-11-08T13:23:26.088Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-08T13:23:26.088Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-08T13:23:26.088Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=76d55461-1540-4738-9c29-a124753b8e28
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-08T13:23:26.091Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:26.091Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is matching search criteria
2021-11-08T13:23:26.091Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_icPKeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:23:26.092Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:26.092Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is matching search criteria
2021-11-08T13:23:26.092Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_icPKeR 0] matching following query criteria: sdcType=VF, customizationUUID=34efd585-edcd-4c26-9dc9-4fc814d75974
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:23:26.094Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:26.095Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:26.095Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef: basic_onboard_icPKeR
2021-11-08T13:23:26.095Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:26.095Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:26.095Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:26.095Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:26.095Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:26.096Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:26.096Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:26.096Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:26.096Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:23:26.096Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:26.096Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_icPKeR 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:23:26.183Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_icPKeR d81d879b-ba41-4a67-9c31-3e2aade0997c 1 ASDC deployResourceStructure
2021-11-08T13:23:26.183Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json ASDC sendASDCNotification
2021-11-08T13:23:26.183Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json
2021-11-08T13:23:26.183Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:23:26.183Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:26.185Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:26.185Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377806183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:23:26.285Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:26.286Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:23:26.286Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:26.299Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:23:26.300Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:23:27.186Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-08T13:23:27.186Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml
2021-11-08T13:23:27.186Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:23:27.187Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:27.189Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:27.189Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377807186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-08T13:23:27.289Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:27.290Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:23:27.290Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:27.304Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:23:27.305Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:28.190Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-08T13:23:28.190Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env
2021-11-08T13:23:28.190Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:23:28.191Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:28.193Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:28.194Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377808190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-08T13:23:28.293Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-08T13:23:28.294Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:23:28.294Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:28.307Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:23:28.308Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:29.194Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar ASDC sendASDCNotification
2021-11-08T13:23:29.194Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:29.194Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:23:29.195Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:29.197Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:29.197Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377809194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:23:29.297Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:29.298Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:23:29.298Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:29.311Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:23:29.311Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:30.198Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:23:30.210Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:23:30.212Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:23:30.212Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-08T13:23:30.212Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-08T13:23:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:23:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:23:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:57.160Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:23:57.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377717133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:23:57.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377717133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:23:57.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377717133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377717133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377717133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377717133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636377722487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "dcae-sch",
  "timestamp": 1636377719181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "cds",
  "timestamp": 1636377721524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "policy-id",
  "timestamp": 1636377716030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "cds",
  "timestamp": 1636377721524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "dcae-sch",
  "timestamp": 1636377719181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636377722487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "policy-id",
  "timestamp": 1636377716030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377725199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "cds",
  "timestamp": 1636377721524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636377722487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "dcae-sch",
  "timestamp": 1636377719181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "policy-id",
  "timestamp": 1636377716030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "cds",
  "timestamp": 1636377721524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636377722487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "dcae-sch",
  "timestamp": 1636377719181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "policy-id",
  "timestamp": 1636377716030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636377722487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "dcae-sch",
  "timestamp": 1636377719181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "cds",
  "timestamp": 1636377721524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "policy-id",
  "timestamp": 1636377716030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377728488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "cds",
  "timestamp": 1636377721524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636377722487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "dcae-sch",
  "timestamp": 1636377719181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "policy-id",
  "timestamp": 1636377716030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "clamp",
  "timestamp": 1636377728882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377729326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377730028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377728488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636377722487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "dcae-sch",
  "timestamp": 1636377719181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "cds",
  "timestamp": 1636377721524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "policy-id",
  "timestamp": 1636377716030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "clamp",
  "timestamp": 1636377728882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377729326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377728488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377731332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "clamp",
  "timestamp": 1636377728882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "policy-id",
  "timestamp": 1636377731832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377729326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "cds",
  "timestamp": 1636377732001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377728488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "clamp",
  "timestamp": 1636377728882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377732819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "policy-id",
  "timestamp": 1636377732835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377729326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "cds",
  "timestamp": 1636377733005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:23:57.191Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
2021-11-08T13:23:57.191Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:23:57.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377728488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.201Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "clamp",
  "timestamp": 1636377728882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.201Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "policy-id",
  "timestamp": 1636377733837,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:23:57.206Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
2021-11-08T13:23:57.206Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377729326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377728488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "clamp",
  "timestamp": 1636377728882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377734573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377729326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377728488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "clamp",
  "timestamp": 1636377728882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377735575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377729326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377736426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377736579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377737226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377737583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377738434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377738438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:23:57.217Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636377739441,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:23:57.222Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
2021-11-08T13:23:57.222Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:23:57.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377739486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377740510,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:23:57.240Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
2021-11-08T13:23:57.241Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-08T13:23:57.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636377741514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:23:57.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "aai-ml",
  "timestamp": 1636377741323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "aai-ml",
  "timestamp": 1636377741323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "aai-ml",
  "timestamp": 1636377741323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "aai-ml",
  "timestamp": 1636377741323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "aai-ml",
  "timestamp": 1636377741323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "aai-ml",
  "timestamp": 1636377741323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "aai-ml",
  "timestamp": 1636377741323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:23:57.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:23:57.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "clamp",
  "timestamp": 1636377748387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "aai-ml",
  "timestamp": 1636377749126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.250Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "clamp",
  "timestamp": 1636377750197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:23:57.250Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "clamp",
  "timestamp": 1636377751200,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:23:57.255Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
2021-11-08T13:23:57.255Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:23:57.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "aai-ml",
  "timestamp": 1636377757223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:23:57.264Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "aai-ml",
  "timestamp": 1636377758228,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:23:57.269Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
2021-11-08T13:23:57.269Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:24:00.213Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:24:00.224Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:24:00.226Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:24:00.226Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-08T13:24:00.226Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-08T13:24:00.226Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-08T13:24:00.227Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:24:00.227Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:24:00.227Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:24:00.227Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:24:00.227Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:24:00.227Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:24:00.227Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:24:00.233Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-08T13:24:30.233Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-08T13:24:30.241Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6 and serviceModelVersionId: 7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef
2021-11-08T13:24:30.241Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d34a9bde-0ca4-4e6e-871b-84858b005400
2021-11-08T13:24:30.242Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d34a9bde-0ca4-4e6e-871b-84858b005400/model-vers/model-ver/7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef?depth=0
2021-11-08T13:24:30.247Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-08T13:24:30.288Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34a9bde-0ca4-4e6e-871b-84858b005400/model-vers/model-ver/7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef?depth=0|INFO|500||Invoke
2021-11-08T13:24:30.288Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34a9bde-0ca4-4e6e-871b-84858b005400/model-vers/model-ver/7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34a9bde-0ca4-4e6e-871b-84858b005400/model-vers/model-ver/7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81dd6b34-cf92-4e0a-a98f-7085ffcb0c27], X-ECOMP-RequestID=[2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6], X-TransactionId=[], X-ONAP-RequestID=[2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6], Content-Type=[application/merge-patch+json]}
2021-11-08T13:24:30.312Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34a9bde-0ca4-4e6e-871b-84858b005400/model-vers/model-ver/7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-08T13:24:30.425Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34a9bde-0ca4-4e6e-871b-84858b005400/model-vers/model-ver/7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34a9bde-0ca4-4e6e-871b-84858b005400/model-vers/model-ver/7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211108-13:24:30:320-63746], vertex-id=[405680], Content-Length=[0], Date=[Mon, 08 Nov 2021 13:24:30 GMT], Content-Type=[application/json]}
2021-11-08T13:24:30.425Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34a9bde-0ca4-4e6e-871b-84858b005400/model-vers/model-ver/7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-08T13:24:30.426Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34a9bde-0ca4-4e6e-871b-84858b005400/model-vers/model-ver/7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef?depth=0|INFO|500||InvokeReturn
2021-11-08T13:24:30.426Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-08T13:24:30.426Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:24:30.430Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:24:30.430Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-08T13:24:30.430Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-08T13:24:30.431Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:24:30.432Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:24:30.432Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377870430,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:24:30.532Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:24:30.533Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:24:30.533Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:24:30.548Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:24:30.549Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-08T13:24:31.447Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:24:31.447Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:24:31.447Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:24:40.990Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:24:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:24:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:24:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:24:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:24:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:24:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:24:57.155Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:24:57.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377791357,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:24:57.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:24:57.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377792377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:24:57.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:24:57.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377792377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:24:57.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:24:57.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377792377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:24:57.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:24:57.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377792377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:24:57.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:24:57.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377792377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-08T13:24:57.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:24:57.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377792377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:24:57.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:24:57.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377792377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:24:57.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:24:57.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377800146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377802921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377804009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377805062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377806183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:24:57.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377807186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-08T13:24:57.162Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:24:57.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377808190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-08T13:24:57.162Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:24:57.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377809194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:24:57.162Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:25:06.683Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:25:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:25:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:25:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:25:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:25:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:25:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:25:57.655Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:25:57.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:25:57.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636377870430,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:25:57.657Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:26:06.678Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:26:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:26:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:26:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:26:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:26:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:26:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:27:06.707Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:27:06.719Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:27:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:27:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:27:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:27:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:27:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:27:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:28:06.676Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:28:06.679Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:28:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:28:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:28:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:28:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:28:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:28:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:29:06.682Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:29:06.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:29:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:29:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:29:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:29:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:29:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:29:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:30:06.677Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:30:06.678Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:30:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:30:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:30:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:30:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:30:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:30:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:31:06.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:31:06.678Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:31:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:31:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:31:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:31:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:31:57.135Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:31:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:32:06.676Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:32:06.676Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:32:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:32:57.133Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:32:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:32:57.135Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:32:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:32:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:33:06.678Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:33:06.679Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:33:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:33:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:33:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:33:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:33:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:33:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:34:06.675Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:34:06.678Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:34:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:34:57.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:34:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:34:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:34:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:34:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:34:57.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:34:57.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"857a3fa2-990e-487b-81bf-f0ce8f0e0d6b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c226b1df-284d-47bd-b5b2-3b156cbb0964","serviceDescription":"service","serviceInvariantUUID":"b2663ca7-8671-43c0-b3c9-286ea512c6bd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"57e9aebd-f46d-451f-b7c7-1f4056fa5768","resourceInvariantUUID":"1d16f0ec-8576-44db-a346-55a1c14778fb","resourceCustomizationUUID":"42b2fb9e-ba70-4f07-8f21-7420e25217b7","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":"YTc3ZGVjMmZmOTVjOGQwZWQ0N2Q0ZmNmZDU3ZTk1MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3ad6d55-06ce-4f8f-acc7-5104850908ad","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDJkMTczMzkzYTk4ZDc3NjdkYTM1YTk3NjNjMGUzZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d85f511-2d16-4c23-97b1-c07ca1c2170c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-08T13:34:57.772Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:34:57.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "cds",
  "timestamp": 1636378456524,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:34:57.774Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:34:57.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378449327,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:34:57.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.774Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:34:57.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378448488,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "policy-id",
  "timestamp": 1636378456030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "clamp",
  "timestamp": 1636378448881,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378449327,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "cds",
  "timestamp": 1636378456524,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378448488,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "clamp",
  "timestamp": 1636378448881,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "policy-id",
  "timestamp": 1636378456030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378459736,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "cds",
  "timestamp": 1636378459745,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "policy-id",
  "timestamp": 1636378459733,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "dcae-sch",
  "timestamp": 1636378459181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "cds",
  "timestamp": 1636378460750,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-11-08T13:34:57.777Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:34:57.777Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378497133,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:34:57.792Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b
2021-11-08T13:34:57.792Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "policy-id",
  "timestamp": 1636378460737,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "dcae-sch",
  "timestamp": 1636378459181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378461138,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "policy-id",
  "timestamp": 1636378461740,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:34:57.806Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b
2021-11-08T13:34:57.806Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:34:57.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "aai-ml",
  "timestamp": 1636378461323,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:34:57.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378462141,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:34:57.821Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b
2021-11-08T13:34:57.821Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:34:57.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "aai-ml",
  "timestamp": 1636378461323,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:34:57.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:34:57.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378462487,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:34:57.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378462487,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:34:57.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "aai-ml",
  "timestamp": 1636378464309,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:34:57.831Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:34:57.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "clamp",
  "timestamp": 1636378466304,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:34:57.831Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:34:57.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "aai-ml",
  "timestamp": 1636378468817,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:34:57.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:34:57.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "clamp",
  "timestamp": 1636378469309,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:34:57.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:34:57.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "aai-ml",
  "timestamp": 1636378469824,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:34:57.837Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b
2021-11-08T13:34:57.837Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:34:57.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "clamp",
  "timestamp": 1636378470312,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:34:57.850Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b
2021-11-08T13:34:57.850Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:34:57.877Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:34:57.877Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:34:57.877Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:34:57.891Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:34:57.892Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:34:58.777Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:34:58.778Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:34:58.779Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:34:58.780Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378497133,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:34:58.880Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:34:58.880Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:34:58.880Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:34:58.893Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:34:58.893Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:34:59.780Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "c226b1df-284d-47bd-b5b2-3b156cbb0964",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b2663ca7-8671-43c0-b3c9-286ea512c6bd",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "42b2fb9e-ba70-4f07-8f21-7420e25217b7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "57e9aebd-f46d-451f-b7c7-1f4056fa5768",
      "resourceInvariantUUID": "1d16f0ec-8576-44db-a346-55a1c14778fb",
      "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": "ZDJkMTczMzkzYTk4ZDc3NjdkYTM1YTk3NjNjMGUzZmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4d85f511-2d16-4c23-97b1-c07ca1c2170c"
    }
  ],
  "workloadContext": "Production"
}
2021-11-08T13:34:59.781Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-08T13:34:59.781Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c226b1df-284d-47bd-b5b2-3b156cbb0964 ASDC
2021-11-08T13:34:59.781Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:857a3fa2-990e-487b-81bf-f0ce8f0e0d6b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c226b1df-284d-47bd-b5b2-3b156cbb0964
ServiceInvariantUUID:b2663ca7-8671-43c0-b3c9-286ea512c6bd
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:4d85f511-2d16-4c23-97b1-c07ca1c2170c
ArtifactChecksum:ZDJkMTczMzkzYTk4ZDc3NjdkYTM1YTk3NjNjMGUzZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:42b2fb9e-ba70-4f07-8f21-7420e25217b7
ResourceInvariantUUID:1d16f0ec-8576-44db-a346-55a1c14778fb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:57e9aebd-f46d-451f-b7c7-1f4056fa5768
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-11-08T13:34:59.781Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c226b1df-284d-47bd-b5b2-3b156cbb0964 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-08T13:34:59.806Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:34:59.806Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:34:59.807Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:34:59.807Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4d85f511-2d16-4c23-97b1-c07ca1c2170c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-08T13:34:59.807Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-08T13:34:59.807Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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-11-08T13:35:00.021Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-08T13:35:00.025Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4d85f511-2d16-4c23-97b1-c07ca1c2170c 52491
2021-11-08T13:35:00.026Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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-11-08T13:35:00.026Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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-11-08T13:35:00.026Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:35:00.026Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:35:00.029Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:35:00.029Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378500025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:35:00.129Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:35:00.130Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:35:00.130Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:35:00.151Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:35:00.152Z||pool-37-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:35:01.030Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:35:01.031Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:35:01.031Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4d85f511-2d16-4c23-97b1-c07ca1c2170c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-08T13:35:01.032Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-08T13:35:01.032Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-08T13:35:01.032Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-08T13:35:01.129Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13478348650763231265/Definitions/service-BasicNetwork-template.yml
2021-11-08T13:35:01.562Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-08T13:35:01.563Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-08T13:35:01.563Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-08T13:35:01.563Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-08T13:35:01.563Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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-11-08T13:35:01.564Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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-11-08T13:35:01.564Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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-11-08T13:35:01.564Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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-11-08T13:35:01.564Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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-11-08T13:35:01.564Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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-11-08T13:35:01.564Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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-11-08T13:35:01.564Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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-11-08T13:35:01.565Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-08T13:35:01.565Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:35:01.565Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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-11-08T13:35:01.565Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-08T13:35:01.566Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-08T13:35:01.566Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:35:01.566Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:35:01.566Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.567Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-08T13:35:01.567Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-08T13:35:01.567Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:35:01.567Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:35:01.567Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.568Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:35:01.568Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.568Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:35:01.568Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.569Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:35:01.569Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.569Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:35:01.569Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.570Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:c226b1df-284d-47bd-b5b2-3b156cbb0964
Model Version:NULL
Model InvariantUuid:b2663ca7-8671-43c0-b3c9-286ea512c6bd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1d16f0ec-8576-44db-a346-55a1c14778fb
Model UUID:6b71d626-168e-4c50-9540-23259bd5c23a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:42b2fb9e-ba70-4f07-8f21-7420e25217b7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-08T13:35:01.577Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 57e9aebd-f46d-451f-b7c7-1f4056fa5768
2021-11-08T13:35:01.577Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||No resources found for Service: c226b1df-284d-47bd-b5b2-3b156cbb0964
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:35:01.582Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||
2021-11-08T13:35:01.582Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-11-08T13:35:01.583Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||No resources found for Service: c226b1df-284d-47bd-b5b2-3b156cbb0964
2021-11-08T13:35:01.583Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c226b1df-284d-47bd-b5b2-3b156cbb0964
2021-11-08T13:35:01.583Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-11-08T13:35:01.583Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:35:01.589Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@549270b5, org.onap.sdc.toscaparser.api.parameters.Input@64424a5f, org.onap.sdc.toscaparser.api.parameters.Input@45299370, org.onap.sdc.toscaparser.api.parameters.Input@6c4601f7, org.onap.sdc.toscaparser.api.parameters.Input@2b16d312]
2021-11-08T13:35:01.590Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:35:01.591Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.591Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:35:01.591Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.591Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c226b1df-284d-47bd-b5b2-3b156cbb0964: Generic NeutronNet
2021-11-08T13:35:01.591Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:35:01.592Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.592Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:35:01.592Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-11-08T13:35:01.621Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:35:01.621Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.621Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:35:01.622Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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-11-08T13:35:01.622Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:35:01.622Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.622Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-08T13:35:01.675Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-11-08T13:35:01.676Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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-11-08T13:35:01.676Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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-11-08T13:35:01.676Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:35:01.676Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:35:01.678Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:35:01.678Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378501676,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:35:01.778Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:35:01.779Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:35:01.779Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:35:01.792Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:35:01.792Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:35:02.679Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:35:02.691Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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-11-08T13:35:02.700Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-08T13:35:32.700Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-08T13:35:32.707Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b and serviceModelVersionId: c226b1df-284d-47bd-b5b2-3b156cbb0964
2021-11-08T13:35:32.707Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2663ca7-8671-43c0-b3c9-286ea512c6bd
2021-11-08T13:35:32.708Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2663ca7-8671-43c0-b3c9-286ea512c6bd/model-vers/model-ver/c226b1df-284d-47bd-b5b2-3b156cbb0964?depth=0
2021-11-08T13:35:32.711Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-08T13:35:32.744Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2663ca7-8671-43c0-b3c9-286ea512c6bd/model-vers/model-ver/c226b1df-284d-47bd-b5b2-3b156cbb0964?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-08T13:35:32.744Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2663ca7-8671-43c0-b3c9-286ea512c6bd/model-vers/model-ver/c226b1df-284d-47bd-b5b2-3b156cbb0964?depth=0|INFO|500||Invoke
2021-11-08T13:35:32.764Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2663ca7-8671-43c0-b3c9-286ea512c6bd/model-vers/model-ver/c226b1df-284d-47bd-b5b2-3b156cbb0964?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-08T13:35:33.809Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2663ca7-8671-43c0-b3c9-286ea512c6bd/model-vers/model-ver/c226b1df-284d-47bd-b5b2-3b156cbb0964?depth=0|INFO|500||InvokeReturn
2021-11-08T13:35:33.810Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2663ca7-8671-43c0-b3c9-286ea512c6bd/model-vers/model-ver/c226b1df-284d-47bd-b5b2-3b156cbb0964?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211108-13:35:32:772-53356], vertex-id=[176320], Content-Length=[0], Date=[Mon, 08 Nov 2021 13:35:32 GMT], Content-Type=[application/json]}
2021-11-08T13:35:33.810Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-08T13:35:33.810Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-08T13:35:33.810Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:35:33.815Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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-11-08T13:35:33.816Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-08T13:35:33.816Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-08T13:35:33.816Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:35:33.818Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:35:33.818Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378533816,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:35:33.918Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:35:33.919Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:35:33.919Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:35:33.935Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:35:33.935Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-08T13:35:57.133Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:35:57.133Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:35:57.134Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:35:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:35:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:35:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:35:57.274Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:35:57.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:35:57.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378497133,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:35:57.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:35:57.758Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:35:57.758Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:35:57.758Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c0a5071f-8dc9-473e-a376-4bf147a22eb5","serviceName":"Demo_pNF_2SsNY9Fnahg7y0jcXrTQ","serviceVersion":"1.0","serviceUUID":"24cec808-5023-4b66-b41c-c7736a77e0ee","serviceDescription":"catalog service description","serviceInvariantUUID":"7a3f71ad-d42e-4474-8f16-e565ff809564","resources":[{"resourceInstanceName":"pNF 626775c1-df72 0","resourceName":"pNF 626775c1-df72","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c5cf5c5e-9956-4853-be55-1a9886eb7887","resourceInvariantUUID":"c2dc5361-b901-4908-96dd-5d964cb0cf4b","resourceCustomizationUUID":"79986edf-ab77-478b-b9c5-f6cad39c2802","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vf-license-model.xml","artifactChecksum":"NzdhMjBjYjMzNDdlOGU4MzYzODVjOGUxNGFhYmZhNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"786bb089-e37f-4d2c-a614-c41372c96467","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/pNF.csar","artifactChecksum":"OTYxOGE2M2I4ODkwYzRjZGQ1ZGM1NTVhNjQyNmQyNzE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bd866f7b-594b-4e46-a128-b5a2fb196bdf","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a463704a-da8b-4fee-96c8-14336de4cea1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vendor-license-model.xml","artifactChecksum":"ZmUyMzc2M2VjNTVmMDJjNTYyOGIxOWNjMzFmOTg2MTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"85fe89a2-3460-4a2d-9578-9b7b43433b0b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4c014b63-4cc9-4411-9bba-5197524c63a6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2017c551-320c-4709-befe-8af67c16cfdd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf2ssny9fnahg7y0jcxrtq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-template.yml","artifactChecksum":"MTdkZTQzZTVlNTg5NGNkZjhlYTA0MWM5MTk1ZGJkYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd292fe-9ee0-4c68-bdd8-23f9a9358d97","artifactVersion":"1"},{"artifactName":"service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar","artifactChecksum":"YzA1YmVlMmVlMzg5YmVhMWU5ZTI0ODY4ODgyMTc0ZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7cade755-b4f8-40be-a34e-de965a9b253d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-08T13:35:57.760Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:35:57.760Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:35:57.762Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:35:57.762Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378557133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:35:57.863Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:35:57.863Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:35:57.864Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:35:57.877Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:35:57.878Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:35:58.763Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:35:58.763Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:35:58.765Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:35:58.765Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378557133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:35:58.865Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:35:58.866Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:35:58.866Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:35:58.887Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:35:58.888Z||pool-41-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:35:59.766Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:35:59.766Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:35:59.767Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:35:59.768Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378557133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:35:59.868Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:35:59.868Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:35:59.868Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:35:59.884Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:35:59.884Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:36:00.768Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:36:00.769Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:36:00.770Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:36:00.770Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378557133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:00.871Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:36:00.871Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:36:00.872Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:36:00.885Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:36:00.885Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:36:01.771Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:36:01.772Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:36:01.773Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:36:01.774Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378557133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:01.874Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:36:01.874Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:36:01.874Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:36:01.888Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:36:01.888Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:36:02.774Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:36:02.774Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:36:02.776Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:36:02.776Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378557133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:02.876Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:36:02.877Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:36:02.877Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:36:02.891Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:36:02.891Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:36:03.777Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:36:03.778Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:36:03.779Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:36:03.779Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378557133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:03.879Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:36:03.880Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:36:03.880Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:36:03.900Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:36:03.900Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:36:04.780Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:36:04.781Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:36:04.782Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:36:04.783Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378557133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:36:04.883Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:36:04.883Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:36:04.883Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:36:04.901Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:36:04.901Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:36:05.784Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "serviceName": "Demo_pNF_2SsNY9Fnahg7y0jcXrTQ",
  "serviceVersion": "1.0",
  "serviceUUID": "24cec808-5023-4b66-b41c-c7736a77e0ee",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7a3f71ad-d42e-4474-8f16-e565ff809564",
  "resources": [
    {
      "resourceInstanceName": "pNF 626775c1-df72 0",
      "resourceCustomizationUUID": "79986edf-ab77-478b-b9c5-f6cad39c2802",
      "resourceName": "pNF 626775c1-df72",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c5cf5c5e-9956-4853-be55-1a9886eb7887",
      "resourceInvariantUUID": "c2dc5361-b901-4908-96dd-5d964cb0cf4b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
      "artifactChecksum": "YzA1YmVlMmVlMzg5YmVhMWU5ZTI0ODY4ODgyMTc0ZDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7cade755-b4f8-40be-a34e-de965a9b253d"
    }
  ],
  "workloadContext": "Production"
}
2021-11-08T13:36:05.784Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-08T13:36:05.784Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 24cec808-5023-4b66-b41c-c7736a77e0ee ASDC
2021-11-08T13:36:05.785Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c0a5071f-8dc9-473e-a376-4bf147a22eb5
ServiceName:Demo_pNF_2SsNY9Fnahg7y0jcXrTQ
ServiceVersion:1.0
ServiceUUID:24cec808-5023-4b66-b41c-c7736a77e0ee
ServiceInvariantUUID:7a3f71ad-d42e-4474-8f16-e565ff809564
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
ArtifactUUID:7cade755-b4f8-40be-a34e-de965a9b253d
ArtifactChecksum:YzA1YmVlMmVlMzg5YmVhMWU5ZTI0ODY4ODgyMTc0ZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 626775c1-df72 0
ResourceCustomizationUUID:79986edf-ab77-478b-b9c5-f6cad39c2802
ResourceInvariantUUID:c2dc5361-b901-4908-96dd-5d964cb0cf4b
ResourceName:pNF 626775c1-df72
ResourceType:PNF
ResourceUUID:c5cf5c5e-9956-4853-be55-1a9886eb7887
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-08T13:36:05.785Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24cec808-5023-4b66-b41c-c7736a77e0ee ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:36:05.812Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:36:05.813Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:36:05.813Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:36:05.813Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7cade755-b4f8-40be-a34e-de965a9b253d from URL: /sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:05.813Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-08T13:36:05.813Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:06.014Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-08T13:36:06.017Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar 7cade755-b4f8-40be-a34e-de965a9b253d 82628
2021-11-08T13:36:06.017Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar ASDC sendASDCNotification
2021-11-08T13:36:06.018Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:06.018Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:36:06.018Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:36:06.019Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:36:06.020Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378566017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:36:06.120Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:36:06.121Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:36:06.121Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:36:06.136Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:36:06.137Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:36:07.020Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:36:07.021Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:36:07.021Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7cade755-b4f8-40be-a34e-de965a9b253d, URL: /sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar to file: /app/ASDC/1/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.021Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.022Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.022Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.138Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10908670715217112148/Definitions/service-DemoPnf2ssny9fnahg7y0jcxrtq-template.yml
2021-11-08T13:36:07.730Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-08T13:36:07.730Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-08T13:36:07.730Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.730Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-08T13:36:07.731Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 626775c1-df72 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-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.731Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||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-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.731Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.731Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||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-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.731Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|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-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.731Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|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-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.731Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|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-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.732Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-08T13:36:07.732Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:36:07.732Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2SsNY9Fnahg7y0jcXrTQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:36:07.732Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Node template pNF 626775c1-df72 0 is matching search criteria
2021-11-08T13:36:07.732Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-08T13:36:07.733Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 626775c1-df72 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:36:07.733Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:36:07.733Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2SsNY9Fnahg7y0jcXrTQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:36:07.733Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Node template pNF 626775c1-df72 0 is matching search criteria
2021-11-08T13:36:07.733Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-08T13:36:07.734Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 626775c1-df72 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:36:07.734Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:36:07.734Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2SsNY9Fnahg7y0jcXrTQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:36:07.734Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:36:07.734Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2SsNY9Fnahg7y0jcXrTQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:36:07.734Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:36:07.735Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2SsNY9Fnahg7y0jcXrTQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:36:07.735Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:36:07.735Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2SsNY9Fnahg7y0jcXrTQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:36:07.735Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:36:07.735Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2SsNY9Fnahg7y0jcXrTQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:36:07.735Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_2SsNY9Fnahg7y0jcXrTQ
Description:catalog service description
Model UUID:24cec808-5023-4b66-b41c-c7736a77e0ee
Model Version:NULL
Model InvariantUuid:7a3f71ad-d42e-4474-8f16-e565ff809564
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-08T13:36:07.743Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: c5cf5c5e-9956-4853-be55-1a9886eb7887
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:36:07.746Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||pNF 626775c1-df72 0
2021-11-08T13:36:07.746Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c5cf5c5e-9956-4853-be55-1a9886eb7887
2021-11-08T13:36:07.746Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 24cec808-5023-4b66-b41c-c7736a77e0ee
2021-11-08T13:36:07.747Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 24cec808-5023-4b66-b41c-c7736a77e0ee
2021-11-08T13:36:07.747Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 626775c1-df72 0 c5cf5c5e-9956-4853-be55-1a9886eb7887 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:36:07.751Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5717d11f, org.onap.sdc.toscaparser.api.parameters.Input@3fb9a199, org.onap.sdc.toscaparser.api.parameters.Input@7ead2de3, org.onap.sdc.toscaparser.api.parameters.Input@122bd59, org.onap.sdc.toscaparser.api.parameters.Input@68d40b4b]
2021-11-08T13:36:07.752Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:36:07.752Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2SsNY9Fnahg7y0jcXrTQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:36:07.752Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 24cec808-5023-4b66-b41c-c7736a77e0ee: pNF 626775c1-df72
2021-11-08T13:36:07.752Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||Processing PNF resource: c5cf5c5e-9956-4853-be55-1a9886eb7887
2021-11-08T13:36:07.753Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:36:07.753Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2SsNY9Fnahg7y0jcXrTQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:36:07.753Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||Resource customization UUID: 79986edf-ab77-478b-b9c5-f6cad39c2802 is the same as notified resource customizationUUID: 79986edf-ab77-478b-b9c5-f6cad39c2802
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-08T13:36:07.812Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 626775c1-df72 c5cf5c5e-9956-4853-be55-1a9886eb7887 0 ASDC deployResourceStructure
2021-11-08T13:36:07.813Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar ASDC sendASDCNotification
2021-11-08T13:36:07.813Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.813Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:36:07.814Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:36:07.815Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:36:07.815Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378567813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:36:07.915Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:36:07.916Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:36:07.916Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:36:07.928Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:36:07.929Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:36:08.816Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0a5071f-8dc9-473e-a376-4bf147a22eb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:36:08.827Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0a5071f-8dc9-473e-a376-4bf147a22eb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:36:08.829Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:36:08.829Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-08T13:36:08.830Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-08T13:36:38.830Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0a5071f-8dc9-473e-a376-4bf147a22eb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:36:38.841Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0a5071f-8dc9-473e-a376-4bf147a22eb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:36:38.843Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:36:38.843Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-08T13:36:38.843Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-08T13:36:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:36:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:36:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:36:57.162Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:36:57.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378497133,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:36:57.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378500025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:36:57.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:36:57.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378501676,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:36:57.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:36:57.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378533816,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:36:57.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:36:57.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "cds",
  "timestamp": 1636378531524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378538488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "dcae-sch",
  "timestamp": 1636378539181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "policy-id",
  "timestamp": 1636378536030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "clamp",
  "timestamp": 1636378538881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "cds",
  "timestamp": 1636378531524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "dcae-sch",
  "timestamp": 1636378539181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378538488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "policy-id",
  "timestamp": 1636378536030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "clamp",
  "timestamp": 1636378538881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "dcae-sch",
  "timestamp": 1636378539181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378538488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "cds",
  "timestamp": 1636378531524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "policy-id",
  "timestamp": 1636378536030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "clamp",
  "timestamp": 1636378538881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378542487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "dcae-sch",
  "timestamp": 1636378539181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378538488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "cds",
  "timestamp": 1636378531524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "policy-id",
  "timestamp": 1636378536030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "clamp",
  "timestamp": 1636378538881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378542487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "cds",
  "timestamp": 1636378531524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378538488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "dcae-sch",
  "timestamp": 1636378539181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "policy-id",
  "timestamp": 1636378536030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "clamp",
  "timestamp": 1636378538881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378542487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "dcae-sch",
  "timestamp": 1636378539181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "cds",
  "timestamp": 1636378531524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378538488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "policy-id",
  "timestamp": 1636378536030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "clamp",
  "timestamp": 1636378538881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378542487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "cds",
  "timestamp": 1636378531524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "dcae-sch",
  "timestamp": 1636378539181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378538488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "policy-id",
  "timestamp": 1636378536030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "clamp",
  "timestamp": 1636378538881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378542487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "dcae-sch",
  "timestamp": 1636378539181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "cds",
  "timestamp": 1636378531524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:36:57.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378538488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:36:57.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "policy-id",
  "timestamp": 1636378536030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:36:57.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "clamp",
  "timestamp": 1636378538881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:36:57.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378542487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:36:57.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "policy-id",
  "timestamp": 1636378549012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:36:57.183Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:36:57.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "cds",
  "timestamp": 1636378549107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:36:57.183Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:36:57.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378549109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:36:57.184Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:36:57.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378542487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378549326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "policy-id",
  "timestamp": 1636378550016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:36:57.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:36:57.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "cds",
  "timestamp": 1636378550111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:36:57.195Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c0a5071f-8dc9-473e-a376-4bf147a22eb5
2021-11-08T13:36:57.195Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0a5071f-8dc9-473e-a376-4bf147a22eb5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:36:57.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378542487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.205Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378550807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:36:57.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:36:57.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.206Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378549326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.206Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.206Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "policy-id",
  "timestamp": 1636378551019,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:36:57.210Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c0a5071f-8dc9-473e-a376-4bf147a22eb5
2021-11-08T13:36:57.211Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0a5071f-8dc9-473e-a376-4bf147a22eb5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:36:57.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378551517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:36:57.220Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:36:57.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378551811,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:36:57.227Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c0a5071f-8dc9-473e-a376-4bf147a22eb5
2021-11-08T13:36:57.227Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0a5071f-8dc9-473e-a376-4bf147a22eb5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:36:57.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "aai-ml",
  "timestamp": 1636378551323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378549326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378552711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-08T13:36:57.236Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:36:57.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "aai-ml",
  "timestamp": 1636378551323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378549326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378553714,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:36:57.242Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c0a5071f-8dc9-473e-a376-4bf147a22eb5
2021-11-08T13:36:57.242Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0a5071f-8dc9-473e-a376-4bf147a22eb5 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:36:57.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "aai-ml",
  "timestamp": 1636378551323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378549326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "aai-ml",
  "timestamp": 1636378551323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378549326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "clamp",
  "timestamp": 1636378555319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:36:57.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:36:57.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "aai-ml",
  "timestamp": 1636378551323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378549326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "aai-ml",
  "timestamp": 1636378551323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:36:57.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:36:57.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:36:57.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378549326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:36:57.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:37:08.844Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0a5071f-8dc9-473e-a376-4bf147a22eb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:37:08.854Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0a5071f-8dc9-473e-a376-4bf147a22eb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:37:08.856Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:37:08.857Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-08T13:37:08.857Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-08T13:37:38.857Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0a5071f-8dc9-473e-a376-4bf147a22eb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:37:38.866Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0a5071f-8dc9-473e-a376-4bf147a22eb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:37:38.869Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:37:38.869Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-08T13:37:38.870Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-08T13:37:57.135Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:37:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:37:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:37:57.160Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:37:57.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:37:57.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "clamp",
  "timestamp": 1636378557330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:37:57.162Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:38:08.870Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0a5071f-8dc9-473e-a376-4bf147a22eb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:38:08.880Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0a5071f-8dc9-473e-a376-4bf147a22eb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:38:08.882Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:38:08.882Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-08T13:38:08.882Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-08T13:38:38.882Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0a5071f-8dc9-473e-a376-4bf147a22eb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:38:38.892Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0a5071f-8dc9-473e-a376-4bf147a22eb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:38:38.895Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:38:38.895Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-08T13:38:38.895Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-08T13:38:57.135Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:38:57.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:38:57.137Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:38:57.170Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:38:57.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:38:57.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378557133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:38:57.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:38:57.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:38:57.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "aai-ml",
  "timestamp": 1636378551323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:38:57.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:38:57.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:38:57.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "clamp",
  "timestamp": 1636378558334,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:38:57.179Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c0a5071f-8dc9-473e-a376-4bf147a22eb5
2021-11-08T13:38:57.179Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0a5071f-8dc9-473e-a376-4bf147a22eb5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:38:57.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:38:57.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378557133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:38:57.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:38:57.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:38:57.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "aai-ml",
  "timestamp": 1636378551323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:38:57.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:38:57.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:38:57.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378557133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:38:57.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:38:57.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:38:57.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "aai-ml",
  "timestamp": 1636378560702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:38:57.189Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:38:57.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:38:57.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378557133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:38:57.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:38:57.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:38:57.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378557133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:38:57.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:38:57.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:38:57.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378557133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:38:57.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:38:57.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:38:57.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378557133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:38:57.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:38:57.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:38:57.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378557133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:38:57.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:38:57.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:38:57.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "aai-ml",
  "timestamp": 1636378565896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:38:57.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:38:57.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:38:57.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378566017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:38:57.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:38:57.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:38:57.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "aai-ml",
  "timestamp": 1636378566899,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:38:57.196Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c0a5071f-8dc9-473e-a376-4bf147a22eb5
2021-11-08T13:38:57.196Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0a5071f-8dc9-473e-a376-4bf147a22eb5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:38:57.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:38:57.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378567813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:38:57.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:08.895Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0a5071f-8dc9-473e-a376-4bf147a22eb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:39:08.906Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0a5071f-8dc9-473e-a376-4bf147a22eb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:39:09.110Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:39:09.110Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-08T13:39:09.110Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-08T13:39:09.110Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-08T13:39:09.110Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:39:09.110Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:39:09.110Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:39:09.110Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:39:09.110Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:39:09.110Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:39:09.110Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:39:09.110Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|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-11-08T13:39:09.115Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-08T13:39:39.115Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0a5071f-8dc9-473e-a376-4bf147a22eb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-08T13:39:39.122Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0a5071f-8dc9-473e-a376-4bf147a22eb5 and serviceModelVersionId: 24cec808-5023-4b66-b41c-c7736a77e0ee
2021-11-08T13:39:39.122Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7a3f71ad-d42e-4474-8f16-e565ff809564
2021-11-08T13:39:39.124Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7a3f71ad-d42e-4474-8f16-e565ff809564/model-vers/model-ver/24cec808-5023-4b66-b41c-c7736a77e0ee?depth=0
2021-11-08T13:39:39.136Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-08T13:39:39.178Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a3f71ad-d42e-4474-8f16-e565ff809564/model-vers/model-ver/24cec808-5023-4b66-b41c-c7736a77e0ee?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-08T13:39:39.179Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a3f71ad-d42e-4474-8f16-e565ff809564/model-vers/model-ver/24cec808-5023-4b66-b41c-c7736a77e0ee?depth=0|INFO|500||Invoke
2021-11-08T13:39:39.204Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a3f71ad-d42e-4474-8f16-e565ff809564/model-vers/model-ver/24cec808-5023-4b66-b41c-c7736a77e0ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-08T13:39:39.621Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a3f71ad-d42e-4474-8f16-e565ff809564/model-vers/model-ver/24cec808-5023-4b66-b41c-c7736a77e0ee?depth=0|INFO|500||InvokeReturn
2021-11-08T13:39:39.621Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a3f71ad-d42e-4474-8f16-e565ff809564/model-vers/model-ver/24cec808-5023-4b66-b41c-c7736a77e0ee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211108-13:39:39:212-12396], vertex-id=[434352], Content-Length=[0], Date=[Mon, 08 Nov 2021 13:39:39 GMT], Content-Type=[application/json]}
2021-11-08T13:39:39.622Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-08T13:39:39.622Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-08T13:39:39.622Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:39:39.626Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|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-11-08T13:39:39.626Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0a5071f-8dc9-473e-a376-4bf147a22eb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-08T13:39:39.626Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-08T13:39:39.626Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:39:39.628Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:39:39.628Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378779626,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:39:39.728Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:39:39.729Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:39:39.729Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:39:39.743Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:39:39.744Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-08T13:39:40.641Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:39:40.642Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:39:40.642Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:39:45.443Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:39:45.444Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:39:45.444Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"333834dd-06f3-474c-88df-1e4d0f990272","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c042eb6c-8043-491f-ac42-f98fbb645931","serviceDescription":"service","serviceInvariantUUID":"38fd01e9-c9f2-4744-bcde-a8baffe78276","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"db338012-d074-4363-8434-6a360aca0e3f","resourceInvariantUUID":"0201b4e0-4714-4459-823f-edce03197f85","resourceCustomizationUUID":"8974e41e-42bb-46c3-a877-e17133713620","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":"NDJiMTNlMTg3Y2UzN2Y0MTUyYTI2YTMxYmQwZjg1M2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"437377f8-dc95-4371-80c0-537b68cb1aff","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":"NTdkYjFiMTQ2NjIwYjkxMGVlODA2NjAwYTVlZTkzMTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb30cdab-3bad-403d-ac39-41e389ab4525","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":"c4be4b90-4bd2-4536-a052-f4f6e9a3a7da","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":"6a7a9407-70ae-4e0c-b257-60ab13a2f9b5","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":"2935624c-7213-4269-8bce-ede6f99ce189","artifactVersion":"2","generatedFromUUID":"c4be4b90-4bd2-4536-a052-f4f6e9a3a7da"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"N2U3NmIyOTQ0NTg4YjEzZTExNjg4NGQwOTU1MmE2M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c047df12-688d-4dae-b664-19c80b167e53","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjNkZTY2YTlmODIwYThkZWMyMWEzNTQ2OWQ2MTE2M2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21a1541e-84a2-4194-b4f8-b122ab1513ed","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-08T13:39:45.446Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:39:45.446Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:39:45.447Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:39:45.447Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:45.548Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:39:45.548Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:39:45.548Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:39:45.562Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:39:45.562Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:39:46.448Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:39:46.448Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:39:46.450Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:39:46.450Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:39:46.550Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:39:46.551Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:39:46.551Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:39:46.564Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:39:46.565Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:39:47.451Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:39:47.452Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:39:47.453Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:39:47.453Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:39:47.554Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:39:47.554Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:39:47.555Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:39:47.567Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:39:47.567Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:39:48.454Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:39:48.455Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:39:48.457Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:39:48.457Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:48.557Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-08T13:39:48.558Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:39:48.558Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:39:48.572Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:39:48.572Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:39:49.458Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:39:49.459Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:39:49.460Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:39:49.460Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-08T13:39:49.560Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:39:49.561Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:39:49.561Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:39:49.575Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:39:49.576Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:39:50.461Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:39:50.463Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:39:50.464Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:39:50.464Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:50.564Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:39:50.565Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:39:50.565Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:39:50.580Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:39:50.581Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:39:51.464Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:39:51.465Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:39:51.467Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:39:51.467Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:39:51.567Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:39:51.568Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:39:51.568Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:39:51.582Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:39:51.583Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:39:52.468Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "c042eb6c-8043-491f-ac42-f98fbb645931",
  "serviceDescription": "service",
  "serviceInvariantUUID": "38fd01e9-c9f2-4744-bcde-a8baffe78276",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "8974e41e-42bb-46c3-a877-e17133713620",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "db338012-d074-4363-8434-6a360aca0e3f",
      "resourceInvariantUUID": "0201b4e0-4714-4459-823f-edce03197f85",
      "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": "NTdkYjFiMTQ2NjIwYjkxMGVlODA2NjAwYTVlZTkzMTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb30cdab-3bad-403d-ac39-41e389ab4525",
          "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": "c4be4b90-4bd2-4536-a052-f4f6e9a3a7da",
          "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": "2935624c-7213-4269-8bce-ede6f99ce189",
            "generatedFromUUID": "c4be4b90-4bd2-4536-a052-f4f6e9a3a7da"
          },
          "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": "2935624c-7213-4269-8bce-ede6f99ce189",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MjNkZTY2YTlmODIwYThkZWMyMWEzNTQ2OWQ2MTE2M2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "21a1541e-84a2-4194-b4f8-b122ab1513ed"
    }
  ],
  "workloadContext": "Production"
}
2021-11-08T13:39:52.469Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-08T13:39:52.469Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c042eb6c-8043-491f-ac42-f98fbb645931 ASDC
2021-11-08T13:39:52.469Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:333834dd-06f3-474c-88df-1e4d0f990272
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:c042eb6c-8043-491f-ac42-f98fbb645931
ServiceInvariantUUID:38fd01e9-c9f2-4744-bcde-a8baffe78276
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:21a1541e-84a2-4194-b4f8-b122ab1513ed
ArtifactChecksum:MjNkZTY2YTlmODIwYThkZWMyMWEzNTQ2OWQ2MTE2M2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:8974e41e-42bb-46c3-a877-e17133713620
ResourceInvariantUUID:0201b4e0-4714-4459-823f-edce03197f85
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:db338012-d074-4363-8434-6a360aca0e3f
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:cb30cdab-3bad-403d-ac39-41e389ab4525
ArtifactChecksum:NTdkYjFiMTQ2NjIwYjkxMGVlODA2NjAwYTVlZTkzMTM=
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:c4be4b90-4bd2-4536-a052-f4f6e9a3a7da
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:2935624c-7213-4269-8bce-ede6f99ce189
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:2935624c-7213-4269-8bce-ede6f99ce189
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-08T13:39:52.469Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c042eb6c-8043-491f-ac42-f98fbb645931 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:39:52.497Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:39:52.497Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:39:52.498Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:39:52.498Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 21a1541e-84a2-4194-b4f8-b122ab1513ed from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-08T13:39:52.498Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-08T13:39:52.498Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:52.896Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-08T13:39:52.899Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 21a1541e-84a2-4194-b4f8-b122ab1513ed 71040
2021-11-08T13:39:52.899Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:52.899Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:52.899Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:39:52.900Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:39:52.902Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:39:52.902Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378792899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:53.002Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:39:53.003Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:39:53.003Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:39:53.016Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:39:53.017Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:39:53.902Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:39:53.903Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:39:53.904Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 21a1541e-84a2-4194-b4f8-b122ab1513ed, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-08T13:39:53.904Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-08T13:39:53.904Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-08T13:39:53.904Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-08T13:39:54.792Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5497107997795763138/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-08T13:39:55.830Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-08T13:39:55.830Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-08T13:39:55.830Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-08T13:39:55.830Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-08T13:39:55.830Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:55.830Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:55.830Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:55.830Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:55.830Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:55.830Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:55.830Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:55.831Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:55.831Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:55.831Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-08T13:39:55.831Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:55.831Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:55.831Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-08T13:39:55.831Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-08T13:39:55.831Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:39:55.832Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:55.832Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:39:55.832Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-08T13:39:55.832Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-08T13:39:55.832Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:39:55.832Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:55.832Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:39:55.832Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:55.832Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-08T13:39:55.832Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-08T13:39:55.832Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-08T13:39:55.833Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-08T13:39:55.833Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-08T13:39:55.833Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-08T13:39:55.833Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:55.833Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:55.833Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:55.834Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-08T13:39:55.834Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:39:55.834Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:55.834Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-08T13:39:55.834Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:39:55.834Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:55.835Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-08T13:39:55.835Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:39:55.835Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:55.835Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-08T13:39:55.835Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-08T13:39:55.835Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-08T13:39:55.835Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c56293e7-cf77-4b1a-b815-bee9c99e6441
2021-11-08T13:39:55.836Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:55.836Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:39:55.836Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:55.836Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:39:55.836Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:55.836Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:39:55.836Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:55.836Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:39:55.836Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:c042eb6c-8043-491f-ac42-f98fbb645931
Model Version:NULL
Model InvariantUuid:38fd01e9-c9f2-4744-bcde-a8baffe78276
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:3b8ffc0b-b873-4af2-864e-d7acf219b875
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0201b4e0-4714-4459-823f-edce03197f85
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8974e41e-42bb-46c3-a877-e17133713620
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:12f3c100-cf91-4d74-bd39-869e214ff8fb
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7703f16e-8189-400e-acb0-ea66bd75d34e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c56293e7-cf77-4b1a-b815-bee9c99e6441
ModelInvariantUuid:95877f00-2d31-4689-8aed-11ca4e52dca7
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:690b5d9f-d606-4561-b726-270bc1e119e1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:34fce84d-2a0f-4096-b1c0-e61da619df6e
ModelInvariantUuid:8a8303b0-ede9-48fd-84c9-29484404f0e5
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:434b26cf-83a3-4494-b375-1623cc27f6f5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-08T13:39:55.843Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: db338012-d074-4363-8434-6a360aca0e3f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:39:55.846Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||basic_vm 0
2021-11-08T13:39:55.846Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: db338012-d074-4363-8434-6a360aca0e3f
2021-11-08T13:39:55.846Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cb30cdab-3bad-403d-ac39-41e389ab4525 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-08T13:39:55.846Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-08T13:39:55.846Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:56.217Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-08T13:39:56.218Z|333834dd-06f3-474c-88df-1e4d0f990272|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 cb30cdab-3bad-403d-ac39-41e389ab4525 787
2021-11-08T13:39:56.218Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:56.218Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:56.218Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:39:56.218Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:39:56.220Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:39:56.220Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378796218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:56.320Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:39:56.321Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:39:56.321Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:39:56.334Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:39:56.334Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:39:57.135Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:39:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:39:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:39:57.156Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:39:57.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "cds",
  "timestamp": 1636378696524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "dcae-sch",
  "timestamp": 1636378699181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "policy-id",
  "timestamp": 1636378696030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "cds",
  "timestamp": 1636378696524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "dcae-sch",
  "timestamp": 1636378699181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "policy-id",
  "timestamp": 1636378696030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "aai-ml",
  "timestamp": 1636378701323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "cds",
  "timestamp": 1636378696524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "dcae-sch",
  "timestamp": 1636378699181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "policy-id",
  "timestamp": 1636378696030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "aai-ml",
  "timestamp": 1636378701323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "cds",
  "timestamp": 1636378696524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "dcae-sch",
  "timestamp": 1636378699181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "policy-id",
  "timestamp": 1636378696030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378702487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "aai-ml",
  "timestamp": 1636378701323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "cds",
  "timestamp": 1636378696524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "dcae-sch",
  "timestamp": 1636378699181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "policy-id",
  "timestamp": 1636378696030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378702487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "aai-ml",
  "timestamp": 1636378701323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "cds",
  "timestamp": 1636378696524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "dcae-sch",
  "timestamp": 1636378699181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "policy-id",
  "timestamp": 1636378696030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378702487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "aai-ml",
  "timestamp": 1636378701323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "cds",
  "timestamp": 1636378696524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "dcae-sch",
  "timestamp": 1636378699181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "policy-id",
  "timestamp": 1636378696030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378702487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "aai-ml",
  "timestamp": 1636378701323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378702487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "cds",
  "timestamp": 1636378707423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:57.176Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "policy-id",
  "timestamp": 1636378707499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:57.176Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "aai-ml",
  "timestamp": 1636378701323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378702487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "cds",
  "timestamp": 1636378708429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:39:57.182Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 333834dd-06f3-474c-88df-1e4d0f990272
2021-11-08T13:39:57.182Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 333834dd-06f3-474c-88df-1e4d0f990272 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:39:57.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "policy-id",
  "timestamp": 1636378708503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:39:57.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "aai-ml",
  "timestamp": 1636378709100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:57.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378702487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "policy-id",
  "timestamp": 1636378709513,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:39:57.195Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 333834dd-06f3-474c-88df-1e4d0f990272
2021-11-08T13:39:57.195Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 333834dd-06f3-474c-88df-1e4d0f990272 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:39:57.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378709326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378702487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378709326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378702487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378709326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378702487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "cds",
  "timestamp": 1636378711524,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378709326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378702487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "cds",
  "timestamp": 1636378711524,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378709326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378702487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "cds",
  "timestamp": 1636378711524,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378709326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378702487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "cds",
  "timestamp": 1636378711524,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378709326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378702487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "cds",
  "timestamp": 1636378711524,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "policy-id",
  "timestamp": 1636378716030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378702487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "cds",
  "timestamp": 1636378711524,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378717224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:57.206Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "policy-id",
  "timestamp": 1636378716030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "cds",
  "timestamp": 1636378711524,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378718507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "policy-id",
  "timestamp": 1636378716030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378718489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "cds",
  "timestamp": 1636378711524,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "clamp",
  "timestamp": 1636378718881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "policy-id",
  "timestamp": 1636378716030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "dcae-sch",
  "timestamp": 1636378719181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378719825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:57.208Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378718489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "aai-ml",
  "timestamp": 1636378720525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:39:57.208Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "clamp",
  "timestamp": 1636378718881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "policy-id",
  "timestamp": 1636378716030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "dcae-sch",
  "timestamp": 1636378719181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "cds",
  "timestamp": 1636378720823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:57.210Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378720847,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:39:57.215Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 333834dd-06f3-474c-88df-1e4d0f990272
2021-11-08T13:39:57.216Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 333834dd-06f3-474c-88df-1e4d0f990272 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-08T13:39:57.221Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "12f3c100-cf91-4d74-bd39-869e214ff8fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7703f16e-8189-400e-acb0-ea66bd75d34e",
    "vfModuleModelCustomizationUUID": "7ca2c8f4-37a3-4b4c-b8db-4b58555ae607",
    "isBase": true,
    "artifacts": [
      "c4be4b90-4bd2-4536-a052-f4f6e9a3a7da",
      "2935624c-7213-4269-8bce-ede6f99ce189"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-08T13:39:57.224Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7703f16e-8189-400e-acb0-ea66bd75d34e
VfModuleModelInvariantUUID:12f3c100-cf91-4d74-bd39-869e214ff8fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
c4be4b90-4bd2-4536-a052-f4f6e9a3a7da
,
2935624c-7213-4269-8bce-ede6f99ce189

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

isBase:true


}

2021-11-08T13:39:57.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378718489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "clamp",
  "timestamp": 1636378718881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "aai-ml",
  "timestamp": 1636378721533,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
2021-11-08T13:39:57.225Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "12f3c100-cf91-4d74-bd39-869e214ff8fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7703f16e-8189-400e-acb0-ea66bd75d34e",
    "vfModuleModelCustomizationUUID": "7ca2c8f4-37a3-4b4c-b8db-4b58555ae607",
    "isBase": true,
    "artifacts": [
      "c4be4b90-4bd2-4536-a052-f4f6e9a3a7da",
      "2935624c-7213-4269-8bce-ede6f99ce189"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-08T13:39:57.225Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7703f16e-8189-400e-acb0-ea66bd75d34e
VfModuleModelInvariantUUID:12f3c100-cf91-4d74-bd39-869e214ff8fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
c4be4b90-4bd2-4536-a052-f4f6e9a3a7da
,
2935624c-7213-4269-8bce-ede6f99ce189

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

isBase:true


}

2021-11-08T13:39:57.225Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c4be4b90-4bd2-4536-a052-f4f6e9a3a7da from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-08T13:39:57.226Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-08T13:39:57.226Z|333834dd-06f3-474c-88df-1e4d0f990272|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
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:39:57.230Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 333834dd-06f3-474c-88df-1e4d0f990272
2021-11-08T13:39:57.230Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 333834dd-06f3-474c-88df-1e4d0f990272 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:39:57.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "policy-id",
  "timestamp": 1636378716030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "dcae-sch",
  "timestamp": 1636378719181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "cds",
  "timestamp": 1636378721828,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:39:57.253Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cee7a0ac-8e13-4228-98cd-4bad59e94512
2021-11-08T13:39:57.253Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cee7a0ac-8e13-4228-98cd-4bad59e94512 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:39:57.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378721851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:39:57.261Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378718489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "clamp",
  "timestamp": 1636378718881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "policy-id",
  "timestamp": 1636378716030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "dcae-sch",
  "timestamp": 1636378719181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378709326,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378718489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "clamp",
  "timestamp": 1636378718881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "policy-id",
  "timestamp": 1636378716030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "dcae-sch",
  "timestamp": 1636378719181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378709326,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378718489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "clamp",
  "timestamp": 1636378718881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "dcae-sch",
  "timestamp": 1636378719181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378709326,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "policy-id",
  "timestamp": 1636378724905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:57.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378718489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "clamp",
  "timestamp": 1636378718881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "dcae-sch",
  "timestamp": 1636378719181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378709326,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "policy-id",
  "timestamp": 1636378725910,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:39:57.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378722487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378726603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:57.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "dcae-sch",
  "timestamp": 1636378719181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378709326,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "policy-id",
  "timestamp": 1636378726913,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:39:57.271Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cee7a0ac-8e13-4228-98cd-4bad59e94512
2021-11-08T13:39:57.271Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cee7a0ac-8e13-4228-98cd-4bad59e94512 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:39:57.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378722487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "cds",
  "timestamp": 1636378726524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378709326,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378722487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "cds",
  "timestamp": 1636378726524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378709326,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378728996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:39:57.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378722487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "cds",
  "timestamp": 1636378726524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "dcae-sch",
  "timestamp": 1636378729228,
  "artifactURL": "/sdc/v1/catalog/services/a23f7206-7497-4ced-92ff-7cb673996cb2/resourceInstances/basicclamp0/artifacts/2938ba37-4a88-4d00-9ec8-c43e54fa6ae7",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:57.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378709326,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378730000,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:39:57.289Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 333834dd-06f3-474c-88df-1e4d0f990272
2021-11-08T13:39:57.289Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 333834dd-06f3-474c-88df-1e4d0f990272 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:39:57.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378722487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "cds",
  "timestamp": 1636378726524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "dcae-sch",
  "timestamp": 1636378730560,
  "artifactURL": "/sdc/v1/catalog/services/a23f7206-7497-4ced-92ff-7cb673996cb2/resourceInstances/basicclamp0/artifacts/2938ba37-4a88-4d00-9ec8-c43e54fa6ae7",
  "status": "DEPLOY_OK"
}
2021-11-08T13:39:57.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378718489,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378722487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "cds",
  "timestamp": 1636378726524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378731219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:57.301Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "aai-ml",
  "timestamp": 1636378731323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "dcae-sch",
  "timestamp": 1636378731566,
  "artifactURL": "/sdc/v1/catalog/services/a23f7206-7497-4ced-92ff-7cb673996cb2/resourceInstances/basicclamp0/artifacts/2938ba37-4a88-4d00-9ec8-c43e54fa6ae7",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:39:57.307Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of cee7a0ac-8e13-4228-98cd-4bad59e94512
2021-11-08T13:39:57.307Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cee7a0ac-8e13-4228-98cd-4bad59e94512 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:39:57.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "clamp",
  "timestamp": 1636378731645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:57.315Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378718489,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378722487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "cds",
  "timestamp": 1636378726524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "aai-ml",
  "timestamp": 1636378731323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378732697,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:57.316Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378718489,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378722487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "cds",
  "timestamp": 1636378726524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "aai-ml",
  "timestamp": 1636378731323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "clamp",
  "timestamp": 1636378733360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:39:57.317Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378718489,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "cds",
  "timestamp": 1636378726524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:39:57.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378734296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:57.318Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "aai-ml",
  "timestamp": 1636378731323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "clamp",
  "timestamp": 1636378734363,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:39:57.323Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 333834dd-06f3-474c-88df-1e4d0f990272
2021-11-08T13:39:57.323Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 333834dd-06f3-474c-88df-1e4d0f990272 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:39:57.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378718489,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378735317,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:39:57.336Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cee7a0ac-8e13-4228-98cd-4bad59e94512
2021-11-08T13:39:57.336Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cee7a0ac-8e13-4228-98cd-4bad59e94512 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-08T13:39:57.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "aai-ml",
  "timestamp": 1636378731323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "clamp",
  "timestamp": 1636378718881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378718489,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "cds",
  "timestamp": 1636378736101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:57.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378736322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:39:57.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:39:57.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "aai-ml",
  "timestamp": 1636378731323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "clamp",
  "timestamp": 1636378718881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "policy-id",
  "timestamp": 1636378736030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:39:57.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378718489,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:39:57.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:39:57.619Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-08T13:39:57.619Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c4be4b90-4bd2-4536-a052-f4f6e9a3a7da 5033
2021-11-08T13:39:57.620Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:57.620Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:57.620Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:39:57.620Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:39:57.622Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:39:57.622Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378797620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:57.722Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:39:57.723Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:39:57.723Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:39:57.739Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:39:57.739Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:39:58.623Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2935624c-7213-4269-8bce-ede6f99ce189 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-08T13:39:58.623Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-08T13:39:58.624Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:58.917Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-08T13:39:58.917Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2935624c-7213-4269-8bce-ede6f99ce189 903
2021-11-08T13:39:58.917Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:58.917Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:58.918Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:39:58.918Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:39:58.919Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:39:58.919Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378798917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:39:59.020Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:39:59.020Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:39:59.020Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:39:59.033Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:39:59.034Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:39:59.920Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c042eb6c-8043-491f-ac42-f98fbb645931
2021-11-08T13:39:59.921Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 db338012-d074-4363-8434-6a360aca0e3f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:39:59.935Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1fbf9f89, org.onap.sdc.toscaparser.api.parameters.Input@53125112, org.onap.sdc.toscaparser.api.parameters.Input@2447baa2, org.onap.sdc.toscaparser.api.parameters.Input@677d9f9d, org.onap.sdc.toscaparser.api.parameters.Input@45d072c]
2021-11-08T13:39:59.937Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:59.937Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:39:59.938Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-08T13:39:59.938Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8974e41e-42bb-46c3-a877-e17133713620
2021-11-08T13:39:59.938Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8974e41e-42bb-46c3-a877-e17133713620 matches Tosca VF Customization UUID: 8974e41e-42bb-46c3-a877-e17133713620
2021-11-08T13:39:59.938Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8974e41e-42bb-46c3-a877-e17133713620  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-08T13:39:59.941Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:59.941Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:39:59.942Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8974e41e-42bb-46c3-a877-e17133713620: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-11-08T13:39:59.942Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@578781b7
2021-11-08T13:39:59.942Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:59.942Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:59.943Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ca2c8f4-37a3-4b4c-b8db-4b58555ae607
2021-11-08T13:39:59.943Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ca2c8f4-37a3-4b4c-b8db-4b58555ae607
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-08T13:39:59.946Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:59.946Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-08T13:39:59.947Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:39:59.947Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:59.947Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-08T13:39:59.947Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:39:59.948Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:59.948Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-08T13:39:59.948Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-08T13:39:59.948Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-08T13:39:59.949Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c56293e7-cf77-4b1a-b815-bee9c99e6441
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-08T13:39:59.952Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:59.952Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-08T13:39:59.953Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:39:59.953Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:59.953Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-08T13:39:59.953Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8974e41e-42bb-46c3-a877-e17133713620
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:39:59.956Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:59.956Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:39:59.956Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c042eb6c-8043-491f-ac42-f98fbb645931: basic_vm
2021-11-08T13:39:59.956Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:59.957Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:39:59.957Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:59.957Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:39:59.957Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:59.958Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:39:59.958Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:59.958Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:39:59.958Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:39:59.959Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:39:59.959Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:40:00.030Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm db338012-d074-4363-8434-6a360aca0e3f 1 ASDC deployResourceStructure
2021-11-08T13:40:00.031Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:40:00.031Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:40:00.031Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:40:00.031Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:00.033Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:00.034Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378800031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:40:00.134Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:00.135Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:00.135Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:00.149Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:00.149Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:40:01.035Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:40:01.035Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:40:01.035Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:40:01.035Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:01.037Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:01.037Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378801034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-08T13:40:01.137Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:01.138Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:01.138Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:01.152Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:01.152Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:40:02.038Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:40:02.038Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:40:02.038Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:40:02.039Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:02.041Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:02.041Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378802038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-08T13:40:02.142Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:02.142Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:02.142Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:02.157Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:02.157Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:40:03.042Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:40:03.042Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:40:03.042Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:40:03.043Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:03.044Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:03.044Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378803042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:40:03.144Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:03.145Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:03.145Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:03.158Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:03.159Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:40:04.045Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 333834dd-06f3-474c-88df-1e4d0f990272
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:40:04.055Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 333834dd-06f3-474c-88df-1e4d0f990272
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:40:04.057Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:40:04.057Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-08T13:40:04.058Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-08T13:40:04.058Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-08T13:40:04.058Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:40:04.058Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:40:04.058Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:40:04.058Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:40:04.058Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:40:04.058Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:40:04.058Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:40:04.063Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-08T13:40:34.063Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 333834dd-06f3-474c-88df-1e4d0f990272 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-08T13:40:34.069Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 333834dd-06f3-474c-88df-1e4d0f990272 and serviceModelVersionId: c042eb6c-8043-491f-ac42-f98fbb645931
2021-11-08T13:40:34.069Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 38fd01e9-c9f2-4744-bcde-a8baffe78276
2021-11-08T13:40:34.070Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/38fd01e9-c9f2-4744-bcde-a8baffe78276/model-vers/model-ver/c042eb6c-8043-491f-ac42-f98fbb645931?depth=0
2021-11-08T13:40:34.076Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-08T13:40:34.114Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38fd01e9-c9f2-4744-bcde-a8baffe78276/model-vers/model-ver/c042eb6c-8043-491f-ac42-f98fbb645931?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-08T13:40:34.115Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38fd01e9-c9f2-4744-bcde-a8baffe78276/model-vers/model-ver/c042eb6c-8043-491f-ac42-f98fbb645931?depth=0|INFO|500||Invoke
2021-11-08T13:40:34.132Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38fd01e9-c9f2-4744-bcde-a8baffe78276/model-vers/model-ver/c042eb6c-8043-491f-ac42-f98fbb645931?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-08T13:40:34.922Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38fd01e9-c9f2-4744-bcde-a8baffe78276/model-vers/model-ver/c042eb6c-8043-491f-ac42-f98fbb645931?depth=0|INFO|500||InvokeReturn
2021-11-08T13:40:34.922Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38fd01e9-c9f2-4744-bcde-a8baffe78276/model-vers/model-ver/c042eb6c-8043-491f-ac42-f98fbb645931?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211108-13:40:34:140-4291], vertex-id=[463024], Content-Length=[0], Date=[Mon, 08 Nov 2021 13:40:34 GMT], Content-Type=[application/json]}
2021-11-08T13:40:34.922Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-08T13:40:34.922Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-08T13:40:34.922Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:40:34.926Z|333834dd-06f3-474c-88df-1e4d0f990272|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-11-08T13:40:34.926Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 333834dd-06f3-474c-88df-1e4d0f990272 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-08T13:40:34.927Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-08T13:40:34.927Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:34.928Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:34.929Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378834926,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:40:35.029Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-08T13:40:35.029Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:35.029Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:35.045Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:35.045Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-08T13:40:35.938Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:40:35.939Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"cee7a0ac-8e13-4228-98cd-4bad59e94512","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"a23f7206-7497-4ced-92ff-7cb673996cb2","serviceDescription":"service","serviceInvariantUUID":"918a8418-5018-406a-a47c-5d8500cfac73","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c92dcbbe-7f5b-4148-b243-5e52f92d0de8","resourceInvariantUUID":"6fb26305-4ee3-45db-82a3-a7dfce924440","resourceCustomizationUUID":"90900fce-b97f-4ea5-84d9-20644752f496","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":"2938ba37-4a88-4d00-9ec8-c43e54fa6ae7","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":"NGY0MTE1N2EwYThhZDE5YzkzZjc3YzVkYjVkM2E3ODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d566f184-817f-4ec0-a880-52134b473f3f","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":"NzQ4ZDU1OGE1M2I4ODQwY2U2MGIxYjI1OTJhMmYwNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"19743800-67c4-4b14-9b69-46dcb0ce1f71","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":"80521b86-38a1-4d62-9550-14e760848b57","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":"7c3735e1-7aee-4bbe-adbe-110c71aacc9b","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":"13a236dd-c9fb-4823-8fae-5d0cb32b5a38","artifactVersion":"2","generatedFromUUID":"80521b86-38a1-4d62-9550-14e760848b57"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MThiY2ZhZDFlMTU0ZWM5YjA3ODQ4NDIwNDQyMzg4Y2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"913a8990-f8a8-4b3a-9f64-dea58e6aa51c","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NDE1MjA1N2Y5OTQ4M2MwMzg0N2QyNjlhYzRkNmQ5Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e1054771-36eb-4e11-9441-340c92ecef5a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-08T13:40:35.939Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:40:35.939Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:35.941Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:35.941Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:40:36.042Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:36.042Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:36.042Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:36.053Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:36.054Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:40:36.942Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:40:36.942Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:36.944Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:36.944Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:40:37.044Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:37.045Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:37.045Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:37.058Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:37.059Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:40:37.944Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:40:37.945Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:37.947Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:37.947Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:40:38.047Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:38.048Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:38.048Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:38.059Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:38.059Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:40:38.948Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:40:38.948Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:38.950Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:38.950Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:40:39.050Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:39.050Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:39.050Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:39.061Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:39.061Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:40:39.950Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:40:39.951Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:39.952Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:39.952Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:40:40.053Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:40.053Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:40.053Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:40.066Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:40.066Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:40:40.953Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:40:40.954Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:40.955Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:40.955Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-08T13:40:41.056Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:40:41.056Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:41.056Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:41.070Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:41.070Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:40:41.956Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:40:41.956Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:41.958Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:41.958Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:40:42.058Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:42.059Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:42.059Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:42.070Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:42.071Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:40:42.958Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:40:42.959Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:42.961Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:42.961Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:40:43.061Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:43.062Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:43.062Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:43.075Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:43.075Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:40:43.962Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "a23f7206-7497-4ced-92ff-7cb673996cb2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "918a8418-5018-406a-a47c-5d8500cfac73",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "90900fce-b97f-4ea5-84d9-20644752f496",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c92dcbbe-7f5b-4148-b243-5e52f92d0de8",
      "resourceInvariantUUID": "6fb26305-4ee3-45db-82a3-a7dfce924440",
      "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": "NzQ4ZDU1OGE1M2I4ODQwY2U2MGIxYjI1OTJhMmYwNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "19743800-67c4-4b14-9b69-46dcb0ce1f71",
          "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": "80521b86-38a1-4d62-9550-14e760848b57",
          "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": "13a236dd-c9fb-4823-8fae-5d0cb32b5a38",
            "generatedFromUUID": "80521b86-38a1-4d62-9550-14e760848b57"
          },
          "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": "13a236dd-c9fb-4823-8fae-5d0cb32b5a38",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NDE1MjA1N2Y5OTQ4M2MwMzg0N2QyNjlhYzRkNmQ5Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e1054771-36eb-4e11-9441-340c92ecef5a"
    }
  ],
  "workloadContext": "Production"
}
2021-11-08T13:40:43.962Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-08T13:40:43.962Z|333834dd-06f3-474c-88df-1e4d0f990272|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a23f7206-7497-4ced-92ff-7cb673996cb2 ASDC
2021-11-08T13:40:43.963Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:cee7a0ac-8e13-4228-98cd-4bad59e94512
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:a23f7206-7497-4ced-92ff-7cb673996cb2
ServiceInvariantUUID:918a8418-5018-406a-a47c-5d8500cfac73
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:e1054771-36eb-4e11-9441-340c92ecef5a
ArtifactChecksum:NDE1MjA1N2Y5OTQ4M2MwMzg0N2QyNjlhYzRkNmQ5Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:90900fce-b97f-4ea5-84d9-20644752f496
ResourceInvariantUUID:6fb26305-4ee3-45db-82a3-a7dfce924440
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:c92dcbbe-7f5b-4148-b243-5e52f92d0de8
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:19743800-67c4-4b14-9b69-46dcb0ce1f71
ArtifactChecksum:NzQ4ZDU1OGE1M2I4ODQwY2U2MGIxYjI1OTJhMmYwNTk=
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:80521b86-38a1-4d62-9550-14e760848b57
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:13a236dd-c9fb-4823-8fae-5d0cb32b5a38
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:13a236dd-c9fb-4823-8fae-5d0cb32b5a38
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-08T13:40:43.963Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a23f7206-7497-4ced-92ff-7cb673996cb2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-08T13:40:43.993Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:40:43.993Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:40:43.993Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:40:43.993Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e1054771-36eb-4e11-9441-340c92ecef5a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-08T13:40:43.994Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-08T13:40:43.994Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:44.126Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-08T13:40:44.129Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar e1054771-36eb-4e11-9441-340c92ecef5a 73649
2021-11-08T13:40:44.130Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:44.130Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:44.130Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:40:44.130Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:44.131Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:44.131Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378844130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:40:44.231Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:44.232Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:44.232Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:44.245Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:44.245Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:40:45.132Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:40:45.133Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:40:45.133Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e1054771-36eb-4e11-9441-340c92ecef5a, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-08T13:40:45.133Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-11-08T13:40:45.134Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-08T13:40:45.134Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-08T13:40:45.233Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6725222608716737522/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-11-08T13:40:46.244Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-08T13:40:46.245Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-08T13:40:46.245Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-08T13:40:46.245Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-08T13:40:46.245Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:46.245Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:46.245Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:46.245Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:46.245Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:46.245Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:46.245Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:46.245Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:46.245Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:46.246Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-08T13:40:46.246Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:46.246Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:40:46.246Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-08T13:40:46.246Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-08T13:40:46.246Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:40:46.246Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:46.246Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:40:46.247Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-08T13:40:46.247Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-08T13:40:46.247Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:40:46.247Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:46.247Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:40:46.247Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:46.247Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-08T13:40:46.247Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-08T13:40:46.247Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-08T13:40:46.247Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-08T13:40:46.248Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-08T13:40:46.248Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-08T13:40:46.248Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:46.248Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:46.248Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:46.248Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-08T13:40:46.248Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:40:46.248Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:46.248Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-08T13:40:46.249Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:40:46.249Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:46.249Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-08T13:40:46.249Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:40:46.249Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:46.249Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-08T13:40:46.249Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-08T13:40:46.249Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-08T13:40:46.249Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c3a55d6a-7355-40ff-b6c8-f507af4e9379
2021-11-08T13:40:46.250Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:46.250Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:40:46.250Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:46.250Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:40:46.250Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:46.250Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:40:46.250Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:46.250Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:40:46.251Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:a23f7206-7497-4ced-92ff-7cb673996cb2
Model Version:NULL
Model InvariantUuid:918a8418-5018-406a-a47c-5d8500cfac73
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:3e411fdc-4d4c-4320-9d74-ea611ec92654
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6fb26305-4ee3-45db-82a3-a7dfce924440
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:90900fce-b97f-4ea5-84d9-20644752f496
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d6f41172-2768-4078-bf6f-d355a86672cd
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:18095c86-c9f8-4286-bacf-b411d864733f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c3a55d6a-7355-40ff-b6c8-f507af4e9379
ModelInvariantUuid:21840c7e-c104-4f60-9721-87a41b2b2be9
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:fd0d4fd3-330a-4fc2-9ea9-8169bf765eb2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:a4755863-4718-424c-8303-674d65b67c86
ModelInvariantUuid:39d591e9-79cd-41ab-b911-859ef078a167
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:f30c399f-0103-4846-ac72-e75e4d4dd0d2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-08T13:40:46.258Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: c92dcbbe-7f5b-4148-b243-5e52f92d0de8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:40:46.260Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||basicclamp 0
2021-11-08T13:40:46.260Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c92dcbbe-7f5b-4148-b243-5e52f92d0de8
2021-11-08T13:40:46.261Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 19743800-67c4-4b14-9b69-46dcb0ce1f71 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-08T13:40:46.261Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-08T13:40:46.261Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:46.407Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-08T13:40:46.408Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 19743800-67c4-4b14-9b69-46dcb0ce1f71 790
2021-11-08T13:40:46.408Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:46.408Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:46.408Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:40:46.408Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:46.410Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:46.410Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378846408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:40:46.510Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:46.511Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:46.511Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:46.524Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:46.524Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:40:47.411Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d6f41172-2768-4078-bf6f-d355a86672cd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "18095c86-c9f8-4286-bacf-b411d864733f",
    "vfModuleModelCustomizationUUID": "a2fc1f0c-d3d5-45d6-a79d-19a89e9354c6",
    "isBase": true,
    "artifacts": [
      "80521b86-38a1-4d62-9550-14e760848b57",
      "13a236dd-c9fb-4823-8fae-5d0cb32b5a38"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-08T13:40:47.415Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:18095c86-c9f8-4286-bacf-b411d864733f
VfModuleModelInvariantUUID:d6f41172-2768-4078-bf6f-d355a86672cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
80521b86-38a1-4d62-9550-14e760848b57
,
13a236dd-c9fb-4823-8fae-5d0cb32b5a38

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

isBase:true


}

2021-11-08T13:40:47.416Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d6f41172-2768-4078-bf6f-d355a86672cd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "18095c86-c9f8-4286-bacf-b411d864733f",
    "vfModuleModelCustomizationUUID": "a2fc1f0c-d3d5-45d6-a79d-19a89e9354c6",
    "isBase": true,
    "artifacts": [
      "80521b86-38a1-4d62-9550-14e760848b57",
      "13a236dd-c9fb-4823-8fae-5d0cb32b5a38"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-08T13:40:47.417Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:18095c86-c9f8-4286-bacf-b411d864733f
VfModuleModelInvariantUUID:d6f41172-2768-4078-bf6f-d355a86672cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
80521b86-38a1-4d62-9550-14e760848b57
,
13a236dd-c9fb-4823-8fae-5d0cb32b5a38

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

isBase:true


}

2021-11-08T13:40:47.417Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 80521b86-38a1-4d62-9550-14e760848b57 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-08T13:40:47.417Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-08T13:40:47.417Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:47.752Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-08T13:40:47.752Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 80521b86-38a1-4d62-9550-14e760848b57 5033
2021-11-08T13:40:47.752Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:47.752Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:47.753Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:40:47.753Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:47.755Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:47.755Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378847752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:40:47.855Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:47.856Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:47.856Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:47.868Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:47.868Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:40:48.756Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 13a236dd-c9fb-4823-8fae-5d0cb32b5a38 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-08T13:40:48.756Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-08T13:40:48.757Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:48.892Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-08T13:40:48.892Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 13a236dd-c9fb-4823-8fae-5d0cb32b5a38 909
2021-11-08T13:40:48.892Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:48.892Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:48.893Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:40:48.893Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:48.895Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:48.895Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378848892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:40:48.995Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:48.996Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:48.996Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:49.009Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:49.009Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:40:49.895Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a23f7206-7497-4ced-92ff-7cb673996cb2
2021-11-08T13:40:49.896Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 c92dcbbe-7f5b-4148-b243-5e52f92d0de8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:40:49.907Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2611970c, org.onap.sdc.toscaparser.api.parameters.Input@4ca970a4, org.onap.sdc.toscaparser.api.parameters.Input@4b6d34f2, org.onap.sdc.toscaparser.api.parameters.Input@2d2b5c1d, org.onap.sdc.toscaparser.api.parameters.Input@7a81743]
2021-11-08T13:40:49.909Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:49.909Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:40:49.909Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-08T13:40:49.910Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 90900fce-b97f-4ea5-84d9-20644752f496
2021-11-08T13:40:49.910Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 90900fce-b97f-4ea5-84d9-20644752f496 matches Tosca VF Customization UUID: 90900fce-b97f-4ea5-84d9-20644752f496
2021-11-08T13:40:49.910Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 90900fce-b97f-4ea5-84d9-20644752f496  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-08T13:40:49.912Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:49.912Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:40:49.912Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 90900fce-b97f-4ea5-84d9-20644752f496: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-11-08T13:40:49.913Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55d77ef0
2021-11-08T13:40:49.913Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:49.913Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:49.913Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a2fc1f0c-d3d5-45d6-a79d-19a89e9354c6
2021-11-08T13:40:49.914Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a2fc1f0c-d3d5-45d6-a79d-19a89e9354c6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-08T13:40:49.916Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:49.916Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-08T13:40:49.916Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:40:49.916Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:49.916Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-08T13:40:49.917Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:40:49.917Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:49.917Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-08T13:40:49.917Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-08T13:40:49.917Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-08T13:40:49.918Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c3a55d6a-7355-40ff-b6c8-f507af4e9379
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-08T13:40:49.920Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:49.920Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-08T13:40:49.920Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:40:49.920Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:49.921Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-08T13:40:49.921Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=90900fce-b97f-4ea5-84d9-20644752f496
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:40:49.923Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:49.923Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:40:49.923Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a23f7206-7497-4ced-92ff-7cb673996cb2: basicclamp
2021-11-08T13:40:49.924Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:49.924Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:40:49.924Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:49.924Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:40:49.924Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:49.925Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:40:49.925Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:49.925Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:40:49.925Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:40:49.925Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:40:49.926Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:40:50.006Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp c92dcbbe-7f5b-4148-b243-5e52f92d0de8 1 ASDC deployResourceStructure
2021-11-08T13:40:50.007Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:50.007Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:50.007Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:40:50.007Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:50.009Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:50.009Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378850007,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:40:50.109Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:50.110Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:50.110Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:50.124Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:50.125Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:40:51.010Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:51.010Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:51.010Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:40:51.010Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:51.012Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:51.012Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378851009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-08T13:40:51.112Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:51.113Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:51.113Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:51.125Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:51.126Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:40:52.013Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:52.013Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:52.013Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:40:52.013Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:52.015Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:52.015Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378852013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-08T13:40:52.115Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:52.116Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:52.116Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:52.129Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:52.130Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:40:53.015Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:53.016Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:40:53.016Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:40:53.017Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:40:53.018Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:40:53.019Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378853015,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:40:53.119Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:40:53.119Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:40:53.120Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:53.133Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:53.133Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:40:54.019Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cee7a0ac-8e13-4228-98cd-4bad59e94512
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:40:54.033Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cee7a0ac-8e13-4228-98cd-4bad59e94512
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:40:54.037Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:40:54.037Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-08T13:40:54.038Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-08T13:40:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:40:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:40:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:40:57.157Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:40:57.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:40:57.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "aai-ml",
  "timestamp": 1636378731323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:40:57.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:24.038Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cee7a0ac-8e13-4228-98cd-4bad59e94512
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:41:24.049Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cee7a0ac-8e13-4228-98cd-4bad59e94512
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:41:24.051Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:41:24.051Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-08T13:41:24.051Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-08T13:41:54.052Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cee7a0ac-8e13-4228-98cd-4bad59e94512
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:41:54.063Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cee7a0ac-8e13-4228-98cd-4bad59e94512
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:41:54.065Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:41:54.065Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-08T13:41:54.065Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-08T13:41:57.135Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:41:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:41:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:41:57.163Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:41:57.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "clamp",
  "timestamp": 1636378718881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:41:57.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "policy-id",
  "timestamp": 1636378736030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378737326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378718489,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:41:57.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "cds",
  "timestamp": 1636378738331,
  "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-11-08T13:41:57.184Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 871fbbce-ad0d-4705-b57c-cf6b3792e8b8
2021-11-08T13:41:57.184Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 871fbbce-ad0d-4705-b57c-cf6b3792e8b8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:41:57.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "aai-ml",
  "timestamp": 1636378731323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:41:57.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "clamp",
  "timestamp": 1636378718881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "policy-id",
  "timestamp": 1636378736030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:41:57.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378737326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:41:57.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378739138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:41:57.197Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "clamp",
  "timestamp": 1636378718881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.197Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "aai-ml",
  "timestamp": 1636378739542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:41:57.197Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "policy-id",
  "timestamp": 1636378736030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.197Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "dcae-sch",
  "timestamp": 1636378739181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.197Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378737326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "clamp",
  "timestamp": 1636378718881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "policy-id",
  "timestamp": 1636378736030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "dcae-sch",
  "timestamp": 1636378739181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378737326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378741055,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "clamp",
  "timestamp": 1636378718881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "policy-id",
  "timestamp": 1636378736030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "dcae-sch",
  "timestamp": 1636378739181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378737326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-08T13:41:57.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378742057,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:41:57.205Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cee7a0ac-8e13-4228-98cd-4bad59e94512
2021-11-08T13:41:57.205Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cee7a0ac-8e13-4228-98cd-4bad59e94512 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:41:57.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "clamp",
  "timestamp": 1636378718881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:41:57.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "policy-id",
  "timestamp": 1636378736030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "dcae-sch",
  "timestamp": 1636378739181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378737326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "policy-id",
  "timestamp": 1636378736030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:41:57.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "dcae-sch",
  "timestamp": 1636378739181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378737326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "dcae-sch",
  "timestamp": 1636378739181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "policy-id",
  "timestamp": 1636378744910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:41:57.217Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378737326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:41:57.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "dcae-sch",
  "timestamp": 1636378739181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "policy-id",
  "timestamp": 1636378745914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:41:57.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378746208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:41:57.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "dcae-sch",
  "timestamp": 1636378739181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "policy-id",
  "timestamp": 1636378746917,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:41:57.224Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 871fbbce-ad0d-4705-b57c-cf6b3792e8b8
2021-11-08T13:41:57.224Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 871fbbce-ad0d-4705-b57c-cf6b3792e8b8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:41:57.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "aai-ml",
  "timestamp": 1636378747206,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:41:57.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378747345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:41:57.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "aai-ml",
  "timestamp": 1636378748210,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:41:57.239Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cee7a0ac-8e13-4228-98cd-4bad59e94512
2021-11-08T13:41:57.239Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cee7a0ac-8e13-4228-98cd-4bad59e94512 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:41:57.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378748495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:41:57.248Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378748489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378749650,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:41:57.252Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 871fbbce-ad0d-4705-b57c-cf6b3792e8b8
2021-11-08T13:41:57.253Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 871fbbce-ad0d-4705-b57c-cf6b3792e8b8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-08T13:41:57.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378748489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378750654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:41:57.260Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378748489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378748489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378748489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378748489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "clamp",
  "timestamp": 1636378754353,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378748489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "clamp",
  "timestamp": 1636378755356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378748489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:41:57.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "clamp",
  "timestamp": 1636378757563,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:41:57.262Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378757649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:41:57.262Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "clamp",
  "timestamp": 1636378758566,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:41:57.262Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "clamp",
  "timestamp": 1636378759570,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:41:57.267Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cee7a0ac-8e13-4228-98cd-4bad59e94512
2021-11-08T13:41:57.267Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cee7a0ac-8e13-4228-98cd-4bad59e94512 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:41:57.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378759658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:41:57.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378760661,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:41:57.281Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 871fbbce-ad0d-4705-b57c-cf6b3792e8b8
2021-11-08T13:41:57.281Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 871fbbce-ad0d-4705-b57c-cf6b3792e8b8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:41:57.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "clamp",
  "timestamp": 1636378760574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "aai-ml",
  "timestamp": 1636378761323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "clamp",
  "timestamp": 1636378760574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:41:57.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "aai-ml",
  "timestamp": 1636378761323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "clamp",
  "timestamp": 1636378760574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "aai-ml",
  "timestamp": 1636378761323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "clamp",
  "timestamp": 1636378760574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "aai-ml",
  "timestamp": 1636378761323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "clamp",
  "timestamp": 1636378760574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "aai-ml",
  "timestamp": 1636378761323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "clamp",
  "timestamp": 1636378760574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "aai-ml",
  "timestamp": 1636378761323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "clamp",
  "timestamp": 1636378760574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "aai-ml",
  "timestamp": 1636378761323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "clamp",
  "timestamp": 1636378760574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:41:57.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "aai-ml",
  "timestamp": 1636378761323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:41:57.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "aai-ml",
  "timestamp": 1636378770099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:41:57.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "clamp",
  "timestamp": 1636378773356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:41:57.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "clamp",
  "timestamp": 1636378776365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:41:57.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "clamp",
  "timestamp": 1636378777369,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:41:57.300Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 871fbbce-ad0d-4705-b57c-cf6b3792e8b8
2021-11-08T13:41:57.300Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 871fbbce-ad0d-4705-b57c-cf6b3792e8b8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:41:57.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378779626,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:41:57.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "aai-ml",
  "timestamp": 1636378780021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:41:57.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "aai-ml",
  "timestamp": 1636378781025,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:41:57.318Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 871fbbce-ad0d-4705-b57c-cf6b3792e8b8
2021-11-08T13:41:57.318Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 871fbbce-ad0d-4705-b57c-cf6b3792e8b8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:41:57.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:41:57.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:41:57.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-08T13:41:57.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:41:57.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:41:57.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:41:57.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378792899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:41:57.327Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:41:57.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:41:57.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378796218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:41:57.327Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:42:24.065Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cee7a0ac-8e13-4228-98cd-4bad59e94512
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:42:24.078Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cee7a0ac-8e13-4228-98cd-4bad59e94512
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:42:24.082Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:42:24.082Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-08T13:42:24.082Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-08T13:42:24.082Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-08T13:42:24.082Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:42:24.082Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:42:24.082Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:42:24.082Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:42:24.082Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:42:24.082Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:42:24.082Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:42:24.083Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:42:24.088Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-08T13:42:54.088Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cee7a0ac-8e13-4228-98cd-4bad59e94512 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-08T13:42:54.093Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cee7a0ac-8e13-4228-98cd-4bad59e94512 and serviceModelVersionId: a23f7206-7497-4ced-92ff-7cb673996cb2
2021-11-08T13:42:54.093Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 918a8418-5018-406a-a47c-5d8500cfac73
2021-11-08T13:42:54.094Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/918a8418-5018-406a-a47c-5d8500cfac73/model-vers/model-ver/a23f7206-7497-4ced-92ff-7cb673996cb2?depth=0
2021-11-08T13:42:54.099Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-08T13:42:54.137Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/918a8418-5018-406a-a47c-5d8500cfac73/model-vers/model-ver/a23f7206-7497-4ced-92ff-7cb673996cb2?depth=0|INFO|500||Invoke
2021-11-08T13:42:54.137Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/918a8418-5018-406a-a47c-5d8500cfac73/model-vers/model-ver/a23f7206-7497-4ced-92ff-7cb673996cb2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/918a8418-5018-406a-a47c-5d8500cfac73/model-vers/model-ver/a23f7206-7497-4ced-92ff-7cb673996cb2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cee7a0ac-8e13-4228-98cd-4bad59e94512], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1931b5c1-c1f9-4832-b082-34bf7eebb6f1], X-ECOMP-RequestID=[cee7a0ac-8e13-4228-98cd-4bad59e94512], X-TransactionId=[], X-ONAP-RequestID=[cee7a0ac-8e13-4228-98cd-4bad59e94512], Content-Type=[application/merge-patch+json]}
2021-11-08T13:42:54.151Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/918a8418-5018-406a-a47c-5d8500cfac73/model-vers/model-ver/a23f7206-7497-4ced-92ff-7cb673996cb2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-08T13:42:54.899Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/918a8418-5018-406a-a47c-5d8500cfac73/model-vers/model-ver/a23f7206-7497-4ced-92ff-7cb673996cb2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/918a8418-5018-406a-a47c-5d8500cfac73/model-vers/model-ver/a23f7206-7497-4ced-92ff-7cb673996cb2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211108-13:42:54:159-83051], vertex-id=[483504], Content-Length=[0], Date=[Mon, 08 Nov 2021 13:42:54 GMT], Content-Type=[application/json]}
2021-11-08T13:42:54.899Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/918a8418-5018-406a-a47c-5d8500cfac73/model-vers/model-ver/a23f7206-7497-4ced-92ff-7cb673996cb2?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-08T13:42:54.899Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/918a8418-5018-406a-a47c-5d8500cfac73/model-vers/model-ver/a23f7206-7497-4ced-92ff-7cb673996cb2?depth=0|INFO|500||InvokeReturn
2021-11-08T13:42:54.900Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-08T13:42:54.900Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:42:54.904Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|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-11-08T13:42:54.904Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cee7a0ac-8e13-4228-98cd-4bad59e94512 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-08T13:42:54.904Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-08T13:42:54.904Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:42:54.906Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:42:54.906Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378974904,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:42:55.007Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:42:55.008Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:42:55.008Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:42:55.022Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:42:55.023Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-08T13:42:55.920Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:42:55.920Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"871fbbce-ad0d-4705-b57c-cf6b3792e8b8","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6e3750b5-0e4e-4939-bfa4-8c12272ad12d","serviceDescription":"service","serviceInvariantUUID":"3badc01c-7262-469f-bbc7-388fa4ede6a7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"866c1338-f612-47b0-a36b-e8911c032cc6","resourceInvariantUUID":"3e39792c-96fd-4577-98c1-7775fc1c965d","resourceCustomizationUUID":"c784db77-ef71-4033-9476-6b80d18e1c0f","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":"NDU3ZWVkYjA4NzdlNzQ4ZWFkYTkyYjM3YTllMTEwM2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b7e3ddac-52db-44d3-9a80-ca1153a501fa","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":"Y2U0NjYyY2ZhMjMwNDMzMDExZDExNzMwZTAyZWFlMmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bb2127ba-de07-41c7-a0a8-8d78eed3903b","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":"66c7e0fd-04ed-4f3a-b985-e1b77c5e877f","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":"1dfab3ba-b84e-43b5-96dc-6418930a5752","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":"24fc7789-cf61-4a0d-9477-602313508b30","artifactVersion":"2","generatedFromUUID":"66c7e0fd-04ed-4f3a-b985-e1b77c5e877f"},{"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":"YmE0Y2U0ZTkzMTdkZjM3MGMyOTA2MzU3MGFjOTNhZjU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13887ed4-d13b-4444-b564-e73c00bf6938","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":"ZjhiZmIwNThmZmE0MDQxOWIwNzA3Njc2NDU3MTBmMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b9dc351-bf0e-460e-a299-f53c51e5d92a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTIyYThhMzYyMjk1YmE0Y2E1NmIyMTU0NzYwMmRkNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"daf82a15-6272-49bd-90a9-279347e4e102","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-08T13:42:55.920Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:42:55.920Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:42:55.922Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:42:55.922Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:42:56.022Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:42:56.023Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:42:56.023Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:42:56.036Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:42:56.036Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:42:56.923Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:42:56.923Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:42:56.926Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:42:56.926Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:42:57.027Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:42:57.028Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:42:57.028Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:42:57.040Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:42:57.040Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:42:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:42:57.135Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:42:57.135Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:42:57.156Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:42:57.157Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.157Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378797620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:42:57.157Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:42:57.157Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.157Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378798917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:42:57.157Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:42:57.157Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.157Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378800031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:42:57.158Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:42:57.158Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.158Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378801034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-08T13:42:57.158Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:42:57.158Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.158Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378802038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-08T13:42:57.158Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:42:57.160Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.160Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378803042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:42:57.160Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:42:57.160Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.160Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333834dd-06f3-474c-88df-1e4d0f990272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378834926,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:42:57.160Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:42:57.160Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.160Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:42:57.161Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378844130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378846408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378847752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378848892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378850007,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378851009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378852013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378853015,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:42:57.162Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:42:57.927Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:42:57.927Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:42:57.929Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:42:57.929Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:42:58.029Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:42:58.030Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:42:58.030Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:42:58.043Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:42:58.043Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:42:58.930Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:42:58.930Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:42:58.932Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:42:58.932Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:42:59.032Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:42:59.033Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:42:59.033Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:42:59.047Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:42:59.047Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:42:59.932Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:42:59.933Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:42:59.936Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:42:59.936Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-08T13:43:00.036Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:43:00.037Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:00.037Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:00.049Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:00.050Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:43:00.936Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:43:00.937Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:00.938Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:00.938Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:01.039Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:43:01.039Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:01.040Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:01.053Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:01.054Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:43:01.939Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:43:01.940Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:01.942Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:01.942Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:02.042Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:43:02.042Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:02.043Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:02.055Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:02.055Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:43:02.942Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:43:02.943Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:02.945Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:02.945Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:43:03.045Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:43:03.046Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:03.046Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:03.057Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:03.058Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:43:03.946Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6e3750b5-0e4e-4939-bfa4-8c12272ad12d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3badc01c-7262-469f-bbc7-388fa4ede6a7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "c784db77-ef71-4033-9476-6b80d18e1c0f",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "866c1338-f612-47b0-a36b-e8911c032cc6",
      "resourceInvariantUUID": "3e39792c-96fd-4577-98c1-7775fc1c965d",
      "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": "Y2U0NjYyY2ZhMjMwNDMzMDExZDExNzMwZTAyZWFlMmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bb2127ba-de07-41c7-a0a8-8d78eed3903b",
          "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": "66c7e0fd-04ed-4f3a-b985-e1b77c5e877f",
          "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": "24fc7789-cf61-4a0d-9477-602313508b30",
            "generatedFromUUID": "66c7e0fd-04ed-4f3a-b985-e1b77c5e877f"
          },
          "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": "24fc7789-cf61-4a0d-9477-602313508b30",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YTIyYThhMzYyMjk1YmE0Y2E1NmIyMTU0NzYwMmRkNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "daf82a15-6272-49bd-90a9-279347e4e102"
    }
  ],
  "workloadContext": "Production"
}
2021-11-08T13:43:03.946Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-08T13:43:03.946Z|cee7a0ac-8e13-4228-98cd-4bad59e94512|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e3750b5-0e4e-4939-bfa4-8c12272ad12d ASDC
2021-11-08T13:43:03.947Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:871fbbce-ad0d-4705-b57c-cf6b3792e8b8
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:6e3750b5-0e4e-4939-bfa4-8c12272ad12d
ServiceInvariantUUID:3badc01c-7262-469f-bbc7-388fa4ede6a7
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:daf82a15-6272-49bd-90a9-279347e4e102
ArtifactChecksum:YTIyYThhMzYyMjk1YmE0Y2E1NmIyMTU0NzYwMmRkNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:c784db77-ef71-4033-9476-6b80d18e1c0f
ResourceInvariantUUID:3e39792c-96fd-4577-98c1-7775fc1c965d
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:866c1338-f612-47b0-a36b-e8911c032cc6
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:bb2127ba-de07-41c7-a0a8-8d78eed3903b
ArtifactChecksum:Y2U0NjYyY2ZhMjMwNDMzMDExZDExNzMwZTAyZWFlMmY=
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:66c7e0fd-04ed-4f3a-b985-e1b77c5e877f
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:24fc7789-cf61-4a0d-9477-602313508b30
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:24fc7789-cf61-4a0d-9477-602313508b30
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-08T13:43:03.947Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e3750b5-0e4e-4939-bfa4-8c12272ad12d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-08T13:43:03.975Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:43:03.975Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:43:03.975Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:43:03.975Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: daf82a15-6272-49bd-90a9-279347e4e102 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-08T13:43:03.976Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-08T13:43:03.976Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:04.321Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-08T13:43:04.326Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar daf82a15-6272-49bd-90a9-279347e4e102 78794
2021-11-08T13:43:04.326Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:04.326Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:04.327Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:43:04.327Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:04.329Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:04.329Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378984326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:43:04.429Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:43:04.430Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:04.430Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:04.445Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:04.446Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:43:05.329Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:43:05.330Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:43:05.330Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: daf82a15-6272-49bd-90a9-279347e4e102, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-08T13:43:05.331Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-11-08T13:43:05.331Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-08T13:43:05.331Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-08T13:43:05.431Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14454821815285088857/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-08T13:43:06.539Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-08T13:43:06.540Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-08T13:43:06.540Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-08T13:43:06.540Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-08T13:43:06.540Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.540Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.540Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.540Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.540Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.540Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.540Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.540Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.540Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.540Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-08T13:43:06.540Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:06.540Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.541Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-08T13:43:06.541Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-08T13:43:06.541Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:43:06.541Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:06.541Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.541Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-08T13:43:06.541Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-08T13:43:06.541Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:43:06.541Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:06.542Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.542Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:06.542Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-08T13:43:06.542Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-08T13:43:06.542Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-08T13:43:06.542Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-08T13:43:06.542Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-08T13:43:06.542Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-08T13:43:06.542Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:06.542Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.542Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:06.542Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-08T13:43:06.542Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:43:06.543Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:06.543Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-08T13:43:06.543Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:43:06.543Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:06.543Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-08T13:43:06.543Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:43:06.543Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:06.543Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-08T13:43:06.543Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-08T13:43:06.543Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-08T13:43:06.543Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bfc0f22e-06db-43b0-9c45-05d634d4e5b4
2021-11-08T13:43:06.544Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:06.544Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.544Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:06.544Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.544Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:06.544Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.544Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:06.544Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.544Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:6e3750b5-0e4e-4939-bfa4-8c12272ad12d
Model Version:NULL
Model InvariantUuid:3badc01c-7262-469f-bbc7-388fa4ede6a7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:eb6c424b-9c85-4290-bd3d-56db1dc08e22
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3e39792c-96fd-4577-98c1-7775fc1c965d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c784db77-ef71-4033-9476-6b80d18e1c0f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:091297ad-4006-41b9-8c2c-bef6ac898729
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b63b035a-6cd1-4630-9601-47b09cb04af3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bfc0f22e-06db-43b0-9c45-05d634d4e5b4
ModelInvariantUuid:347b0e16-d984-4193-9372-a3671b7159ea
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:ea066abe-a407-435d-80b7-36b36b9475fa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ac9bdc06-e05a-4504-8d92-f6b9a93fcfd4
ModelInvariantUuid:57a74b87-75cf-4a93-a3b7-b50f4f0839d6
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:8da6a569-c5df-42f6-b795-91f706681640
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-08T13:43:06.549Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 866c1338-f612-47b0-a36b-e8911c032cc6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:43:06.551Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2021-11-08T13:43:06.551Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 866c1338-f612-47b0-a36b-e8911c032cc6
2021-11-08T13:43:06.551Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bb2127ba-de07-41c7-a0a8-8d78eed3903b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-08T13:43:06.551Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-08T13:43:06.551Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.790Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-08T13:43:06.791Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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 bb2127ba-de07-41c7-a0a8-8d78eed3903b 792
2021-11-08T13:43:06.791Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.791Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:06.791Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:43:06.791Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:06.793Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:06.794Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378986791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:43:06.899Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-11-08T13:43:06.899Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:06.900Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:06.912Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:06.913Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:43:07.794Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "091297ad-4006-41b9-8c2c-bef6ac898729",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b63b035a-6cd1-4630-9601-47b09cb04af3",
    "vfModuleModelCustomizationUUID": "39ad779a-4942-4a9b-bb9d-0fbdc1c2e6d7",
    "isBase": true,
    "artifacts": [
      "66c7e0fd-04ed-4f3a-b985-e1b77c5e877f",
      "24fc7789-cf61-4a0d-9477-602313508b30"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-08T13:43:07.797Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b63b035a-6cd1-4630-9601-47b09cb04af3
VfModuleModelInvariantUUID:091297ad-4006-41b9-8c2c-bef6ac898729
VfModuleModelDescription:NULL
Artifacts UUID List:{
66c7e0fd-04ed-4f3a-b985-e1b77c5e877f
,
24fc7789-cf61-4a0d-9477-602313508b30

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

isBase:true


}

2021-11-08T13:43:07.799Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "091297ad-4006-41b9-8c2c-bef6ac898729",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b63b035a-6cd1-4630-9601-47b09cb04af3",
    "vfModuleModelCustomizationUUID": "39ad779a-4942-4a9b-bb9d-0fbdc1c2e6d7",
    "isBase": true,
    "artifacts": [
      "66c7e0fd-04ed-4f3a-b985-e1b77c5e877f",
      "24fc7789-cf61-4a0d-9477-602313508b30"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-08T13:43:07.799Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b63b035a-6cd1-4630-9601-47b09cb04af3
VfModuleModelInvariantUUID:091297ad-4006-41b9-8c2c-bef6ac898729
VfModuleModelDescription:NULL
Artifacts UUID List:{
66c7e0fd-04ed-4f3a-b985-e1b77c5e877f
,
24fc7789-cf61-4a0d-9477-602313508b30

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

isBase:true


}

2021-11-08T13:43:07.800Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 66c7e0fd-04ed-4f3a-b985-e1b77c5e877f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-08T13:43:07.800Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-08T13:43:07.800Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:07.900Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-08T13:43:07.900Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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 66c7e0fd-04ed-4f3a-b985-e1b77c5e877f 5033
2021-11-08T13:43:07.900Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:07.900Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:07.900Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:43:07.901Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:07.902Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:07.902Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378987900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:43:08.002Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:43:08.003Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:08.003Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:08.016Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:08.016Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:43:08.903Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 24fc7789-cf61-4a0d-9477-602313508b30 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-08T13:43:08.903Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-08T13:43:08.903Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:09.105Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-08T13:43:09.105Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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 24fc7789-cf61-4a0d-9477-602313508b30 903
2021-11-08T13:43:09.105Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:09.105Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:09.105Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:43:09.106Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:09.107Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:09.107Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378989105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:43:09.207Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:43:09.208Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:09.208Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:09.223Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:09.223Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:43:10.107Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6e3750b5-0e4e-4939-bfa4-8c12272ad12d
2021-11-08T13:43:10.108Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 866c1338-f612-47b0-a36b-e8911c032cc6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:43:10.121Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20bdabfc, org.onap.sdc.toscaparser.api.parameters.Input@ecb5a32, org.onap.sdc.toscaparser.api.parameters.Input@4c839b87, org.onap.sdc.toscaparser.api.parameters.Input@52461d79, org.onap.sdc.toscaparser.api.parameters.Input@1fe9ae86]
2021-11-08T13:43:10.122Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:10.122Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:10.123Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-08T13:43:10.123Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c784db77-ef71-4033-9476-6b80d18e1c0f
2021-11-08T13:43:10.123Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c784db77-ef71-4033-9476-6b80d18e1c0f matches Tosca VF Customization UUID: c784db77-ef71-4033-9476-6b80d18e1c0f
2021-11-08T13:43:10.123Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c784db77-ef71-4033-9476-6b80d18e1c0f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-08T13:43:10.125Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:10.125Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:10.126Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c784db77-ef71-4033-9476-6b80d18e1c0f: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-11-08T13:43:10.126Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79e7f31a
2021-11-08T13:43:10.126Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:10.127Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:10.127Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 39ad779a-4942-4a9b-bb9d-0fbdc1c2e6d7
2021-11-08T13:43:10.127Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 39ad779a-4942-4a9b-bb9d-0fbdc1c2e6d7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-08T13:43:10.129Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:10.130Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-08T13:43:10.130Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:43:10.130Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:10.130Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-08T13:43:10.131Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:43:10.131Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:10.131Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-08T13:43:10.131Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-08T13:43:10.131Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-08T13:43:10.131Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bfc0f22e-06db-43b0-9c45-05d634d4e5b4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-08T13:43:10.134Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:10.134Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-08T13:43:10.134Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:43:10.135Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:10.135Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-08T13:43:10.135Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c784db77-ef71-4033-9476-6b80d18e1c0f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:43:10.137Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:10.138Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:10.138Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6e3750b5-0e4e-4939-bfa4-8c12272ad12d: basic_vm_macro
2021-11-08T13:43:10.138Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:10.139Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:10.139Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:10.139Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:10.139Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:10.140Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:10.140Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:10.140Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:10.140Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:43:10.140Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:10.140Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:43:10.234Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 866c1338-f612-47b0-a36b-e8911c032cc6 1 ASDC deployResourceStructure
2021-11-08T13:43:10.234Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:10.234Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:10.234Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:43:10.234Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:10.236Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:10.236Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378990234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:43:10.336Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:43:10.337Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:10.337Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:10.350Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:10.351Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:43:11.237Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:11.237Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:11.237Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:43:11.238Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:11.240Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:11.240Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378991237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-08T13:43:11.340Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:43:11.341Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:11.341Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:11.356Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:11.357Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:43:12.241Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:12.241Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:12.241Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:43:12.242Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:12.243Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:12.243Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378992241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-08T13:43:12.344Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:43:12.344Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:12.345Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:12.357Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:12.358Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:43:13.244Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:13.245Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:13.245Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:43:13.245Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:13.246Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:13.246Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378993244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:43:13.347Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:43:13.348Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:13.348Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:13.361Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:13.362Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:43:14.247Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 871fbbce-ad0d-4705-b57c-cf6b3792e8b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:43:14.259Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 871fbbce-ad0d-4705-b57c-cf6b3792e8b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:43:14.261Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:43:14.261Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-08T13:43:14.261Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-08T13:43:14.261Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-08T13:43:14.261Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:43:14.261Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:43:14.262Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:43:14.262Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:43:14.262Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:43:14.262Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:43:14.262Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:14.267Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-08T13:43:44.267Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 871fbbce-ad0d-4705-b57c-cf6b3792e8b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-08T13:43:44.274Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 871fbbce-ad0d-4705-b57c-cf6b3792e8b8 and serviceModelVersionId: 6e3750b5-0e4e-4939-bfa4-8c12272ad12d
2021-11-08T13:43:44.274Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3badc01c-7262-469f-bbc7-388fa4ede6a7
2021-11-08T13:43:44.275Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3badc01c-7262-469f-bbc7-388fa4ede6a7/model-vers/model-ver/6e3750b5-0e4e-4939-bfa4-8c12272ad12d?depth=0
2021-11-08T13:43:44.279Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-08T13:43:44.305Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3badc01c-7262-469f-bbc7-388fa4ede6a7/model-vers/model-ver/6e3750b5-0e4e-4939-bfa4-8c12272ad12d?depth=0|INFO|500||Invoke
2021-11-08T13:43:44.305Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3badc01c-7262-469f-bbc7-388fa4ede6a7/model-vers/model-ver/6e3750b5-0e4e-4939-bfa4-8c12272ad12d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3badc01c-7262-469f-bbc7-388fa4ede6a7/model-vers/model-ver/6e3750b5-0e4e-4939-bfa4-8c12272ad12d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[871fbbce-ad0d-4705-b57c-cf6b3792e8b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a96b982e-bdcd-41dd-a4f1-0840bac10a4b], X-ECOMP-RequestID=[871fbbce-ad0d-4705-b57c-cf6b3792e8b8], X-TransactionId=[], X-ONAP-RequestID=[871fbbce-ad0d-4705-b57c-cf6b3792e8b8], Content-Type=[application/merge-patch+json]}
2021-11-08T13:43:44.322Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3badc01c-7262-469f-bbc7-388fa4ede6a7/model-vers/model-ver/6e3750b5-0e4e-4939-bfa4-8c12272ad12d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-08T13:43:44.799Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3badc01c-7262-469f-bbc7-388fa4ede6a7/model-vers/model-ver/6e3750b5-0e4e-4939-bfa4-8c12272ad12d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3badc01c-7262-469f-bbc7-388fa4ede6a7/model-vers/model-ver/6e3750b5-0e4e-4939-bfa4-8c12272ad12d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211108-13:43:44:329-47488], vertex-id=[204968], Content-Length=[0], Date=[Mon, 08 Nov 2021 13:43:44 GMT], Content-Type=[application/json]}
2021-11-08T13:43:44.799Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3badc01c-7262-469f-bbc7-388fa4ede6a7/model-vers/model-ver/6e3750b5-0e4e-4939-bfa4-8c12272ad12d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-08T13:43:44.800Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3badc01c-7262-469f-bbc7-388fa4ede6a7/model-vers/model-ver/6e3750b5-0e4e-4939-bfa4-8c12272ad12d?depth=0|INFO|500||InvokeReturn
2021-11-08T13:43:44.800Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-08T13:43:44.800Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:43:44.804Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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-11-08T13:43:44.804Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 871fbbce-ad0d-4705-b57c-cf6b3792e8b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-08T13:43:44.804Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-08T13:43:44.804Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:44.805Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:44.806Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379024804,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:43:44.906Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:43:44.906Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:44.907Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:44.923Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:44.923Z||pool-100-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-11-08T13:43:45.817Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:43:45.818Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:43:45.818Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:51.701Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:51.702Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:43:51.702Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c99b620f-34e5-4f5c-b151-bc37561e7435","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3273270e-3396-404f-b636-98aea016df85","serviceDescription":"service","serviceInvariantUUID":"87618390-69a2-482d-ac29-b1be48c0a517","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b5315828-7ca6-47b8-9be4-870aa0afa7a6","resourceInvariantUUID":"93331cb0-49fa-44ea-b38d-4c711ac848ce","resourceCustomizationUUID":"e08a45af-7305-4aa1-b950-dd5114c3d322","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":"MWE4MjYxMjAxMTdkOTY4NGVkMTNkODczMmExNDcwNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"11ff1228-1b0e-4a67-aaf7-cc975dfa2db9","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":"b022fcab-d07c-4c54-b7b3-01ead5183fbe","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":"92e66968-e009-45bf-9384-14c4a9aba920","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":"YWY3OTY0NDdjNmM2OWIwZmI2Y2M2NGRjZDFhZjlkODc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e0906a4d-b381-467c-873d-3e6c5559aa40","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":"d9ec55c5-a916-4f71-82c9-e80bd5902de2","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":"6044a8f7-017a-4c1c-9dfa-fd49a16a60d2","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":"9d02cdfa-c039-4f38-9e3c-ddfbb51550a2","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":"ZmI5NWNmNjkzNTI0ZDM2NzM3Yjc1ODQ5YzgwYzZmZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2feed856-de34-448d-a520-35787723ffa8","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MzZmZjRiMmUwMzliZGU3YWMzMTUwOWVkNWEwNDU0MzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ace3bfd-467f-4435-9a97-62c1ecb95382","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-08T13:43:51.704Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:43:51.704Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:51.706Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:51.706Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379025817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:51.806Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:43:51.806Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:51.807Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:51.819Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:51.819Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:43:52.706Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:43:52.707Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:52.708Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:52.708Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379025817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:52.809Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:43:52.810Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:52.810Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:52.824Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:52.825Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:43:53.709Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:43:53.709Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:53.712Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:53.712Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379025817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:53.811Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-08T13:43:53.812Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:53.812Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:53.822Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:53.822Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:43:54.712Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:43:54.713Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:54.715Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:54.715Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379025817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:54.815Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:43:54.816Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:54.816Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:54.829Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:54.829Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:43:55.715Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:43:55.716Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:55.718Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:55.718Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379025817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:55.819Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-08T13:43:55.819Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:55.819Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:55.831Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:55.832Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:43:56.719Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:43:56.720Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:56.721Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:56.722Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379025817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:56.822Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:43:56.822Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:56.822Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:56.835Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:56.836Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:43:57.135Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:43:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:43:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:57.162Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:57.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "dcae-sch",
  "timestamp": 1636378879181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "aai-ml",
  "timestamp": 1636378881323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "cds",
  "timestamp": 1636378876524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "policy-id",
  "timestamp": 1636378876030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "dcae-sch",
  "timestamp": 1636378879181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "aai-ml",
  "timestamp": 1636378881323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "policy-id",
  "timestamp": 1636378876030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "cds",
  "timestamp": 1636378876524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378882487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "dcae-sch",
  "timestamp": 1636378879181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "aai-ml",
  "timestamp": 1636378881323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "cds",
  "timestamp": 1636378876524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "policy-id",
  "timestamp": 1636378876030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378882487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "dcae-sch",
  "timestamp": 1636378879181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "aai-ml",
  "timestamp": 1636378881323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "cds",
  "timestamp": 1636378876524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "policy-id",
  "timestamp": 1636378876030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378882487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "dcae-sch",
  "timestamp": 1636378879181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "aai-ml",
  "timestamp": 1636378881323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "cds",
  "timestamp": 1636378876524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "policy-id",
  "timestamp": 1636378876030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378882487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "dcae-sch",
  "timestamp": 1636378879181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "aai-ml",
  "timestamp": 1636378881323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "cds",
  "timestamp": 1636378876524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "policy-id",
  "timestamp": 1636378876030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378882487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "dcae-sch",
  "timestamp": 1636378879181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "aai-ml",
  "timestamp": 1636378881323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "cds",
  "timestamp": 1636378876524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "policy-id",
  "timestamp": 1636378876030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378882487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "dcae-sch",
  "timestamp": 1636378879181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "aai-ml",
  "timestamp": 1636378881323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "cds",
  "timestamp": 1636378876524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "policy-id",
  "timestamp": 1636378876030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378882487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:43:57.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "dcae-sch",
  "timestamp": 1636378879181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378889326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "aai-ml",
  "timestamp": 1636378881323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:43:57.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "cds",
  "timestamp": 1636378876524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:43:57.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "policy-id",
  "timestamp": 1636378876030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:43:57.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378882487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378889326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378882487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "policy-id",
  "timestamp": 1636378891601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:43:57.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:43:57.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "aai-ml",
  "timestamp": 1636378891723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:43:57.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:43:57.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "cds",
  "timestamp": 1636378891735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:43:57.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:43:57.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378889326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378892503,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:43:57.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:43:57.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "policy-id",
  "timestamp": 1636378892604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:43:57.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:43:57.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378889326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "cds",
  "timestamp": 1636378892969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:43:57.194Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c99b620f-34e5-4f5c-b151-bc37561e7435
2021-11-08T13:43:57.194Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99b620f-34e5-4f5c-b151-bc37561e7435 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:43:57.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378893519,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-08T13:43:57.204Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:43:57.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "policy-id",
  "timestamp": 1636378893609,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:43:57.210Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c99b620f-34e5-4f5c-b151-bc37561e7435
2021-11-08T13:43:57.210Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99b620f-34e5-4f5c-b151-bc37561e7435 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:43:57.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378889326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636378894520,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:43:57.225Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c99b620f-34e5-4f5c-b151-bc37561e7435
2021-11-08T13:43:57.225Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99b620f-34e5-4f5c-b151-bc37561e7435 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:43:57.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378889326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378889326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378889326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "aai-ml",
  "timestamp": 1636378897122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:43:57.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:43:57.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636378889326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:43:57.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "aai-ml",
  "timestamp": 1636378898125,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:43:57.242Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c99b620f-34e5-4f5c-b151-bc37561e7435
2021-11-08T13:43:57.242Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99b620f-34e5-4f5c-b151-bc37561e7435 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:43:57.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378898488,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "clamp",
  "timestamp": 1636378898881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378898488,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "clamp",
  "timestamp": 1636378898881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378898488,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "clamp",
  "timestamp": 1636378898881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378898488,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "clamp",
  "timestamp": 1636378898881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378898488,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "clamp",
  "timestamp": 1636378898881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378898488,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "clamp",
  "timestamp": 1636378898881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378898488,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "clamp",
  "timestamp": 1636378898881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378898488,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "clamp",
  "timestamp": 1636378898881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378898488,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:43:57.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "clamp",
  "timestamp": 1636378898881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:43:57.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:43:57.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378908218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:43:57.254Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:43:57.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378909810,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:43:57.254Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:43:57.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636378910812,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:43:57.259Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c99b620f-34e5-4f5c-b151-bc37561e7435
2021-11-08T13:43:57.259Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99b620f-34e5-4f5c-b151-bc37561e7435 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:43:57.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:43:57.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "clamp",
  "timestamp": 1636378916379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:43:57.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:43:57.722Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:43:57.723Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:57.724Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:57.725Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379025817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:57.825Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:43:57.826Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:57.826Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:57.839Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:57.840Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:43:58.725Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:43:58.726Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:58.728Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:58.728Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379025817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:43:58.828Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:43:58.829Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:58.829Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:58.841Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:58.842Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:43:59.729Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:43:59.729Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:43:59.731Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:43:59.731Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379025817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:43:59.831Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:43:59.832Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:43:59.832Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:43:59.848Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:43:59.849Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:44:00.732Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3273270e-3396-404f-b636-98aea016df85",
  "serviceDescription": "service",
  "serviceInvariantUUID": "87618390-69a2-482d-ac29-b1be48c0a517",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e08a45af-7305-4aa1-b950-dd5114c3d322",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b5315828-7ca6-47b8-9be4-870aa0afa7a6",
      "resourceInvariantUUID": "93331cb0-49fa-44ea-b38d-4c711ac848ce",
      "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": "MzZmZjRiMmUwMzliZGU3YWMzMTUwOWVkNWEwNDU0MzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0ace3bfd-467f-4435-9a97-62c1ecb95382"
    }
  ],
  "workloadContext": "Production"
}
2021-11-08T13:44:00.732Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-08T13:44:00.732Z|871fbbce-ad0d-4705-b57c-cf6b3792e8b8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3273270e-3396-404f-b636-98aea016df85 ASDC
2021-11-08T13:44:00.733Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c99b620f-34e5-4f5c-b151-bc37561e7435
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3273270e-3396-404f-b636-98aea016df85
ServiceInvariantUUID:87618390-69a2-482d-ac29-b1be48c0a517
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:0ace3bfd-467f-4435-9a97-62c1ecb95382
ArtifactChecksum:MzZmZjRiMmUwMzliZGU3YWMzMTUwOWVkNWEwNDU0MzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e08a45af-7305-4aa1-b950-dd5114c3d322
ResourceInvariantUUID:93331cb0-49fa-44ea-b38d-4c711ac848ce
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:b5315828-7ca6-47b8-9be4-870aa0afa7a6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-08T13:44:00.733Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3273270e-3396-404f-b636-98aea016df85 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-08T13:44:00.757Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:44:00.758Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:44:00.758Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:44:00.758Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0ace3bfd-467f-4435-9a97-62c1ecb95382 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-08T13:44:00.758Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-08T13:44:00.759Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-08T13:44:00.829Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-08T13:44:00.833Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0ace3bfd-467f-4435-9a97-62c1ecb95382 105645
2021-11-08T13:44:00.834Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-08T13:44:00.834Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-08T13:44:00.834Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:44:00.834Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:44:00.835Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:44:00.835Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379040833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:44:00.936Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:44:00.936Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:44:00.936Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:44:00.949Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:44:00.949Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:44:01.836Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:44:01.837Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:44:01.837Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0ace3bfd-467f-4435-9a97-62c1ecb95382, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-08T13:44:01.837Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-11-08T13:44:01.837Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-08T13:44:01.837Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-08T13:44:01.913Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP286304481424368380/Definitions/service-TestPnfMacro-template.yml
2021-11-08T13:44:02.554Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-08T13:44:02.555Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-08T13:44:02.555Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-08T13:44:02.555Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-08T13:44:02.555Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-08T13:44:02.555Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-08T13:44:02.555Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-08T13:44:02.555Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-08T13:44:02.555Z|c99b620f-34e5-4f5c-b151-bc37561e7435|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-TestPnfMacro-csar.csar
2021-11-08T13:44:02.555Z|c99b620f-34e5-4f5c-b151-bc37561e7435|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-TestPnfMacro-csar.csar
2021-11-08T13:44:02.555Z|c99b620f-34e5-4f5c-b151-bc37561e7435|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-TestPnfMacro-csar.csar
2021-11-08T13:44:02.555Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-08T13:44:02.555Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:44:02.555Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:44:02.555Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-08T13:44:02.555Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-08T13:44:02.556Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:44:02.556Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:44:02.556Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:44:02.556Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-08T13:44:02.556Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-08T13:44:02.556Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:44:02.556Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:44:02.557Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:44:02.557Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:44:02.557Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:44:02.557Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:44:02.557Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:44:02.557Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:44:02.557Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:44:02.557Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:44:02.558Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:44:02.558Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:3273270e-3396-404f-b636-98aea016df85
Model Version:NULL
Model InvariantUuid:87618390-69a2-482d-ac29-b1be48c0a517
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-08T13:44:02.564Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: b5315828-7ca6-47b8-9be4-870aa0afa7a6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:44:02.567Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||test-pnf 0
2021-11-08T13:44:02.567Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b5315828-7ca6-47b8-9be4-870aa0afa7a6
2021-11-08T13:44:02.567Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 3273270e-3396-404f-b636-98aea016df85
2021-11-08T13:44:02.567Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3273270e-3396-404f-b636-98aea016df85
2021-11-08T13:44:02.567Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 b5315828-7ca6-47b8-9be4-870aa0afa7a6 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:44:02.571Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18db765d, org.onap.sdc.toscaparser.api.parameters.Input@43d21a54, org.onap.sdc.toscaparser.api.parameters.Input@746a495d, org.onap.sdc.toscaparser.api.parameters.Input@38ceee65, org.onap.sdc.toscaparser.api.parameters.Input@7be40ebf]
2021-11-08T13:44:02.572Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:44:02.572Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:44:02.572Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3273270e-3396-404f-b636-98aea016df85: test-pnf
2021-11-08T13:44:02.572Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Processing PNF resource: b5315828-7ca6-47b8-9be4-870aa0afa7a6
2021-11-08T13:44:02.572Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:44:02.572Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:44:02.572Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Resource customization UUID: e08a45af-7305-4aa1-b950-dd5114c3d322 is the same as notified resource customizationUUID: e08a45af-7305-4aa1-b950-dd5114c3d322
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-08T13:44:02.604Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf b5315828-7ca6-47b8-9be4-870aa0afa7a6 0 ASDC deployResourceStructure
2021-11-08T13:44:02.605Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-08T13:44:02.605Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-08T13:44:02.605Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:44:02.605Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:44:02.607Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:44:02.607Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379042605,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:44:02.707Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:44:02.708Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:44:02.708Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:44:02.720Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:44:02.721Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:44:03.608Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c99b620f-34e5-4f5c-b151-bc37561e7435
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:44:03.619Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c99b620f-34e5-4f5c-b151-bc37561e7435
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:44:03.621Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:44:03.622Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-08T13:44:03.622Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-08T13:44:03.622Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-08T13:44:03.622Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:44:03.622Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:44:03.622Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:44:03.622Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:44:03.622Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:44:03.622Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:44:03.622Z|c99b620f-34e5-4f5c-b151-bc37561e7435|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-11-08T13:44:03.628Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-08T13:44:33.628Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c99b620f-34e5-4f5c-b151-bc37561e7435 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-08T13:44:33.634Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c99b620f-34e5-4f5c-b151-bc37561e7435 and serviceModelVersionId: 3273270e-3396-404f-b636-98aea016df85
2021-11-08T13:44:33.634Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87618390-69a2-482d-ac29-b1be48c0a517
2021-11-08T13:44:33.635Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87618390-69a2-482d-ac29-b1be48c0a517/model-vers/model-ver/3273270e-3396-404f-b636-98aea016df85?depth=0
2021-11-08T13:44:33.639Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-08T13:44:33.670Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87618390-69a2-482d-ac29-b1be48c0a517/model-vers/model-ver/3273270e-3396-404f-b636-98aea016df85?depth=0|INFO|500||Invoke
2021-11-08T13:44:33.670Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87618390-69a2-482d-ac29-b1be48c0a517/model-vers/model-ver/3273270e-3396-404f-b636-98aea016df85?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87618390-69a2-482d-ac29-b1be48c0a517/model-vers/model-ver/3273270e-3396-404f-b636-98aea016df85?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c99b620f-34e5-4f5c-b151-bc37561e7435], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[680d1917-67b6-49c1-b6b8-826aa0cbd0b7], X-ECOMP-RequestID=[c99b620f-34e5-4f5c-b151-bc37561e7435], X-TransactionId=[], X-ONAP-RequestID=[c99b620f-34e5-4f5c-b151-bc37561e7435], Content-Type=[application/merge-patch+json]}
2021-11-08T13:44:33.687Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87618390-69a2-482d-ac29-b1be48c0a517/model-vers/model-ver/3273270e-3396-404f-b636-98aea016df85?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-08T13:44:34.014Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87618390-69a2-482d-ac29-b1be48c0a517/model-vers/model-ver/3273270e-3396-404f-b636-98aea016df85?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87618390-69a2-482d-ac29-b1be48c0a517/model-vers/model-ver/3273270e-3396-404f-b636-98aea016df85?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211108-13:44:33:695-90737], vertex-id=[274552], Content-Length=[0], Date=[Mon, 08 Nov 2021 13:44:33 GMT], Content-Type=[application/json]}
2021-11-08T13:44:34.014Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87618390-69a2-482d-ac29-b1be48c0a517/model-vers/model-ver/3273270e-3396-404f-b636-98aea016df85?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-08T13:44:34.015Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87618390-69a2-482d-ac29-b1be48c0a517/model-vers/model-ver/3273270e-3396-404f-b636-98aea016df85?depth=0|INFO|500||InvokeReturn
2021-11-08T13:44:34.015Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-08T13:44:34.015Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:44:34.021Z|c99b620f-34e5-4f5c-b151-bc37561e7435|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-11-08T13:44:34.022Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c99b620f-34e5-4f5c-b151-bc37561e7435 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-08T13:44:34.022Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-08T13:44:34.022Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:44:34.024Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:44:34.024Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379074022,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:44:34.125Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:44:34.126Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:44:34.126Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:44:34.142Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:44:34.142Z||pool-112-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-11-08T13:44:35.042Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:44:35.042Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:44:35.043Z|c99b620f-34e5-4f5c-b151-bc37561e7435|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:44:44.584Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:44:44.585Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:44:44.586Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:44:44.586Z|c99b620f-34e5-4f5c-b151-bc37561e7435|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:44:54.144Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:44:54.145Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:44:54.145Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:44:54.146Z|c99b620f-34e5-4f5c-b151-bc37561e7435|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:44:57.135Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:44:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:44:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:44:57.157Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:44:57.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:44:57.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "clamp",
  "timestamp": 1636378918390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:44:57.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:44:57.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:44:57.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "clamp",
  "timestamp": 1636378919393,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:44:57.166Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c99b620f-34e5-4f5c-b151-bc37561e7435
2021-11-08T13:44:57.167Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c99b620f-34e5-4f5c-b151-bc37561e7435 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:44:57.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:44:57.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee7a0ac-8e13-4228-98cd-4bad59e94512",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378974904,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:44:57.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:44:57.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:44:57.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:44:57.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:44:57.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-08T13:44:57.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:44:57.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:45:03.683Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:45:03.684Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:45:03.684Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:45:03.684Z|c99b620f-34e5-4f5c-b151-bc37561e7435|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:45:13.235Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:45:13.235Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:45:13.236Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:45:13.236Z|c99b620f-34e5-4f5c-b151-bc37561e7435|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:45:22.776Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:45:22.776Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:45:22.777Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:45:22.777Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:45:32.322Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:45:32.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:45:32.323Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:45:32.323Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:45:41.871Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:45:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:45:57.134Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:45:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:45:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:45:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:45:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:45:57.164Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:45:57.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:45:57.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:45:57.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:45:57.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:45:57.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378780641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378984326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378986791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378987900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378989105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378990234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378991237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378992241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636378993244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871fbbce-ad0d-4705-b57c-cf6b3792e8b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379024804,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379025817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379025817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379025817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379025817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:45:57.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379025817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:45:57.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:45:57.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:45:57.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379025817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:45:57.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:46:06.677Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:46:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:46:57.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:46:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:46:57.135Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:46:57.135Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:46:57.135Z|c99b620f-34e5-4f5c-b151-bc37561e7435|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:46:57.664Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:46:57.665Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:46:57.665Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379025817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:46:57.666Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:46:57.666Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:46:57.666Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379025817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:46:57.666Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:46:57.666Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:46:57.666Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379025817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:46:57.666Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:46:57.666Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:46:57.666Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379040833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:46:57.666Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:46:57.666Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:46:57.666Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379042605,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:46:57.667Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:46:57.667Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:46:57.667Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c99b620f-34e5-4f5c-b151-bc37561e7435",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379074022,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:46:57.667Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:07.025Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:07.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-08T13:47:07.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"17b34d54-0ef2-4db6-aaea-74bcd3e25e29","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b150a041-df44-4eb4-8d2d-21c9309b0b8a","serviceDescription":"service","serviceInvariantUUID":"e8a83818-7367-4909-b1f2-385e7becf3e7","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f88f9dbd-b82d-4fba-a6f2-13eea255a2c8","resourceInvariantUUID":"2aff3066-63f3-4d5b-920a-b36e6ba2f9b6","resourceCustomizationUUID":"6cd04169-2c60-41eb-9c98-0c22911729af","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":"YWMyZjkyNjhlYzg3NzQzMzYxZTcwZWJjNTkyM2I0ODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ee733dcc-35c6-415b-a59e-0ff9bcc6be49","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":"5cea1edb-8de7-4f03-ae23-84631ca43c85","artifactVersion":"2","generatedFromUUID":"3f3080a9-0e99-48f5-8b19-0dee976bf45c"},{"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":"3f3080a9-0e99-48f5-8b19-0dee976bf45c","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":"ZWY4ZGQyYzI1ZWUxMjk2ODIzNjA0NjEyMTUwYjE2NzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"447c9f90-08c5-4ed2-8de9-302513ddcc1c","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":"86676600-63a3-4b4c-933e-550c0a175c61","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":"1ae7a215-48a7-4d47-95ee-9c487212395a","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":"8ffa7a37-24f4-466c-ba9b-bdea6bcf5009","artifactVersion":"2","generatedFromUUID":"86676600-63a3-4b4c-933e-550c0a175c61"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODEzYmQ5MjM3YjNlZWE1ZDhlZTQ3NWZiNjRlZDFmZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98c00a0e-da01-4d76-8929-b6616e48b206","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Y2QyZDZjODViZGQzNTk3ZGYwZGNlOTAyYjM4YmZmMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3ec5cd4-acc2-4358-b122-5d5331563124","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-08T13:47:07.027Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:47:07.028Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:07.030Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:07.030Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379217133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:07.130Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:07.131Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:07.131Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:07.143Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:07.143Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:47:08.031Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:47:08.031Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:08.033Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:08.033Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379217133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-08T13:47:08.134Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:47:08.134Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:08.134Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:08.146Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:08.146Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:47:09.034Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:47:09.035Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:09.036Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:09.036Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379217133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-08T13:47:09.137Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:09.137Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:09.137Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:09.151Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:09.151Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:47:10.037Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:47:10.037Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:10.039Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:10.039Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379217133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:47:10.140Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:47:10.140Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:10.140Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:10.153Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:10.153Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:47:11.040Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:47:11.040Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:11.042Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:11.042Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379217133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:47:11.143Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:11.143Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:11.143Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:11.154Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:11.154Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:47:12.043Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:47:12.044Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:12.045Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:12.045Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379217133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:12.145Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:12.146Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:12.146Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:12.157Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:12.157Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:47:13.046Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:47:13.046Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:13.048Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:13.049Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379217133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-08T13:47:13.149Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:13.150Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:13.150Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:13.161Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:13.161Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:47:14.050Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:47:14.051Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:14.052Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:14.052Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379217133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:14.152Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:14.153Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:14.153Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:14.165Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:14.165Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:47:15.052Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:47:15.054Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:15.055Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:15.055Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379217133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:47:15.156Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:15.156Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:15.156Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:15.168Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:15.169Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:47:16.056Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "b150a041-df44-4eb4-8d2d-21c9309b0b8a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e8a83818-7367-4909-b1f2-385e7becf3e7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "6cd04169-2c60-41eb-9c98-0c22911729af",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f88f9dbd-b82d-4fba-a6f2-13eea255a2c8",
      "resourceInvariantUUID": "2aff3066-63f3-4d5b-920a-b36e6ba2f9b6",
      "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": "5cea1edb-8de7-4f03-ae23-84631ca43c85",
          "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": "3f3080a9-0e99-48f5-8b19-0dee976bf45c",
          "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": "ZWY4ZGQyYzI1ZWUxMjk2ODIzNjA0NjEyMTUwYjE2NzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "447c9f90-08c5-4ed2-8de9-302513ddcc1c",
          "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": "86676600-63a3-4b4c-933e-550c0a175c61",
          "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": "8ffa7a37-24f4-466c-ba9b-bdea6bcf5009",
            "generatedFromUUID": "86676600-63a3-4b4c-933e-550c0a175c61"
          },
          "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": "8ffa7a37-24f4-466c-ba9b-bdea6bcf5009",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Y2QyZDZjODViZGQzNTk3ZGYwZGNlOTAyYjM4YmZmMGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3ec5cd4-acc2-4358-b122-5d5331563124"
    }
  ],
  "workloadContext": "Production"
}
2021-11-08T13:47:16.057Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-08T13:47:16.057Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b150a041-df44-4eb4-8d2d-21c9309b0b8a ASDC
2021-11-08T13:47:16.057Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:17b34d54-0ef2-4db6-aaea-74bcd3e25e29
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b150a041-df44-4eb4-8d2d-21c9309b0b8a
ServiceInvariantUUID:e8a83818-7367-4909-b1f2-385e7becf3e7
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:d3ec5cd4-acc2-4358-b122-5d5331563124
ArtifactChecksum:Y2QyZDZjODViZGQzNTk3ZGYwZGNlOTAyYjM4YmZmMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:6cd04169-2c60-41eb-9c98-0c22911729af
ResourceInvariantUUID:2aff3066-63f3-4d5b-920a-b36e6ba2f9b6
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:f88f9dbd-b82d-4fba-a6f2-13eea255a2c8
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:5cea1edb-8de7-4f03-ae23-84631ca43c85
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:3f3080a9-0e99-48f5-8b19-0dee976bf45c
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:447c9f90-08c5-4ed2-8de9-302513ddcc1c
ArtifactChecksum:ZWY4ZGQyYzI1ZWUxMjk2ODIzNjA0NjEyMTUwYjE2NzE=
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:86676600-63a3-4b4c-933e-550c0a175c61
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:8ffa7a37-24f4-466c-ba9b-bdea6bcf5009
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:8ffa7a37-24f4-466c-ba9b-bdea6bcf5009
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-08T13:47:16.058Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b150a041-df44-4eb4-8d2d-21c9309b0b8a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:47:16.092Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:47:16.093Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-11-08T13:47:16.093Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-11-08T13:47:16.093Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d3ec5cd4-acc2-4358-b122-5d5331563124 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-08T13:47:16.094Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-11-08T13:47:16.094Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-08T13:47:16.713Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-11-08T13:47:16.719Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar d3ec5cd4-acc2-4358-b122-5d5331563124 68938
2021-11-08T13:47:16.720Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-08T13:47:16.720Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-08T13:47:16.720Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:47:16.720Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:16.722Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:16.723Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379236720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:16.823Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:16.823Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:16.823Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:16.836Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:16.836Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:47:17.723Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:47:17.724Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-11-08T13:47:17.724Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d3ec5cd4-acc2-4358-b122-5d5331563124, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-08T13:47:17.724Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-11-08T13:47:17.725Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-08T13:47:17.725Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-08T13:47:17.808Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1673776908726966731/Definitions/service-BasicCnf-template.yml
2021-11-08T13:47:18.800Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-08T13:47:18.800Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-11-08T13:47:18.801Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-08T13:47:18.801Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-11-08T13:47:18.801Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-08T13:47:18.801Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-08T13:47:18.801Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-08T13:47:18.801Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-08T13:47:18.801Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-11-08T13:47:18.801Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:18.802Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:47:18.802Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-08T13:47:18.802Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-11-08T13:47:18.802Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:47:18.803Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:18.803Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:47:18.803Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-08T13:47:18.803Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-11-08T13:47:18.803Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:47:18.803Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:18.803Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:47:18.804Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:18.804Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-08T13:47:18.804Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-11-08T13:47:18.804Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2021-11-08T13:47:18.804Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-08T13:47:18.804Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:18.805Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-08T13:47:18.805Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:18.805Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-08T13:47:18.805Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:47:18.805Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:18.805Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-08T13:47:18.806Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:47:18.806Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:18.806Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-08T13:47:18.806Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:47:18.806Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:18.806Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-08T13:47:18.807Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-08T13:47:18.807Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bca8d8f2-0606-4b42-b205-d381a4a310c4
2021-11-08T13:47:18.807Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:18.807Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:47:18.807Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:18.807Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:47:18.807Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:18.807Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:47:18.808Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:18.808Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:47:18.808Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b150a041-df44-4eb4-8d2d-21c9309b0b8a
Model Version:NULL
Model InvariantUuid:e8a83818-7367-4909-b1f2-385e7becf3e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:93699f0b-00fd-47b6-8290-dafa6556a5be
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2aff3066-63f3-4d5b-920a-b36e6ba2f9b6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6cd04169-2c60-41eb-9c98-0c22911729af
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3cab4cfc-190f-4606-b86b-e6ae9e03e10c
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:fdd45579-2b07-4456-8fd1-a0e004ca53b8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bca8d8f2-0606-4b42-b205-d381a4a310c4
ModelInvariantUuid:d922a97f-2bf2-495b-a55e-cf611686e173
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:6e2a6c7c-6df9-474e-a74f-e27d81b76f14
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:f20f09b1-c169-4808-9d9d-a04b70553f04
ModelInvariantUuid:acd00023-ce5b-44cb-ba9c-248594ea6b67
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:77415c9d-70e9-46ab-9426-d69236209434
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-08T13:47:18.816Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f88f9dbd-b82d-4fba-a6f2-13eea255a2c8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:47:18.818Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||basic_cnf 0
2021-11-08T13:47:18.819Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f88f9dbd-b82d-4fba-a6f2-13eea255a2c8
2021-11-08T13:47:18.819Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5cea1edb-8de7-4f03-ae23-84631ca43c85 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-08T13:47:18.819Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-11-08T13:47:18.819Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-08T13:47:18.932Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-11-08T13:47:18.932Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 5cea1edb-8de7-4f03-ae23-84631ca43c85 12
2021-11-08T13:47:18.932Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-11-08T13:47:18.933Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-08T13:47:18.933Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:47:18.933Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:18.935Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:18.935Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379238932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:19.035Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:19.035Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:19.036Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:19.048Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:19.048Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:47:19.935Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3f3080a9-0e99-48f5-8b19-0dee976bf45c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-08T13:47:19.936Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-11-08T13:47:19.936Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-08T13:47:19.988Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-11-08T13:47:19.988Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 3f3080a9-0e99-48f5-8b19-0dee976bf45c 2688
2021-11-08T13:47:19.988Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-11-08T13:47:19.988Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-08T13:47:19.988Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:47:19.989Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:19.990Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:19.990Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379239988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:20.091Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:20.091Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:20.091Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:20.105Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:20.105Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:47:20.992Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 447c9f90-08c5-4ed2-8de9-302513ddcc1c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-08T13:47:20.992Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-11-08T13:47:20.993Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-08T13:47:21.195Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-11-08T13:47:21.195Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 447c9f90-08c5-4ed2-8de9-302513ddcc1c 828
2021-11-08T13:47:21.196Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-11-08T13:47:21.196Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-08T13:47:21.196Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:47:21.196Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:21.198Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:21.198Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379241196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:21.299Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:21.299Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:21.299Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:21.312Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:21.313Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:47:22.199Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3cab4cfc-190f-4606-b86b-e6ae9e03e10c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fdd45579-2b07-4456-8fd1-a0e004ca53b8",
    "vfModuleModelCustomizationUUID": "a2f4560c-8010-406c-a424-85b8baff096d",
    "isBase": true,
    "artifacts": [
      "3f3080a9-0e99-48f5-8b19-0dee976bf45c",
      "86676600-63a3-4b4c-933e-550c0a175c61",
      "8ffa7a37-24f4-466c-ba9b-bdea6bcf5009"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-08T13:47:22.203Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fdd45579-2b07-4456-8fd1-a0e004ca53b8
VfModuleModelInvariantUUID:3cab4cfc-190f-4606-b86b-e6ae9e03e10c
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f3080a9-0e99-48f5-8b19-0dee976bf45c
,
86676600-63a3-4b4c-933e-550c0a175c61
,
8ffa7a37-24f4-466c-ba9b-bdea6bcf5009

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

isBase:true


}

2021-11-08T13:47:22.205Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3cab4cfc-190f-4606-b86b-e6ae9e03e10c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fdd45579-2b07-4456-8fd1-a0e004ca53b8",
    "vfModuleModelCustomizationUUID": "a2f4560c-8010-406c-a424-85b8baff096d",
    "isBase": true,
    "artifacts": [
      "3f3080a9-0e99-48f5-8b19-0dee976bf45c",
      "86676600-63a3-4b4c-933e-550c0a175c61",
      "8ffa7a37-24f4-466c-ba9b-bdea6bcf5009"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-08T13:47:22.205Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fdd45579-2b07-4456-8fd1-a0e004ca53b8
VfModuleModelInvariantUUID:3cab4cfc-190f-4606-b86b-e6ae9e03e10c
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f3080a9-0e99-48f5-8b19-0dee976bf45c
,
86676600-63a3-4b4c-933e-550c0a175c61
,
8ffa7a37-24f4-466c-ba9b-bdea6bcf5009

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

isBase:true


}

2021-11-08T13:47:22.205Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 86676600-63a3-4b4c-933e-550c0a175c61 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-08T13:47:22.206Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-11-08T13:47:22.206Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-08T13:47:22.396Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-11-08T13:47:22.397Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 86676600-63a3-4b4c-933e-550c0a175c61 1164
2021-11-08T13:47:22.397Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-11-08T13:47:22.397Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-08T13:47:22.397Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:47:22.398Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:22.400Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:22.400Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379242397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:22.500Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:22.501Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:22.501Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:22.513Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:22.513Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:47:23.401Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8ffa7a37-24f4-466c-ba9b-bdea6bcf5009 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-08T13:47:23.401Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-11-08T13:47:23.401Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-08T13:47:23.509Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-11-08T13:47:23.509Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8ffa7a37-24f4-466c-ba9b-bdea6bcf5009 200
2021-11-08T13:47:23.509Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-11-08T13:47:23.510Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-08T13:47:23.510Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:47:23.510Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:23.511Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:23.511Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379243509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:23.612Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:23.612Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:23.612Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:23.625Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:23.625Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:47:24.512Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b150a041-df44-4eb4-8d2d-21c9309b0b8a
2021-11-08T13:47:24.513Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f88f9dbd-b82d-4fba-a6f2-13eea255a2c8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-11-08T13:47:24.525Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:47:24.528Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@537ca548, org.onap.sdc.toscaparser.api.parameters.Input@7394d7c, org.onap.sdc.toscaparser.api.parameters.Input@3f1cada9, org.onap.sdc.toscaparser.api.parameters.Input@41bf13ec, org.onap.sdc.toscaparser.api.parameters.Input@77dfa876]
2021-11-08T13:47:24.529Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:24.529Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:47:24.529Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-11-08T13:47:24.529Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 6cd04169-2c60-41eb-9c98-0c22911729af
2021-11-08T13:47:24.530Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6cd04169-2c60-41eb-9c98-0c22911729af matches Tosca VF Customization UUID: 6cd04169-2c60-41eb-9c98-0c22911729af
2021-11-08T13:47:24.530Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 6cd04169-2c60-41eb-9c98-0c22911729af  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-08T13:47:24.531Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:24.532Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:47:24.532Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 6cd04169-2c60-41eb-9c98-0c22911729af: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-11-08T13:47:24.532Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@597285da
2021-11-08T13:47:24.532Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:24.532Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-08T13:47:24.533Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a2f4560c-8010-406c-a424-85b8baff096d
2021-11-08T13:47:24.533Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a2f4560c-8010-406c-a424-85b8baff096d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-08T13:47:24.534Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:24.535Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-08T13:47:24.535Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:47:24.535Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:24.535Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-08T13:47:24.535Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:47:24.535Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:24.536Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-08T13:47:24.536Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-08T13:47:24.536Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bca8d8f2-0606-4b42-b205-d381a4a310c4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-08T13:47:24.538Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:24.538Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-08T13:47:24.538Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:47:24.538Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:24.538Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-08T13:47:24.538Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6cd04169-2c60-41eb-9c98-0c22911729af
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:47:24.540Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:24.540Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:47:24.540Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b150a041-df44-4eb4-8d2d-21c9309b0b8a: basic_cnf
2021-11-08T13:47:24.540Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:24.540Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:47:24.541Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:24.541Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:47:24.541Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:24.541Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:47:24.541Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:24.541Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:47:24.541Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-08T13:47:24.542Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:47:24.542Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:47:24.596Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f88f9dbd-b82d-4fba-a6f2-13eea255a2c8 1 ASDC deployResourceStructure
2021-11-08T13:47:24.597Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-11-08T13:47:24.597Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-11-08T13:47:24.597Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-08T13:47:24.598Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:24.599Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:24.600Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379244596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-08T13:47:24.700Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:24.700Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:24.700Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:24.712Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:24.712Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:47:25.601Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-11-08T13:47:25.601Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-11-08T13:47:25.601Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-08T13:47:25.601Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:25.603Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:25.603Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379245601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-08T13:47:25.703Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:25.704Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:25.704Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:25.716Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:25.717Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:47:26.604Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-11-08T13:47:26.604Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-08T13:47:26.604Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:47:26.605Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:26.607Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:26.607Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379246604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:47:26.707Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:26.708Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:26.708Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:26.721Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:26.721Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:47:27.608Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-11-08T13:47:27.609Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-08T13:47:27.609Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:47:27.609Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:27.611Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:27.611Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379247608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-08T13:47:27.711Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:27.712Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:27.712Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:27.728Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:27.729Z||pool-131-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:47:28.612Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-11-08T13:47:28.612Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-08T13:47:28.612Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:47:28.613Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:28.614Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:28.614Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379248612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-08T13:47:28.714Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:28.715Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:28.715Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:28.728Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:28.729Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:47:29.615Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-08T13:47:29.615Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-08T13:47:29.615Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:47:29.615Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:47:29.617Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:47:29.617Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379249615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:47:29.717Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:47:29.718Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:47:29.718Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:29.730Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:29.731Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:47:30.618Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17b34d54-0ef2-4db6-aaea-74bcd3e25e29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:47:30.626Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17b34d54-0ef2-4db6-aaea-74bcd3e25e29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:47:30.627Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:47:30.627Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-08T13:47:30.627Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-08T13:47:57.134Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:47:57.135Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:47:57.135Z|c99b620f-34e5-4f5c-b151-bc37561e7435|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:47:57.256Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:47:57.763Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.764Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379217133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.764Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.764Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.764Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636379222487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.765Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.765Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.765Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "dcae-sch",
  "timestamp": 1636379219181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.765Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.765Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.765Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "cds",
  "timestamp": 1636379221524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.765Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.766Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.766Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "dcae-sch",
  "timestamp": 1636379219181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.766Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.766Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.766Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379217133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.766Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.766Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.766Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636379222487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.767Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.767Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.767Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "cds",
  "timestamp": 1636379221524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.767Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.767Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.767Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "dcae-sch",
  "timestamp": 1636379219181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.767Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.767Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.767Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636379222487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.767Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.767Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.767Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "cds",
  "timestamp": 1636379221524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.768Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.768Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.768Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379217133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.768Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.768Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.768Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636379228488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.768Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.768Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.768Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "clamp",
  "timestamp": 1636379228881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.768Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.768Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.768Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636379229326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.769Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.769Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.769Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "dcae-sch",
  "timestamp": 1636379219181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.769Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.769Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.769Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379217133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.769Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.769Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.769Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636379222487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.769Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.769Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.769Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "cds",
  "timestamp": 1636379221524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.769Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.770Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.770Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636379228488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.770Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.770Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.770Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "clamp",
  "timestamp": 1636379228881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.770Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.770Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.770Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636379229326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.770Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.770Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.770Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636379222487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.770Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.771Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.771Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379217133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.771Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.771Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.771Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "cds",
  "timestamp": 1636379221524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.771Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.771Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.771Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "dcae-sch",
  "timestamp": 1636379219181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.771Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.772Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.772Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636379228488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.772Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.772Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.772Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "clamp",
  "timestamp": 1636379228881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.772Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.772Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.772Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636379229326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.773Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.773Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.773Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636379222487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.773Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.773Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.773Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379217133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.773Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.773Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.774Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "cds",
  "timestamp": 1636379221524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.774Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.774Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.774Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "dcae-sch",
  "timestamp": 1636379219181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.774Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.774Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.774Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636379228488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.775Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.775Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.775Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "clamp",
  "timestamp": 1636379228881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.775Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.775Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.775Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636379229326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.775Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.775Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.775Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636379222487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.776Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.776Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.776Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "cds",
  "timestamp": 1636379221524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.776Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.776Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.776Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "dcae-sch",
  "timestamp": 1636379219181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.776Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.776Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.776Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379217133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.777Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.777Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.777Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636379228488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.777Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.777Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.777Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "clamp",
  "timestamp": 1636379228881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.777Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.777Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.778Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636379229326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.778Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.778Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.778Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636379222487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.778Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.778Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.778Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "dcae-sch",
  "timestamp": 1636379219181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.779Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.779Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.779Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379217133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.779Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.779Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.779Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "cds",
  "timestamp": 1636379221524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.779Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.779Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.779Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636379228488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.780Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.780Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.780Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "clamp",
  "timestamp": 1636379228881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.780Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.780Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.780Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636379229326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.780Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.780Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.780Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "dcae-sch",
  "timestamp": 1636379219181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.781Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.781Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.781Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "cds",
  "timestamp": 1636379221524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.781Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.781Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.781Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379217133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.781Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.781Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.782Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636379222487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.782Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.782Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.782Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636379228488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.782Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.782Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.782Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "clamp",
  "timestamp": 1636379228881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.782Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.782Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.783Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636379229326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.783Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.783Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.783Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636379228488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.783Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.783Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.783Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "clamp",
  "timestamp": 1636379228881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.783Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.783Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.784Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "policy-id",
  "timestamp": 1636379236030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.784Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.784Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.784Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379236720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:57.784Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.784Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.784Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "cds",
  "timestamp": 1636379236745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:57.784Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.785Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.785Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636379229326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.785Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.785Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.785Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636379228488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.785Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.785Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.786Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "clamp",
  "timestamp": 1636379228881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.786Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.786Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.786Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "policy-id",
  "timestamp": 1636379236030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.786Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.786Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.787Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "cds",
  "timestamp": 1636379237751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:47:57.800Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17b34d54-0ef2-4db6-aaea-74bcd3e25e29
2021-11-08T13:47:57.800Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b34d54-0ef2-4db6-aaea-74bcd3e25e29 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:47:57.808Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.809Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636379229326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.809Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.809Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.809Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636379238428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:57.809Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.809Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.809Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "policy-id",
  "timestamp": 1636379236030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.809Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.810Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.810Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379238932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:57.810Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.810Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.810Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636379239119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:57.810Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.810Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.810Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "policy-id",
  "timestamp": 1636379236030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.810Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.810Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.810Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379239988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:57.810Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.810Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.811Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636379240174,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:57.811Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.811Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.811Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636379240598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:47:57.811Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.811Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.811Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "policy-id",
  "timestamp": 1636379236030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.811Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.811Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.811Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379241196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:57.811Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.811Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.811Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636379241233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:57.812Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.812Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.812Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636379241602,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:47:57.816Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17b34d54-0ef2-4db6-aaea-74bcd3e25e29
2021-11-08T13:47:57.816Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b34d54-0ef2-4db6-aaea-74bcd3e25e29 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:47:57.823Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.823Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "policy-id",
  "timestamp": 1636379236030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.823Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.823Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.823Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "aai-ml",
  "timestamp": 1636379241323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.824Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.824Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.824Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636379242311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:57.824Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.824Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.824Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379242397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:57.825Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.825Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.825Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "policy-id",
  "timestamp": 1636379236030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.825Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.825Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.825Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "aai-ml",
  "timestamp": 1636379241323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.826Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.826Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.826Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636379243357,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:47:57.831Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17b34d54-0ef2-4db6-aaea-74bcd3e25e29
2021-11-08T13:47:57.831Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b34d54-0ef2-4db6-aaea-74bcd3e25e29 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:47:57.838Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.839Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379243509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:57.839Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.839Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.839Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "policy-id",
  "timestamp": 1636379236030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.839Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.839Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.839Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "aai-ml",
  "timestamp": 1636379241323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.839Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.840Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.840Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636379244361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:47:57.840Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.840Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.840Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379244596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-08T13:47:57.840Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.840Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.840Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "policy-id",
  "timestamp": 1636379236030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.841Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.841Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.841Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "aai-ml",
  "timestamp": 1636379241323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.841Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.841Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.841Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379245601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-08T13:47:57.841Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.841Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.841Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "policy-id",
  "timestamp": 1636379245824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:57.841Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.842Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.842Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "aai-ml",
  "timestamp": 1636379241323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.842Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.842Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.842Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "clamp",
  "timestamp": 1636379246435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:57.842Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.842Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.842Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379246604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-08T13:47:57.842Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.842Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.842Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "policy-id",
  "timestamp": 1636379246832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:47:57.843Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.843Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.843Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "aai-ml",
  "timestamp": 1636379241323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.843Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.843Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.843Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379247608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-08T13:47:57.843Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.843Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.843Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "policy-id",
  "timestamp": 1636379247836,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:47:57.848Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17b34d54-0ef2-4db6-aaea-74bcd3e25e29
2021-11-08T13:47:57.848Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b34d54-0ef2-4db6-aaea-74bcd3e25e29 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-08T13:47:57.853Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.854Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "aai-ml",
  "timestamp": 1636379241323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.854Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.854Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.854Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "clamp",
  "timestamp": 1636379248448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:47:57.854Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.854Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.854Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379248612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-08T13:47:57.854Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.855Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.855Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "aai-ml",
  "timestamp": 1636379241323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-08T13:47:57.855Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.855Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.855Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "clamp",
  "timestamp": 1636379249451,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:47:57.859Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 17b34d54-0ef2-4db6-aaea-74bcd3e25e29
2021-11-08T13:47:57.859Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b34d54-0ef2-4db6-aaea-74bcd3e25e29 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:47:57.865Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.865Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379249615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:47:57.865Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.865Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.865Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "aai-ml",
  "timestamp": 1636379241323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-08T13:47:57.866Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-08T13:47:57.866Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.866Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "aai-ml",
  "timestamp": 1636379251332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-08T13:47:57.866Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.866Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.866Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "aai-ml",
  "timestamp": 1636379260229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-08T13:47:57.866Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:47:57.866Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:47:57.866Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "aai-ml",
  "timestamp": 1636379261233,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:47:57.870Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17b34d54-0ef2-4db6-aaea-74bcd3e25e29
2021-11-08T13:47:57.870Z|c99b620f-34e5-4f5c-b151-bc37561e7435|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b34d54-0ef2-4db6-aaea-74bcd3e25e29 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:48:00.627Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17b34d54-0ef2-4db6-aaea-74bcd3e25e29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:48:00.639Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17b34d54-0ef2-4db6-aaea-74bcd3e25e29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-08T13:48:00.642Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:48:00.642Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-08T13:48:00.642Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-08T13:48:00.642Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-08T13:48:00.642Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:48:00.643Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:48:00.643Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:48:00.643Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:48:00.643Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:48:00.643Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-08T13:48:00.643Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:48:00.647Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-08T13:48:30.648Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17b34d54-0ef2-4db6-aaea-74bcd3e25e29 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-08T13:48:30.655Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17b34d54-0ef2-4db6-aaea-74bcd3e25e29 and serviceModelVersionId: b150a041-df44-4eb4-8d2d-21c9309b0b8a
2021-11-08T13:48:30.655Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e8a83818-7367-4909-b1f2-385e7becf3e7
2021-11-08T13:48:30.656Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e8a83818-7367-4909-b1f2-385e7becf3e7/model-vers/model-ver/b150a041-df44-4eb4-8d2d-21c9309b0b8a?depth=0
2021-11-08T13:48:30.661Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-11-08T13:48:30.690Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8a83818-7367-4909-b1f2-385e7becf3e7/model-vers/model-ver/b150a041-df44-4eb4-8d2d-21c9309b0b8a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-08T13:48:30.691Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8a83818-7367-4909-b1f2-385e7becf3e7/model-vers/model-ver/b150a041-df44-4eb4-8d2d-21c9309b0b8a?depth=0|INFO|500||Invoke
2021-11-08T13:48:30.708Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8a83818-7367-4909-b1f2-385e7becf3e7/model-vers/model-ver/b150a041-df44-4eb4-8d2d-21c9309b0b8a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-08T13:48:30.951Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8a83818-7367-4909-b1f2-385e7becf3e7/model-vers/model-ver/b150a041-df44-4eb4-8d2d-21c9309b0b8a?depth=0|INFO|500||InvokeReturn
2021-11-08T13:48:30.951Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8a83818-7367-4909-b1f2-385e7becf3e7/model-vers/model-ver/b150a041-df44-4eb4-8d2d-21c9309b0b8a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211108-13:48:30:716-18672], vertex-id=[254040], Content-Length=[0], Date=[Mon, 08 Nov 2021 13:48:30 GMT], Content-Type=[application/json]}
2021-11-08T13:48:30.952Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-11-08T13:48:30.952Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-08T13:48:30.952Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:48:30.956Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-08T13:48:30.956Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17b34d54-0ef2-4db6-aaea-74bcd3e25e29 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-08T13:48:30.956Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-08T13:48:30.956Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:48:30.958Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:48:30.958Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379310956,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:48:31.058Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:48:31.059Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:48:31.059Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:48:31.077Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:48:31.078Z||pool-134-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-11-08T13:48:31.968Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:48:31.968Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:48:31.968Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:48:41.510Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:48:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:48:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:48:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:48:57.135Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:48:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:48:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:48:57.762Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:48:57.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-08T13:48:57.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b34d54-0ef2-4db6-aaea-74bcd3e25e29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636379310956,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:48:57.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:49:06.676Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:49:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:49:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:49:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:49:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:49:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:49:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:50:06.680Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:50:06.680Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:50:57.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:50:57.133Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:50:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:50:57.135Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:50:57.135Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:50:57.135Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:51:06.680Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:51:06.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:51:57.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:51:57.133Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:51:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:51:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:51:57.135Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:51:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:52:06.675Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:52:06.680Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:52:57.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:52:57.133Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:52:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:52:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:52:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:52:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:53:06.676Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:53:06.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:53:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:53:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:53:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:53:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:53:57.136Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:53:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:54:06.692Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:54:06.702Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:54:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:54:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:54:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:54:57.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:54:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:54:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:55:06.678Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:55:06.680Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:55:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:55:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:55:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:55:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:55:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:55:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:56:06.680Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:56:06.681Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:56:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:56:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:56:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:56:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:56:57.135Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:56:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:57:06.678Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:57:06.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:57:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:57:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:57:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:57:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:57:57.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:57:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:58:06.678Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:58:06.679Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:58:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:58:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:58:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:58:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:58:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:58:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:59:06.679Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:59:06.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T13:59:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:59:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:59:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:59:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:59:57.135Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:59:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T14:00:06.676Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T14:00:06.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T14:00:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T14:00:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T14:00:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T14:00:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T14:00:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T14:00:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T14:01:06.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T14:01:06.681Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T14:01:57.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T14:01:57.133Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T14:01:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T14:01:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T14:01:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T14:01:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T14:02:06.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T14:02:06.680Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T14:02:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T14:02:57.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T14:02:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T14:02:57.135Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T14:02:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T14:02:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T14:03:06.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T14:03:06.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T14:03:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T14:03:57.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T14:03:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T14:03:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T14:03:57.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T14:03:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T14:04:06.677Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T14:04:06.679Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T14:04:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T14:04:57.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T14:04:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T14:04:57.135Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T14:04:57.135Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T14:04:57.135Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|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 Y3x48We6GYbeDRW5) ...
2021-11-08T14:05:06.678Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T14:05:06.683Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T14:05:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T14:05:57.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T14:05:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T14:05:57.134Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T14:05:57.135Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T14:05:57.135Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|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 Y3x48We6GYbeDRW5) ...
2021-11-08T14:06:06.679Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T14:06:06.679Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T14:06:57.133Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T14:06:57.133Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T14:06:57.133Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|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 Y3x48We6GYbeDRW5) ...
2021-11-08T14:06:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T14:06:57.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T14:06:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T14:07:06.679Z|17b34d54-0ef2-4db6-aaea-74bcd3e25e29|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-08T14:07:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK