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-05T19:11:18.356Z||main|||||INFO|500||The following profiles are active: basic
2021-11-05T19:11:31.426Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-05T19:11:31.427Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-05T19:11:31.530Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-05T19:11:34.356Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-05T19:11:34.723Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-05T19:11:35.163Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-05T19:11:35.173Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-05T19:11:35.270Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-05T19:11:35.443Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-05T19:11:35.864Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-05T19:11:36.809Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-05T19:11:39.906Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-05T19:11:39.974Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-05T19:11:40.593Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-05T19:11:40.799Z||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-05T19:11:42.397Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-05T19:11:43.545Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-11-05T19:11:43.574Z||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$$2c0c0be2.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-05T19:11:43.575Z||main|||||WARN|500||The sdc end point is not alive
2021-11-05T19:11:47.084Z||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-05T19:11:50.515Z||main|||||WARN|500||---
2021-11-05T19:11:50.515Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-05T19:11:50.515Z||main|||||WARN|500||---
2021-11-05T19:11:51.000Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-05T19:11:56.514Z||main|||||INFO|500||Started Application in 43.837 seconds (JVM running for 45.222)
2021-11-05T19:11:56.531Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-05T19:11:56.533Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-05T19:11:56.544Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-05T19:11:56.613Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-05T19:11:56.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 00906a19-96c0-4817-a9b0-55aa5ad8bdea url= /sdc/v1/artifactTypes
2021-11-05T19:11:56.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-05T19:11:57.020Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-05T19:11:57.044Z||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-05T19:11:57.084Z||scheduling-1|||||DEBUG|500||create keys
2021-11-05T19:11:57.095Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-05T19:11:57.488Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:11:57.507Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5d8ce18b-ae70-4b94-958d-05a279371bd0 url= /sdc/v1/registerForDistribution
2021-11-05T19:11:57.608Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5d8ce18b-ae70-4b94-958d-05a279371bd0 url= /sdc/v1/registerForDistribution
2021-11-05T19:11:57.609Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-05T19:11:57.618Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:11:57.619Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:11:57.623Z||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-05T19:11:57.624Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:11:57.624Z||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-05T19:11:57.624Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:11:57.624Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-05T19:12:09.120Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:12:09.619Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:12:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:12:57.618Z||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-05T19:12:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:12:57.619Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:12:57.619Z||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-05T19:12:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:13:07.171Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:13:07.174Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:13:57.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:13:57.618Z||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-05T19:13:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:13:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:13:57.620Z||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-05T19:13:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:14:07.169Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:14:07.170Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:14:57.617Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:14:57.618Z||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-05T19:14:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:14:57.619Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:14:57.621Z||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-05T19:14:57.621Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:15:07.170Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:15:07.171Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:15:57.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:15:57.618Z||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-05T19:15:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:15:57.619Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:15:57.620Z||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-05T19:15:57.621Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:16:07.178Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:16:07.179Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:16:57.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:16:57.618Z||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-05T19:16:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:16:57.619Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:16:57.619Z||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-05T19:16:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:17:07.163Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:17:07.166Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:17:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:17:57.618Z||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-05T19:17:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:17:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:17:57.620Z||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-05T19:17:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:18:07.162Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:18:07.164Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:18:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:18:57.618Z||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-05T19:18:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:18:57.619Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:18:57.619Z||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-05T19:18:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:19:07.159Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:19:07.162Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:19:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:19:57.618Z||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-05T19:19:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:19:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:19:57.619Z||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-05T19:19:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:20:07.161Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:20:07.162Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:20:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:20:57.618Z||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-05T19:20:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:20:57.619Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:20:57.619Z||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-05T19:20:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:21:07.167Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:21:07.167Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:21:09.712Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-05T19:21:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:21:57.618Z||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-05T19:21:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:21:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:21:57.620Z||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-05T19:21:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:22:07.159Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:22:07.175Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:22:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:22:57.618Z||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-05T19:22:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:22:57.619Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:22:57.619Z||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-05T19:22:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:23:07.164Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:23:07.167Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:23:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:23:57.618Z||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-05T19:23:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:23:57.619Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:23:57.619Z||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-05T19:23:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:24:07.169Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:24:07.171Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:24:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:24:57.618Z||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-05T19:24:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:24:57.619Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:24:57.620Z||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-05T19:24:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:25:07.160Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:25:07.165Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:25:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:25:57.618Z||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-05T19:25:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:25:57.619Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:25:57.619Z||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-05T19:25:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:26:07.158Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:26:07.158Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:26:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:26:57.618Z||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-05T19:26:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:26:57.619Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:26:57.619Z||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-05T19:26:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:27:07.165Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:27:07.175Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:27:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:27:57.618Z||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-05T19:27:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:27:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:27:57.619Z||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-05T19:27:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:28:07.166Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:28:07.173Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:28:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:28:57.618Z||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-05T19:28:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:28:57.619Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:28:57.619Z||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-05T19:28:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:29:07.174Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:29:07.174Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:29:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:29:57.618Z||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-05T19:29:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:29:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:29:57.619Z||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-05T19:29:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:30:07.170Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:30:07.172Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:30:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:30:57.618Z||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-05T19:30:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:30:57.620Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:30:57.620Z||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-05T19:30:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:31:07.163Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:31:07.165Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:31:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:31:57.618Z||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-05T19:31:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:31:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:31:57.619Z||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-05T19:31:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:32:07.161Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:32:07.166Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:32:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:32:57.618Z||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-05T19:32:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:32:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:32:57.619Z||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-05T19:32:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:33:07.180Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:33:07.199Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:33:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:33:57.618Z||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-05T19:33:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:33:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:33:57.619Z||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-05T19:33:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:34:07.167Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:34:07.175Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:34:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:34:57.618Z||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-05T19:34:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:34:57.619Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:34:57.619Z||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-05T19:34:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:35:07.162Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:35:07.163Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:35:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:35:57.618Z||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-05T19:35:57.619Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:35:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:35:57.619Z||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-05T19:35:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:36:07.164Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:36:07.166Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:36:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:36:57.618Z||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-05T19:36:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:36:57.621Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:36:57.621Z||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-05T19:36:57.622Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:37:07.161Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:37:07.165Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:37:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:37:57.618Z||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-05T19:37:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:37:57.619Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:37:57.620Z||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-05T19:37:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:38:07.162Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:38:07.162Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:38:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:38:57.618Z||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-05T19:38:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:38:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:38:57.619Z||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-05T19:38:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:39:07.158Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:39:07.158Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:39:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:39:57.618Z||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-05T19:39:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:39:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:39:57.619Z||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-05T19:39:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:40:07.165Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:40:07.167Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:40:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:40:57.618Z||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-05T19:40:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:40:57.619Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:40:57.619Z||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-05T19:40:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:41:07.168Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:41:07.217Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:41:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:41:57.618Z||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-05T19:41:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:41:57.619Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:41:57.619Z||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-05T19:41:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:42:07.165Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:42:07.166Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:42:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:42:57.618Z||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-05T19:42:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:42:57.619Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:42:57.619Z||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-05T19:42:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:43:07.157Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:43:07.162Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:43:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:43:57.618Z||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-05T19:43:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:43:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:43:57.620Z||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-05T19:43:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:44:07.161Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:44:07.162Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:44:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:44:57.618Z||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-05T19:44:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:44:57.619Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:44:57.619Z||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-05T19:44:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:45:07.157Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:45:07.157Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:45:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:45:57.618Z||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-05T19:45:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:45:57.619Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:45:57.619Z||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-05T19:45:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:46:07.165Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:46:07.165Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:46:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:46:57.618Z||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-05T19:46:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:46:57.619Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:46:57.619Z||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-05T19:46:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:47:07.164Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:47:07.166Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:47:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:47:57.618Z||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-05T19:47:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:47:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:47:57.619Z||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-05T19:47:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:48:07.161Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:48:07.162Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:48:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:48:57.618Z||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-05T19:48:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:48:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:48:57.619Z||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-05T19:48:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:49:07.162Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:49:07.165Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:49:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:49:57.617Z||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-05T19:49:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:49:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:49:57.619Z||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-05T19:49:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:50:07.164Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:50:07.164Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:50:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:50:57.617Z||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-05T19:50:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:50:57.619Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:50:57.619Z||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-05T19:50:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:51:07.165Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:51:07.171Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:51:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:51:57.618Z||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-05T19:51:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:51:57.619Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:51:57.619Z||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-05T19:51:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:52:07.162Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:52:07.162Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:52:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:52:57.618Z||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-05T19:52:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:52:57.619Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:52:57.619Z||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-05T19:52:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:53:07.158Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:53:07.159Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:53:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:53:57.618Z||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-05T19:53:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:53:57.619Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:53:57.619Z||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-05T19:53:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:54:07.172Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:54:07.174Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:54:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:54:57.617Z||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-05T19:54:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:54:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:54:57.619Z||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-05T19:54:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:55:07.162Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:55:07.163Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:55:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:55:57.617Z||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-05T19:55:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:55:57.619Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:55:57.619Z||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-05T19:55:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:56:07.161Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:56:07.162Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:56:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:56:57.617Z||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-05T19:56:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:56:57.619Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:56:57.619Z||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-05T19:56:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:57:07.160Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:57:07.160Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:57:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:57:57.617Z||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-05T19:57:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:57:57.619Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:57:57.619Z||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-05T19:57:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:58:07.180Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:58:07.185Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:58:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:58:57.618Z||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-05T19:58:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:58:57.619Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:58:57.619Z||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-05T19:58:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:59:07.164Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:59:07.164Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T19:59:57.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:59:57.617Z||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-05T19:59:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T19:59:57.619Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T19:59:57.621Z||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-05T19:59:57.621Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:00:07.161Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:00:07.167Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:00:57.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:00:57.617Z||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-05T20:00:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:00:57.619Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:00:57.619Z||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-05T20:00:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:01:07.160Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:01:07.161Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:01:57.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:01:57.618Z||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-05T20:01:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:01:57.619Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:01:57.619Z||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-05T20:01:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:02:07.163Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:02:07.163Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:02:57.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:02:57.617Z||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-05T20:02:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:02:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:02:57.620Z||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-05T20:02:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:03:07.159Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:03:07.160Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:03:57.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:03:57.618Z||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-05T20:03:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:03:57.619Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:03:57.619Z||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-05T20:03:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:04:07.161Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:04:07.205Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:04:57.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:04:57.618Z||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-05T20:04:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:04:57.619Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:04:57.619Z||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-05T20:04:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:05:07.163Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:05:07.163Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:05:57.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:05:57.618Z||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-05T20:05:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:05:57.619Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:05:57.619Z||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-05T20:05:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:06:07.160Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:06:07.160Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:06:57.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:06:57.617Z||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-05T20:06:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:06:57.619Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:06:57.619Z||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-05T20:06:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:07:07.162Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:07:07.162Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:07:57.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:07:57.617Z||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-05T20:07:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:07:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:07:57.619Z||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-05T20:07:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:08:07.157Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:08:07.158Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:08:57.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:08:57.617Z||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-05T20:08:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:08:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:08:57.619Z||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-05T20:08:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:09:07.162Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:09:07.167Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:09:57.617Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:09:57.619Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:09:57.619Z||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-05T20:09:57.619Z||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-05T20:09:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:09:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:10:07.165Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:10:07.165Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:10:57.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:10:57.617Z||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-05T20:10:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:10:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:10:57.619Z||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-05T20:10:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:11:07.158Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:11:07.159Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:11:57.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:11:57.618Z||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-05T20:11:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:11:57.619Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:11:57.619Z||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-05T20:11:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:12:07.159Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:12:07.159Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:12:57.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:12:57.618Z||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-05T20:12:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:12:57.619Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:12:57.619Z||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-05T20:12:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:13:07.162Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:13:07.163Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:13:57.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:13:57.618Z||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-05T20:13:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:13:57.619Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:13:57.619Z||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-05T20:13:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:14:07.161Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:14:07.161Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:14:57.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:14:57.617Z||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-05T20:14:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:14:57.619Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:14:57.619Z||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-05T20:14:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:15:07.159Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:15:07.160Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:15:57.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:15:57.618Z||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-05T20:15:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:15:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:15:57.619Z||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-05T20:15:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:16:07.158Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:16:07.159Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:16:57.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:16:57.618Z||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-05T20:16:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:16:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:16:57.619Z||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-05T20:16:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:17:07.160Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:17:07.165Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:17:57.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:17:57.618Z||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-05T20:17:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:17:57.619Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:17:57.619Z||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-05T20:17:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:18:07.160Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:18:07.161Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:18:57.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:18:57.618Z||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-05T20:18:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:18:57.619Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:18:57.619Z||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-05T20:18:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:19:07.160Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:19:07.161Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:19:57.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:19:57.618Z||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-05T20:19:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:19:57.619Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:19:57.619Z||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-05T20:19:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:20:07.163Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:20:07.164Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:20:57.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:20:57.617Z||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-05T20:20:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:20:57.619Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:20:57.619Z||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-05T20:20:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:21:07.158Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:21:07.158Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:21:57.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:21:57.618Z||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-05T20:21:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:21:57.619Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:21:57.619Z||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-05T20:21:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:22:07.159Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:22:07.162Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:22:57.617Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:22:57.617Z||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-05T20:22:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:22:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:22:57.619Z||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-05T20:22:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:23:07.162Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:23:07.162Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:23:57.617Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:23:57.617Z||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-05T20:23:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:23:57.619Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:23:57.620Z||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-05T20:23:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:24:07.157Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:24:07.157Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:24:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:24:57.617Z||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-05T20:24:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:24:57.619Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:24:57.619Z||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-05T20:24:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:25:07.158Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:25:07.160Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:25:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:25:57.618Z||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-05T20:25:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:25:57.619Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:25:57.619Z||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-05T20:25:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:26:07.161Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:26:07.162Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:26:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:26:57.617Z||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-05T20:26:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:26:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:26:57.619Z||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-05T20:26:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:27:07.160Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:27:07.160Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:27:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:27:57.617Z||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-05T20:27:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:27:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:27:57.619Z||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-05T20:27:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:28:07.158Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:28:07.158Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:28:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:28:57.617Z||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-05T20:28:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:28:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:28:57.619Z||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-05T20:28:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:29:07.158Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:29:07.158Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:29:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:29:57.617Z||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-05T20:29:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:29:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:29:57.619Z||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-05T20:29:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:30:07.161Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:30:07.162Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:30:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:30:57.617Z||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-05T20:30:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:30:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:30:57.619Z||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-05T20:30:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:31:07.160Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:31:07.160Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:31:57.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:31:57.618Z||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-05T20:31:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:31:57.619Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:31:57.620Z||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-05T20:31:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:32:07.161Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:32:07.164Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:32:57.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:32:57.617Z||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-05T20:32:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:32:57.619Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:32:57.619Z||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-05T20:32:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:33:07.164Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:33:07.166Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:33:57.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:33:57.617Z||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-05T20:33:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:33:57.619Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:33:57.619Z||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-05T20:33:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:34:07.160Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:34:07.161Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:34:57.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:34:57.617Z||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-05T20:34:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:34:57.619Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:34:57.619Z||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-05T20:34:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:35:07.163Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:35:07.164Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:35:57.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:35:57.617Z||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-05T20:35:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:35:57.619Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:35:57.619Z||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-05T20:35:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:36:07.158Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:36:07.159Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:36:57.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:36:57.617Z||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-05T20:36:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:36:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:36:57.619Z||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-05T20:36:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:37:07.163Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:37:07.164Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:37:57.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:37:57.617Z||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-05T20:37:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:37:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:37:57.619Z||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-05T20:37:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:38:07.165Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:38:07.165Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:38:57.617Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:38:57.618Z||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-05T20:38:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:38:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:38:57.619Z||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-05T20:38:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:39:07.159Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:39:07.160Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:39:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:39:57.617Z||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-05T20:39:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:39:57.618Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:39:57.619Z||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-05T20:39:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:40:07.159Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:40:07.162Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:40:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:40:57.617Z||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-05T20:40:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:40:57.619Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:40:57.619Z||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-05T20:40:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:41:07.162Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:41:07.163Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:41:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:41:57.617Z||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-05T20:41:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:41:57.619Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:41:57.619Z||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-05T20:41:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:42:07.157Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:42:07.158Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:42:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:42:57.618Z||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-05T20:42:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:42:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:42:57.619Z||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-05T20:42:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:43:07.162Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:43:07.164Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:43:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:43:57.617Z||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-05T20:43:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:43:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:43:57.619Z||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-05T20:43:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:44:07.159Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:44:07.163Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:44:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:44:57.617Z||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-05T20:44:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:44:57.619Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:44:57.619Z||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-05T20:44:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:45:07.159Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:45:07.159Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:45:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:45:57.617Z||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-05T20:45:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:45:57.619Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:45:57.619Z||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-05T20:45:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:46:07.160Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:46:07.163Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:46:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:46:57.617Z||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-05T20:46:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:46:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:46:57.619Z||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-05T20:46:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:47:07.157Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:47:07.164Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:47:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:47:57.617Z||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-05T20:47:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:47:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:47:57.619Z||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-05T20:47:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:48:07.161Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:48:07.165Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:48:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:48:57.617Z||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-05T20:48:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:48:57.619Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:48:57.619Z||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-05T20:48:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:49:07.158Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:49:07.158Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:49:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:49:57.618Z||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-05T20:49:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:49:57.619Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:49:57.619Z||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-05T20:49:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:50:07.161Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:50:07.163Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:50:57.617Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:50:57.617Z||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-05T20:50:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:50:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:50:57.619Z||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-05T20:50:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:50:58.087Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:50:58.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145449035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.107Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636145445920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.107Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "policy-id",
  "timestamp": 1636145444012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.108Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145449035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T20:50:58.108Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636145445920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.108Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "policy-id",
  "timestamp": 1636145444012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.108Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145449035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-05T20:50:58.109Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636145445920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.109Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "policy-id",
  "timestamp": 1636145444012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-05T20:50:58.109Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "clamp",
  "timestamp": 1636145452782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.109Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145449035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.110Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636145445920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.110Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "policy-id",
  "timestamp": 1636145444012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.110Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "clamp",
  "timestamp": 1636145452782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T20:50:58.110Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145449035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-05T20:50:58.110Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "policy-id",
  "timestamp": 1636145444012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636145445920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "cds",
  "timestamp": 1636145454310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "clamp",
  "timestamp": 1636145452782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145449035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636145445920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "policy-id",
  "timestamp": 1636145444012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "cds",
  "timestamp": 1636145454310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "clamp",
  "timestamp": 1636145452782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "dcae-sch",
  "timestamp": 1636145455810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145449035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T20:50:58.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636145445920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "policy-id",
  "timestamp": 1636145444012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T20:50:58.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "cds",
  "timestamp": 1636145454310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "clamp",
  "timestamp": 1636145452782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "dcae-sch",
  "timestamp": 1636145455810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:50:58.242Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:50:58.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T20:50:58.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d42f4012-8bb5-4110-907d-9f917154f7c9","serviceName":"vFW 2021-11-05 20-48-30","serviceVersion":"1.0","serviceUUID":"42883201-270e-4aa7-b87b-71a52500ac9c","serviceDescription":"catalog service description","serviceInvariantUUID":"7f9adc71-d620-4ad3-89d7-59e55ca8ee41","resources":[{"resourceInstanceName":"vFW 98acb0f2-f870 0","resourceName":"vFW 98acb0f2-f870","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9a7b1206-78e3-4404-88d7-74c78ad93265","resourceInvariantUUID":"8132e722-7e61-4fd8-94f6-8527f3271b8e","resourceCustomizationUUID":"239e140f-3770-42d2-85cf-932c2a3a6e1b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vf-license-model.xml","artifactChecksum":"NmI4Yjk4Njg5ZmNiYWMyYzNhZDc1OGRjY2Y5MGZmM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f3735435-8507-45f2-bc8f-f439fcb6ab20","artifactVersion":"1"},{"artifactName":"vfw98acb0f2f8700_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json","artifactChecksum":"NzIyNWQzOTg1Nzg5MDBmOGU2YmM5MmRiZWFiZWM1Y2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"78b9f3e3-1725-449b-9616-2140653b99b4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b0e5e87-0e85-4cd9-8262-0b5fd5d42c06","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vendor-license-model.xml","artifactChecksum":"MTNlZDE4YmQ0ZThlZWFiYmY5YWJhYmQ4NDFlYTNjZDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fe39cdbe-175b-4095-a361-465fc493d765","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b0ea7a8e-9ecb-4e7d-ab32-2686cd1dd064","artifactVersion":"2","generatedFromUUID":"2b0e5e87-0e85-4cd9-8262-0b5fd5d42c06"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211105204830-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-template.yml","artifactChecksum":"YjA2MTE0N2E5ZDE1YWFiYTIwMDhjZjE0YjhiODIwYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d660cdac-9133-4bf5-b2db-5fad9a381e6a","artifactVersion":"1"},{"artifactName":"service-Vfw20211105204830-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar","artifactChecksum":"NTZlZGVhMzdkYWU2MDc3MDI4ZTBiYzM5OTRmYjkwN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"778ad20b-9ee6-47ff-b8ff-8b282c082ee2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T20:50:58.250Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T20:50:58.257Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:50:58.265Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:50:58.265Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145457617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:50:58.366Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-05T20:50:58.370Z||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-05T20:50:58.371Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:50:58.382Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:50:58.383Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:50:59.272Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T20:50:59.272Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:50:59.274Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:50:59.274Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145457617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T20:50:59.374Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:50:59.375Z||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-05T20:50:59.375Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:50:59.385Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:50:59.385Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:51:00.274Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T20:51:00.275Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:51:00.277Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:51:00.277Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145457617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-05T20:51:00.377Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:51:00.378Z||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-05T20:51:00.378Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:51:00.388Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:51:00.389Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:51:01.278Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T20:51:01.279Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:51:01.281Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:51:01.281Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145457617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:51:01.381Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:51:01.382Z||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-05T20:51:01.382Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:51:01.394Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:51:01.394Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-05T20:51:02.282Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T20:51:02.283Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:51:02.285Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:51:02.286Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145457617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-05T20:51:02.386Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:51:02.386Z||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-05T20:51:02.387Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:51:02.399Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:51:02.399Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:51:03.286Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T20:51:03.287Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:51:03.289Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:51:03.289Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145457617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:51:03.394Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-11-05T20:51:03.395Z||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-05T20:51:03.395Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:51:03.405Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:51:03.406Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:51:04.290Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T20:51:04.291Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:51:04.293Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:51:04.293Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145457617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T20:51:04.394Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:51:04.394Z||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-05T20:51:04.394Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:51:04.404Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:51:04.405Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:51:05.295Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "serviceName": "vFW 2021-11-05 20-48-30",
  "serviceVersion": "1.0",
  "serviceUUID": "42883201-270e-4aa7-b87b-71a52500ac9c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7f9adc71-d620-4ad3-89d7-59e55ca8ee41",
  "resources": [
    {
      "resourceInstanceName": "vFW 98acb0f2-f870 0",
      "resourceCustomizationUUID": "239e140f-3770-42d2-85cf-932c2a3a6e1b",
      "resourceName": "vFW 98acb0f2-f870",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9a7b1206-78e3-4404-88d7-74c78ad93265",
      "resourceInvariantUUID": "8132e722-7e61-4fd8-94f6-8527f3271b8e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw98acb0f2f8700_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json",
          "artifactChecksum": "NzIyNWQzOTg1Nzg5MDBmOGU2YmM5MmRiZWFiZWM1Y2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "78b9f3e3-1725-449b-9616-2140653b99b4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b0e5e87-0e85-4cd9-8262-0b5fd5d42c06",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b0ea7a8e-9ecb-4e7d-ab32-2686cd1dd064",
            "generatedFromUUID": "2b0e5e87-0e85-4cd9-8262-0b5fd5d42c06"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b0ea7a8e-9ecb-4e7d-ab32-2686cd1dd064",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211105204830-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
      "artifactChecksum": "NTZlZGVhMzdkYWU2MDc3MDI4ZTBiYzM5OTRmYjkwN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "778ad20b-9ee6-47ff-b8ff-8b282c082ee2"
    }
  ],
  "workloadContext": "Production"
}
2021-11-05T20:51:05.296Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T20:51:05.297Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 42883201-270e-4aa7-b87b-71a52500ac9c ASDC
2021-11-05T20:51:05.391Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d42f4012-8bb5-4110-907d-9f917154f7c9
ServiceName:vFW 2021-11-05 20-48-30
ServiceVersion:1.0
ServiceUUID:42883201-270e-4aa7-b87b-71a52500ac9c
ServiceInvariantUUID:7f9adc71-d620-4ad3-89d7-59e55ca8ee41
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211105204830-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar
ArtifactUUID:778ad20b-9ee6-47ff-b8ff-8b282c082ee2
ArtifactChecksum:NTZlZGVhMzdkYWU2MDc3MDI4ZTBiYzM5OTRmYjkwN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 98acb0f2-f870 0
ResourceCustomizationUUID:239e140f-3770-42d2-85cf-932c2a3a6e1b
ResourceInvariantUUID:8132e722-7e61-4fd8-94f6-8527f3271b8e
ResourceName:vFW 98acb0f2-f870
ResourceType:VF
ResourceUUID:9a7b1206-78e3-4404-88d7-74c78ad93265
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw98acb0f2f8700_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json
ArtifactUUID:78b9f3e3-1725-449b-9616-2140653b99b4
ArtifactChecksum:NzIyNWQzOTg1Nzg5MDBmOGU2YmM5MmRiZWFiZWM1Y2U=
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/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml
ArtifactUUID:2b0e5e87-0e85-4cd9-8262-0b5fd5d42c06
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/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env
ArtifactUUID:b0ea7a8e-9ecb-4e7d-ab32-2686cd1dd064
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/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env
ArtifactUUID:b0ea7a8e-9ecb-4e7d-ab32-2686cd1dd064
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-05T20:51:05.391Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42883201-270e-4aa7-b87b-71a52500ac9c 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-05T20:51:05.840Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T20:51:05.841Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-05T20:51:05.841Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-05T20:51:05.841Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 778ad20b-9ee6-47ff-b8ff-8b282c082ee2 from URL: /sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar
2021-11-05T20:51:05.842Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-05T20:51:05.842Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar
2021-11-05T20:51:06.415Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-05T20:51:06.442Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar 778ad20b-9ee6-47ff-b8ff-8b282c082ee2 98928
2021-11-05T20:51:06.443Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar ASDC sendASDCNotification
2021-11-05T20:51:06.444Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar
2021-11-05T20:51:06.444Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T20:51:06.445Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:51:06.447Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:51:06.447Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145466443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:51:06.547Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:51:06.548Z||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-05T20:51:06.548Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:51:06.558Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:51:06.559Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-05T20:51:07.447Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T20:51:07.449Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-05T20:51:07.449Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 778ad20b-9ee6-47ff-b8ff-8b282c082ee2, URL: /sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar to file: /app/ASDC/1/service-Vfw20211105204830-csar.csar
2021-11-05T20:51:07.449Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211105204830-csar.csar
2021-11-05T20:51:07.528Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211105204830-csar.csar
2021-11-05T20:51:07.528Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211105204830-csar.csar
2021-11-05T20:51:08.546Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5576427623570034686/Definitions/service-Vfw20211105204830-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-11-05T20:51:11.443Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T20:51:11.449Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-05T20:51:11.449Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211105204830-csar.csar
2021-11-05T20:51:11.449Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-05T20:51:11.449Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||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-Vfw20211105204830-csar.csar
2021-11-05T20:51:11.449Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||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-Vfw20211105204830-csar.csar
2021-11-05T20:51:11.450Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211105204830-csar.csar
2021-11-05T20:51:11.450Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211105204830-csar.csar
2021-11-05T20:51:11.450Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211105204830-csar.csar
2021-11-05T20:51:11.450Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||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-Vfw20211105204830-csar.csar
2021-11-05T20:51:11.450Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211105204830-csar.csar
2021-11-05T20:51:11.450Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211105204830-csar.csar
2021-11-05T20:51:11.450Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211105204830-csar.csar
2021-11-05T20:51:11.450Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211105204830-csar.csar
2021-11-05T20:51:11.450Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 98acb0f2-f870 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-Vfw20211105204830-csar.csar
2021-11-05T20:51:11.450Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211105204830-csar.csar
2021-11-05T20:51:11.450Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211105204830-csar.csar
2021-11-05T20:51:11.451Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-05T20:51:11.478Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:11.479Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-05 20-48-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:51:11.484Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vFW 98acb0f2-f870 0 is matching search criteria
2021-11-05T20:51:11.484Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-05T20:51:11.485Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 98acb0f2-f870 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T20:51:11.490Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:11.490Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-05 20-48-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:51:11.490Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vFW 98acb0f2-f870 0 is matching search criteria
2021-11-05T20:51:11.491Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-05T20:51:11.491Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 98acb0f2-f870 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T20:51:11.491Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:11.491Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-05 20-48-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:51:11.496Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:11.496Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vFW 98acb0f2-f870 0 is not matching search criteria
2021-11-05T20:51:11.497Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T20:51:11.497Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-05T20:51:11.497Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-05T20:51:11.497Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-05T20:51:11.497Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T20:51:11.497Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-05T20:51:11.504Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T20:51:11.505Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-05T20:51:11.505Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-05T20:51:11.505Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-05T20:51:11.505Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-05T20:51:11.505Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-05T20:51:11.505Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-05T20:51:11.506Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-05T20:51:11.506Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T20:51:11.506Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-05T20:51:11.506Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:11.506Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-05 20-48-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T20:51:11.508Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:11.508Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vFW 98acb0f2-f870 0 is matching search criteria
2021-11-05T20:51:11.508Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 98acb0f2-f870 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T20:51:11.508Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:11.509Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vFW 98acb0f2-f870 0 is matching search criteria
2021-11-05T20:51:11.509Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 98acb0f2-f870 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T20:51:11.509Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:11.509Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vFW 98acb0f2-f870 0 is matching search criteria
2021-11-05T20:51:11.509Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 98acb0f2-f870 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T20:51:11.509Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:11.510Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vFW 98acb0f2-f870 0 is not matching search criteria
2021-11-05T20:51:11.510Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T20:51:11.510Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-05T20:51:11.510Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T20:51:11.510Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-05T20:51:11.510Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-05T20:51:11.510Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-05T20:51:11.511Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-05T20:51:11.511Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-05T20:51:11.511Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-05T20:51:11.511Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-05T20:51:11.511Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T20:51:11.511Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bbcd4f3d-1c11-4c92-8426-e6996f6190d5
2021-11-05T20:51:11.512Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:11.512Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vFW 98acb0f2-f870 0 is not matching search criteria
2021-11-05T20:51:11.512Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T20:51:11.512Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-05T20:51:11.512Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-05T20:51:11.512Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-05T20:51:11.512Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T20:51:11.513Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-05T20:51:11.513Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T20:51:11.513Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-05T20:51:11.513Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-05T20:51:11.513Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-05T20:51:11.513Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-05T20:51:11.513Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T20:51:11.513Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=66a59a3b-0cf7-45c3-8176-fa8695a665af
2021-11-05T20:51:11.514Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:11.514Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vFW 98acb0f2-f870 0 is not matching search criteria
2021-11-05T20:51:11.514Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T20:51:11.514Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-05T20:51:11.515Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-05T20:51:11.515Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-05T20:51:11.515Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T20:51:11.515Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-05T20:51:11.515Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T20:51:11.515Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-05T20:51:11.515Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-05T20:51:11.515Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-05T20:51:11.516Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-05T20:51:11.516Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-05T20:51:11.516Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=34446458-707b-44d3-a854-5090c49d108c
2021-11-05T20:51:11.516Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:11.516Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-05 20-48-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:51:11.516Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:11.517Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-05 20-48-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:51:11.517Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:11.517Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-05 20-48-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:51:11.517Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:11.517Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-05 20-48-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:51:11.517Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-05 20-48-30
Description:catalog service description
Model UUID:42883201-270e-4aa7-b87b-71a52500ac9c
Model Version:NULL
Model InvariantUuid:7f9adc71-d620-4ad3-89d7-59e55ca8ee41
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 98acb0f2-f870
Model UUID:2c3c22d8-01f9-4bb2-897d-b871b6712a8c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8132e722-7e61-4fd8-94f6-8527f3271b8e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:239e140f-3770-42d2-85cf-932c2a3a6e1b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6cf94b0a-2846-4a9f-8552-909a196c3eef
ModelName:Vfw98acb0f2F870..base_vfw..module-0
ModelUuid:77c0f5f4-e8c8-43ea-ad91-07ade0462779
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bbcd4f3d-1c11-4c92-8426-e6996f6190d5
ModelInvariantUuid:cc3d26a3-c034-4784-81c2-a42af38c634d
ModelName:vFW 98acb0f2-f870-nodes.vfwCvfc
ModelUuid:8d18034f-8097-437d-8403-db80a13e0c33
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d379f528-0833-4be1-845d-aef836917add
ModelInvariantUuid:463317f5-43f0-4837-87f2-04de2aec05f6
ModelName:Vfw98acb0f2F870.compute.nodes.heat.vfw
ModelUuid:81421c3a-7437-4fcc-95bc-f931ebefbf1d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:66a59a3b-0cf7-45c3-8176-fa8695a665af
ModelInvariantUuid:e8b7cc61-f78c-4069-b2ce-9c8b5d117e5c
ModelName:vFW 98acb0f2-f870-nodes.vsnCvfc
ModelUuid:3d4371b2-479b-47ea-a546-0abac7e24e71
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9c4a1cfc-77ab-4e0e-9ff2-308a238d99cf
ModelInvariantUuid:d46b3e1d-263c-4e08-b9b5-967bdb057cc1
ModelName:Vfw98acb0f2F870.compute.nodes.heat.vsn
ModelUuid:e089d332-3f11-4eab-b60f-745b763cad31
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:34446458-707b-44d3-a854-5090c49d108c
ModelInvariantUuid:c838e483-e28f-4947-8847-ed5845fd805b
ModelName:vFW 98acb0f2-f870-nodes.vpgCvfc
ModelUuid:c6b6f7a0-15e4-42d7-86fa-33118b39ec68
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:552ae26f-7e85-4cde-a4d2-5222a28e081a
ModelInvariantUuid:6f55a858-596c-4a09-8d43-55a2fef4caba
ModelName:Vfw98acb0f2F870.compute.nodes.heat.vpg
ModelUuid:4260f39a-109e-45f2-8e1b-a478ece3876d
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-05T20:51:11.779Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 9a7b1206-78e3-4404-88d7-74c78ad93265
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-05T20:51:12.775Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||vFW 98acb0f2-f870 0
2021-11-05T20:51:12.780Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9a7b1206-78e3-4404-88d7-74c78ad93265
2021-11-05T20:51:12.780Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 78b9f3e3-1725-449b-9616-2140653b99b4 from URL: /sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json
2021-11-05T20:51:12.780Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-05T20:51:12.781Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json
2021-11-05T20:51:12.839Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-05T20:51:12.839Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json 78b9f3e3-1725-449b-9616-2140653b99b4 785
2021-11-05T20:51:12.840Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json ASDC sendASDCNotification
2021-11-05T20:51:12.840Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json
2021-11-05T20:51:12.840Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T20:51:12.840Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:51:12.842Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:51:12.842Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145472840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:51:12.942Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:51:12.943Z||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-05T20:51:12.943Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:51:12.954Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:51:12.954Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:51:13.843Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw98acb0f2F870..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6cf94b0a-2846-4a9f-8552-909a196c3eef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "77c0f5f4-e8c8-43ea-ad91-07ade0462779",
    "vfModuleModelCustomizationUUID": "4b3512a9-bd71-4906-b294-338c1a4750a8",
    "isBase": true,
    "artifacts": [
      "2b0e5e87-0e85-4cd9-8262-0b5fd5d42c06",
      "b0ea7a8e-9ecb-4e7d-ab32-2686cd1dd064"
    ],
    "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-05T20:51:13.858Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw98acb0f2F870..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77c0f5f4-e8c8-43ea-ad91-07ade0462779
VfModuleModelInvariantUUID:6cf94b0a-2846-4a9f-8552-909a196c3eef
VfModuleModelDescription:NULL
Artifacts UUID List:{
2b0e5e87-0e85-4cd9-8262-0b5fd5d42c06
,
b0ea7a8e-9ecb-4e7d-ab32-2686cd1dd064

}
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-05T20:51:13.860Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw98acb0f2F870..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6cf94b0a-2846-4a9f-8552-909a196c3eef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "77c0f5f4-e8c8-43ea-ad91-07ade0462779",
    "vfModuleModelCustomizationUUID": "4b3512a9-bd71-4906-b294-338c1a4750a8",
    "isBase": true,
    "artifacts": [
      "2b0e5e87-0e85-4cd9-8262-0b5fd5d42c06",
      "b0ea7a8e-9ecb-4e7d-ab32-2686cd1dd064"
    ],
    "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-05T20:51:13.860Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw98acb0f2F870..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77c0f5f4-e8c8-43ea-ad91-07ade0462779
VfModuleModelInvariantUUID:6cf94b0a-2846-4a9f-8552-909a196c3eef
VfModuleModelDescription:NULL
Artifacts UUID List:{
2b0e5e87-0e85-4cd9-8262-0b5fd5d42c06
,
b0ea7a8e-9ecb-4e7d-ab32-2686cd1dd064

}
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-05T20:51:13.861Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2b0e5e87-0e85-4cd9-8262-0b5fd5d42c06 from URL: /sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml
2021-11-05T20:51:13.861Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-05T20:51:13.861Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml
2021-11-05T20:51:13.913Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-05T20:51:13.914Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml 2b0e5e87-0e85-4cd9-8262-0b5fd5d42c06 20368
2021-11-05T20:51:13.914Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-05T20:51:13.914Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml
2021-11-05T20:51:13.914Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T20:51:13.914Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:51:13.916Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:51:13.917Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145473914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:51:14.017Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T20:51:14.017Z||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-05T20:51:14.017Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:51:14.029Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:51:14.029Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:51:14.918Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b0ea7a8e-9ecb-4e7d-ab32-2686cd1dd064 from URL: /sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env
2021-11-05T20:51:14.918Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-05T20:51:14.918Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env
2021-11-05T20:51:15.011Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-05T20:51:15.012Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env b0ea7a8e-9ecb-4e7d-ab32-2686cd1dd064 2098
2021-11-05T20:51:15.012Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-05T20:51:15.013Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env
2021-11-05T20:51:15.013Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T20:51:15.013Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:51:15.016Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:51:15.017Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145475012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:51:15.117Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:51:15.117Z||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-05T20:51:15.118Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:51:15.127Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:51:15.128Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:51:16.017Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 42883201-270e-4aa7-b87b-71a52500ac9c
2021-11-05T20:51:16.018Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 98acb0f2-f870 0 9a7b1206-78e3-4404-88d7-74c78ad93265 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-05T20:51:16.796Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3acb7f94, org.onap.sdc.toscaparser.api.parameters.Input@7a5fa35e, org.onap.sdc.toscaparser.api.parameters.Input@ac22ccd, org.onap.sdc.toscaparser.api.parameters.Input@497cb503, org.onap.sdc.toscaparser.api.parameters.Input@282a5467]
2021-11-05T20:51:16.799Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:16.800Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-05 20-48-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:51:16.800Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-11-05T20:51:16.800Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 239e140f-3770-42d2-85cf-932c2a3a6e1b
2021-11-05T20:51:16.800Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 239e140f-3770-42d2-85cf-932c2a3a6e1b matches Tosca VF Customization UUID: 239e140f-3770-42d2-85cf-932c2a3a6e1b
2021-11-05T20:51:16.800Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 239e140f-3770-42d2-85cf-932c2a3a6e1b  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-05T20:51:16.809Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:16.809Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-05 20-48-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:51:16.811Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 239e140f-3770-42d2-85cf-932c2a3a6e1b: {\"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-05T20:51:16.811Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@12b4ada9
2021-11-05T20:51:16.811Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:16.811Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-05 20-48-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T20:51:16.811Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4b3512a9-bd71-4906-b294-338c1a4750a8
2021-11-05T20:51:16.812Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4b3512a9-bd71-4906-b294-338c1a4750a8
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-05T20:51:16.818Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:16.819Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vFW 98acb0f2-f870 0 is matching search criteria
2021-11-05T20:51:16.819Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 98acb0f2-f870 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T20:51:16.820Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:16.820Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vFW 98acb0f2-f870 0 is matching search criteria
2021-11-05T20:51:16.820Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 98acb0f2-f870 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T20:51:16.820Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:16.820Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vFW 98acb0f2-f870 0 is not matching search criteria
2021-11-05T20:51:16.820Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T20:51:16.821Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-05T20:51:16.821Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T20:51:16.821Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-05T20:51:16.821Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-05T20:51:16.821Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-05T20:51:16.821Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-05T20:51:16.821Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-05T20:51:16.822Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-05T20:51:16.822Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-05T20:51:16.822Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T20:51:16.822Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bbcd4f3d-1c11-4c92-8426-e6996f6190d5
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-05T20:51:16.830Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:16.830Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vFW 98acb0f2-f870 0 is matching search criteria
2021-11-05T20:51:16.831Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 98acb0f2-f870 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T20:51:16.831Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:16.831Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vFW 98acb0f2-f870 0 is not matching search criteria
2021-11-05T20:51:16.831Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T20:51:16.831Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-05T20:51:16.832Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-05T20:51:16.832Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-05T20:51:16.832Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T20:51:16.832Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-05T20:51:16.832Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T20:51:16.833Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-05T20:51:16.833Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-05T20:51:16.833Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-05T20:51:16.833Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-05T20:51:16.833Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T20:51:16.833Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=66a59a3b-0cf7-45c3-8176-fa8695a665af
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-05T20:51:16.841Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:16.842Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vFW 98acb0f2-f870 0 is matching search criteria
2021-11-05T20:51:16.843Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 98acb0f2-f870 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T20:51:16.846Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:16.846Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vFW 98acb0f2-f870 0 is not matching search criteria
2021-11-05T20:51:16.846Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T20:51:16.846Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-05T20:51:16.847Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-05T20:51:16.847Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-05T20:51:16.847Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T20:51:16.847Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-05T20:51:16.847Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T20:51:16.847Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-05T20:51:16.847Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-05T20:51:16.848Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-05T20:51:16.848Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-05T20:51:16.848Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-05T20:51:16.848Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=34446458-707b-44d3-a854-5090c49d108c
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-05T20:51:16.852Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:16.852Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vFW 98acb0f2-f870 0 is matching search criteria
2021-11-05T20:51:16.852Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 98acb0f2-f870 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T20:51:16.852Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:16.853Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Node template vFW 98acb0f2-f870 0 is matching search criteria
2021-11-05T20:51:16.853Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 98acb0f2-f870 0] matching following query criteria: sdcType=VF, customizationUUID=239e140f-3770-42d2-85cf-932c2a3a6e1b
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-05T20:51:16.855Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:16.856Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-05 20-48-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:51:16.856Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 42883201-270e-4aa7-b87b-71a52500ac9c: vFW 98acb0f2-f870
2021-11-05T20:51:16.856Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:16.871Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-05 20-48-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:51:16.872Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:16.872Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-05 20-48-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:51:16.872Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:16.873Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-05 20-48-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:51:16.873Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:16.873Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-05 20-48-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:51:16.873Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:51:16.873Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-05 20-48-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:51:16.874Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-11-05 20-48-30 
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-05T20:51:17.804Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 98acb0f2-f870 9a7b1206-78e3-4404-88d7-74c78ad93265 1 ASDC deployResourceStructure
2021-11-05T20:51:17.805Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json ASDC sendASDCNotification
2021-11-05T20:51:17.805Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json
2021-11-05T20:51:17.805Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T20:51:17.805Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:51:17.807Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:51:17.807Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145477805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T20:51:17.907Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:51:17.908Z||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-05T20:51:17.909Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:51:17.918Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:51:17.918Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:51:18.808Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-05T20:51:18.809Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml
2021-11-05T20:51:18.809Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T20:51:18.809Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:51:18.810Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:51:18.810Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145478808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T20:51:18.910Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:51:18.911Z||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-05T20:51:18.911Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:51:18.922Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:51:18.923Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:51:19.811Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-05T20:51:19.811Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env
2021-11-05T20:51:19.811Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T20:51:19.812Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:51:19.813Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:51:19.813Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145479811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-05T20:51:19.914Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:51:19.914Z||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-05T20:51:19.915Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:51:19.925Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:51:19.925Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:51:20.814Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar ASDC sendASDCNotification
2021-11-05T20:51:20.815Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar
2021-11-05T20:51:20.815Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T20:51:20.815Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:51:20.817Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:51:20.817Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145480814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T20:51:20.917Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:51:20.918Z||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-05T20:51:20.918Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:51:20.931Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:51:20.931Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:51:21.818Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d42f4012-8bb5-4110-907d-9f917154f7c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T20:51:21.846Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d42f4012-8bb5-4110-907d-9f917154f7c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T20:51:21.849Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T20:51:21.849Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T20:51:21.849Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T20:51:51.849Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d42f4012-8bb5-4110-907d-9f917154f7c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T20:51:51.861Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d42f4012-8bb5-4110-907d-9f917154f7c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T20:51:51.863Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T20:51:51.863Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T20:51:51.863Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T20:51:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:51:57.619Z||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-05T20:51:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:51:57.639Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:51:57.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:51:57.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "cds",
  "timestamp": 1636145454310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:51:57.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:52:21.863Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d42f4012-8bb5-4110-907d-9f917154f7c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T20:52:21.873Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d42f4012-8bb5-4110-907d-9f917154f7c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T20:52:21.876Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T20:52:21.876Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T20:52:21.876Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T20:52:51.876Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d42f4012-8bb5-4110-907d-9f917154f7c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T20:52:51.887Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d42f4012-8bb5-4110-907d-9f917154f7c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T20:52:51.889Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T20:52:51.889Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T20:52:51.889Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T20:52:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:52:57.619Z||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-05T20:52:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:52:57.642Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:52:57.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:52:57.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145458109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:52:57.646Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:21.889Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d42f4012-8bb5-4110-907d-9f917154f7c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T20:53:21.899Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d42f4012-8bb5-4110-907d-9f917154f7c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T20:53:21.901Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T20:53:21.902Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T20:53:21.902Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T20:53:51.902Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d42f4012-8bb5-4110-907d-9f917154f7c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T20:53:53.796Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d42f4012-8bb5-4110-907d-9f917154f7c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T20:53:54.796Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T20:53:54.796Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T20:53:54.796Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T20:53:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:53:57.619Z||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-05T20:53:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:53:58.145Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:53:58.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "policy-id",
  "timestamp": 1636145458189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:53:58.153Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145457617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.154Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "clamp",
  "timestamp": 1636145452782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.154Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "dcae-sch",
  "timestamp": 1636145455810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.155Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "cds",
  "timestamp": 1636145454310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.155Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "policy-id",
  "timestamp": 1636145459195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T20:53:58.156Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145457617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T20:53:58.156Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "clamp",
  "timestamp": 1636145452782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T20:53:58.156Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "dcae-sch",
  "timestamp": 1636145455810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.157Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.157Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145459611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:53:58.157Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.157Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "cds",
  "timestamp": 1636145454310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.157Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.157Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "policy-id",
  "timestamp": 1636145460200,
  "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-05T20:53:58.800Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d42f4012-8bb5-4110-907d-9f917154f7c9
2021-11-05T20:53:58.800Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42f4012-8bb5-4110-907d-9f917154f7c9 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-05T20:53:58.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145457617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-05T20:53:58.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "dcae-sch",
  "timestamp": 1636145455810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145460723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:53:58.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "cds",
  "timestamp": 1636145454310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T20:53:58.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145457617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "dcae-sch",
  "timestamp": 1636145455810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145462244,
  "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-05T20:53:58.817Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d42f4012-8bb5-4110-907d-9f917154f7c9
2021-11-05T20:53:58.818Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42f4012-8bb5-4110-907d-9f917154f7c9 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-05T20:53:58.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145457617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-05T20:53:58.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "cds",
  "timestamp": 1636145462335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:53:58.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "dcae-sch",
  "timestamp": 1636145455810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145463250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T20:53:58.827Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145457617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "cds",
  "timestamp": 1636145463346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-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-05T20:53:58.833Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d42f4012-8bb5-4110-907d-9f917154f7c9
2021-11-05T20:53:58.833Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42f4012-8bb5-4110-907d-9f917154f7c9 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-05T20:53:58.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145457617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T20:53:58.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145463682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145463682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "aai-ml",
  "timestamp": 1636145465293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145463682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145466443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:53:58.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "aai-ml",
  "timestamp": 1636145465293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145463682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "aai-ml",
  "timestamp": 1636145465293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145463682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "aai-ml",
  "timestamp": 1636145465293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "clamp",
  "timestamp": 1636145469120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:53:58.844Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145463682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "aai-ml",
  "timestamp": 1636145465293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "clamp",
  "timestamp": 1636145470185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T20:53:58.845Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145463682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T20:53:58.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "aai-ml",
  "timestamp": 1636145465293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:53:58.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "clamp",
  "timestamp": 1636145471189,
  "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-05T20:53:58.852Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d42f4012-8bb5-4110-907d-9f917154f7c9
2021-11-05T20:53:58.852Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42f4012-8bb5-4110-907d-9f917154f7c9 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-05T20:53:58.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145471513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:53:58.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "aai-ml",
  "timestamp": 1636145465293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T20:53:58.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:53:58.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145472840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:53:58.862Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "aai-ml",
  "timestamp": 1636145473108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:53:58.862Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145473914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:53:58.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145475012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:53:58.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145477805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/vfw98acb0f2f8700_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T20:53:58.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145477894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T20:53:58.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145478808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T20:53:58.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145478900,
  "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-05T20:53:58.869Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d42f4012-8bb5-4110-907d-9f917154f7c9
2021-11-05T20:53:58.870Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42f4012-8bb5-4110-907d-9f917154f7c9 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-05T20:53:58.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145479811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/resourceInstances/vfw98acb0f2f8700/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-05T20:53:58.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145480814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T20:53:58.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "aai-ml",
  "timestamp": 1636145488338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105204830/1.0/artifacts/service-Vfw20211105204830-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T20:53:58.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:53:58.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T20:53:58.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "aai-ml",
  "timestamp": 1636145489344,
  "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-05T20:53:58.885Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d42f4012-8bb5-4110-907d-9f917154f7c9
2021-11-05T20:53:58.885Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d42f4012-8bb5-4110-907d-9f917154f7c9 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-05T20:54:24.797Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d42f4012-8bb5-4110-907d-9f917154f7c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T20:54:24.807Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d42f4012-8bb5-4110-907d-9f917154f7c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T20:54:24.810Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T20:54:24.810Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T20:54:24.810Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T20:54:24.810Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T20:54:24.810Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T20:54:24.810Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T20:54:24.810Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T20:54:24.810Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T20:54:24.810Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T20:54:24.810Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T20:54:24.810Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-05T20:54:24.816Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T20:54:54.817Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d42f4012-8bb5-4110-907d-9f917154f7c9 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-05T20:54:54.826Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d42f4012-8bb5-4110-907d-9f917154f7c9 and serviceModelVersionId: 42883201-270e-4aa7-b87b-71a52500ac9c
2021-11-05T20:54:54.826Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f9adc71-d620-4ad3-89d7-59e55ca8ee41
2021-11-05T20:54:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:54:57.620Z||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-05T20:54:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:55:07.164Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:55:09.187Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f9adc71-d620-4ad3-89d7-59e55ca8ee41/model-vers/model-ver/42883201-270e-4aa7-b87b-71a52500ac9c?depth=0
2021-11-05T20:55:09.304Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T20:55:09.884Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f9adc71-d620-4ad3-89d7-59e55ca8ee41/model-vers/model-ver/42883201-270e-4aa7-b87b-71a52500ac9c?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-05T20:55:09.889Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f9adc71-d620-4ad3-89d7-59e55ca8ee41/model-vers/model-ver/42883201-270e-4aa7-b87b-71a52500ac9c?depth=0|INFO|500||Invoke
2021-11-05T20:55:10.197Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f9adc71-d620-4ad3-89d7-59e55ca8ee41/model-vers/model-ver/42883201-270e-4aa7-b87b-71a52500ac9c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-05T20:55:10.345Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f9adc71-d620-4ad3-89d7-59e55ca8ee41/model-vers/model-ver/42883201-270e-4aa7-b87b-71a52500ac9c?depth=0|INFO|500||InvokeReturn
2021-11-05T20:55:10.346Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f9adc71-d620-4ad3-89d7-59e55ca8ee41/model-vers/model-ver/42883201-270e-4aa7-b87b-71a52500ac9c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211105-20:55:10:205-35421], vertex-id=[200896], Content-Length=[0], Date=[Fri, 05 Nov 2021 20:55:10 GMT], Content-Type=[application/json]}
2021-11-05T20:55:10.346Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-11-05T20:55:10.349Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T20:55:10.349Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T20:55:10.811Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-05T20:55:10.818Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d42f4012-8bb5-4110-907d-9f917154f7c9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T20:55:10.819Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T20:55:10.820Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:55:10.822Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:55:10.822Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145710819,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T20:55:10.922Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:55:10.923Z||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-05T20:55:10.923Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:55:10.933Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:55:10.934Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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-05T20:55:11.839Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:55:11.840Z|d42f4012-8bb5-4110-907d-9f917154f7c9|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-05T20:55:11.840Z|d42f4012-8bb5-4110-907d-9f917154f7c9|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:55:22.170Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:55:22.171Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:55:22.172Z|d42f4012-8bb5-4110-907d-9f917154f7c9|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-05T20:55:22.172Z|d42f4012-8bb5-4110-907d-9f917154f7c9|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:55:31.709Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:55:31.710Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:55:31.711Z|d42f4012-8bb5-4110-907d-9f917154f7c9|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-05T20:55:31.711Z|d42f4012-8bb5-4110-907d-9f917154f7c9|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:55:41.247Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:55:41.248Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:55:41.249Z|d42f4012-8bb5-4110-907d-9f917154f7c9|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-05T20:55:41.249Z|d42f4012-8bb5-4110-907d-9f917154f7c9|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:55:47.433Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:55:47.434Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T20:55:47.434Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"61db19f7-dee1-4b82-a5df-0d830222cd12","serviceName":"basic_onboard_rtswIQ","serviceVersion":"1.0","serviceUUID":"264a9faf-cae9-4eba-ba92-6c2d29fb8609","serviceDescription":"service","serviceInvariantUUID":"7b3b1ca6-e2b7-4f4e-972e-3957aec4b2c4","resources":[{"resourceInstanceName":"basic_onboard_rtswIQ 0","resourceName":"basic_onboard_rtswIQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"72bd15be-f958-40f3-9672-491ff670ac2e","resourceInvariantUUID":"054a6034-2c41-45b7-a812-218320610df3","resourceCustomizationUUID":"730d9ed6-1348-4fd3-b343-d2569e827e2c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vf-license-model.xml","artifactChecksum":"MTg3MzQ4OWE3MjJhZDgzZmM4OGYxNTM0NWIxNDk4ZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"648c853a-5f24-4010-b1cc-60e13b6c80ae","artifactVersion":"1"},{"artifactName":"basic_onboard_rtswiq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json","artifactChecksum":"ZDE0ZDE0MjYwNDhiYmQ2NThiMDJmNTJmM2E5NjM5YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"589f7ba3-9c1c-4bd1-891d-d39a57ee1b81","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"459a3597-93c4-43fa-9556-0ee77205350f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"72d3bbe3-b37b-45f7-bb5a-72f428301725","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"955f4fdc-59d0-4f14-9096-49debb4f18a9","artifactVersion":"2","generatedFromUUID":"459a3597-93c4-43fa-9556-0ee77205350f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRtswiq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-template.yml","artifactChecksum":"ZmY0MTAxMDllMmU5YTE3NzUwNzNlZGRjMzIwN2M3ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cfbc456b-e510-426e-bb92-fab72d829d48","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRtswiq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar","artifactChecksum":"NGIzNGIxMTc1YzYwN2MxOWM0YjFkYWQ1MTlhOGUwOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"30de7c72-8225-4806-b513-85e4b81fcd6f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T20:55:47.439Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T20:55:47.439Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:55:47.441Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:55:47.442Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145741248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:47.542Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:55:47.543Z||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-05T20:55:47.543Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:55:47.557Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:55:47.558Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:55:48.442Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T20:55:48.443Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:55:48.445Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:55:48.445Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145741248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T20:55:48.545Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:55:48.546Z||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-05T20:55:48.546Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:55:48.559Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:55:48.560Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:55:49.446Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T20:55:49.446Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:55:49.448Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:55:49.449Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145741248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-05T20:55:49.549Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:55:49.550Z||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-05T20:55:49.550Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:55:49.560Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:55:49.561Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:55:50.449Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T20:55:50.451Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:55:50.454Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:55:50.455Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145741248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:50.555Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:55:50.556Z||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-05T20:55:50.556Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:55:50.566Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:55:50.567Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:55:51.456Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T20:55:51.457Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:55:51.459Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:55:51.459Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145741248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-05T20:55:51.559Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T20:55:51.560Z||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-05T20:55:51.560Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:55:51.569Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:55:51.569Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:55:52.460Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T20:55:52.461Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:55:52.463Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:55:52.463Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145741248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:52.563Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T20:55:52.565Z||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-05T20:55:52.565Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:55:52.572Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:55:52.573Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:55:53.464Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T20:55:53.465Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:55:53.467Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:55:53.467Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145741248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T20:55:53.567Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:55:53.568Z||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-05T20:55:53.568Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:55:53.577Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:55:53.578Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-05T20:55:54.469Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "serviceName": "basic_onboard_rtswIQ",
  "serviceVersion": "1.0",
  "serviceUUID": "264a9faf-cae9-4eba-ba92-6c2d29fb8609",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7b3b1ca6-e2b7-4f4e-972e-3957aec4b2c4",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_rtswIQ 0",
      "resourceCustomizationUUID": "730d9ed6-1348-4fd3-b343-d2569e827e2c",
      "resourceName": "basic_onboard_rtswIQ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "72bd15be-f958-40f3-9672-491ff670ac2e",
      "resourceInvariantUUID": "054a6034-2c41-45b7-a812-218320610df3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_rtswiq0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json",
          "artifactChecksum": "ZDE0ZDE0MjYwNDhiYmQ2NThiMDJmNTJmM2E5NjM5YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "589f7ba3-9c1c-4bd1-891d-d39a57ee1b81",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "459a3597-93c4-43fa-9556-0ee77205350f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "955f4fdc-59d0-4f14-9096-49debb4f18a9",
            "generatedFromUUID": "459a3597-93c4-43fa-9556-0ee77205350f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "955f4fdc-59d0-4f14-9096-49debb4f18a9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardRtswiq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
      "artifactChecksum": "NGIzNGIxMTc1YzYwN2MxOWM0YjFkYWQ1MTlhOGUwOGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "30de7c72-8225-4806-b513-85e4b81fcd6f"
    }
  ],
  "workloadContext": "Production"
}
2021-11-05T20:55:54.469Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T20:55:54.469Z|d42f4012-8bb5-4110-907d-9f917154f7c9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 264a9faf-cae9-4eba-ba92-6c2d29fb8609 ASDC
2021-11-05T20:55:54.470Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:61db19f7-dee1-4b82-a5df-0d830222cd12
ServiceName:basic_onboard_rtswIQ
ServiceVersion:1.0
ServiceUUID:264a9faf-cae9-4eba-ba92-6c2d29fb8609
ServiceInvariantUUID:7b3b1ca6-e2b7-4f4e-972e-3957aec4b2c4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRtswiq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar
ArtifactUUID:30de7c72-8225-4806-b513-85e4b81fcd6f
ArtifactChecksum:NGIzNGIxMTc1YzYwN2MxOWM0YjFkYWQ1MTlhOGUwOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_rtswIQ 0
ResourceCustomizationUUID:730d9ed6-1348-4fd3-b343-d2569e827e2c
ResourceInvariantUUID:054a6034-2c41-45b7-a812-218320610df3
ResourceName:basic_onboard_rtswIQ
ResourceType:VF
ResourceUUID:72bd15be-f958-40f3-9672-491ff670ac2e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rtswiq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json
ArtifactUUID:589f7ba3-9c1c-4bd1-891d-d39a57ee1b81
ArtifactChecksum:ZDE0ZDE0MjYwNDhiYmQ2NThiMDJmNTJmM2E5NjM5YTg=
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/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:459a3597-93c4-43fa-9556-0ee77205350f
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/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env
ArtifactUUID:955f4fdc-59d0-4f14-9096-49debb4f18a9
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/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env
ArtifactUUID:955f4fdc-59d0-4f14-9096-49debb4f18a9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-05T20:55:54.470Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 264a9faf-cae9-4eba-ba92-6c2d29fb8609 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-05T20:55:54.837Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T20:55:54.838Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-05T20:55:54.838Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-05T20:55:54.838Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 30de7c72-8225-4806-b513-85e4b81fcd6f from URL: /sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar
2021-11-05T20:55:54.838Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-05T20:55:54.839Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar
2021-11-05T20:55:54.903Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-05T20:55:54.908Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar 30de7c72-8225-4806-b513-85e4b81fcd6f 71556
2021-11-05T20:55:54.909Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar ASDC sendASDCNotification
2021-11-05T20:55:54.909Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar
2021-11-05T20:55:54.909Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T20:55:54.910Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:55:54.912Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:55:54.912Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145754909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:55:55.012Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:55:55.013Z||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-05T20:55:55.013Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:55:55.021Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:55:55.022Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:55:55.913Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T20:55:55.914Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-05T20:55:55.914Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 30de7c72-8225-4806-b513-85e4b81fcd6f, URL: /sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar to file: /app/ASDC/1/service-BasicOnboardRtswiq-csar.csar
2021-11-05T20:55:55.915Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRtswiq-csar.csar
2021-11-05T20:55:55.915Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRtswiq-csar.csar
2021-11-05T20:55:55.915Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRtswiq-csar.csar
2021-11-05T20:55:56.279Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11092293243262760392/Definitions/service-BasicOnboardRtswiq-template.yml
2021-11-05T20:55:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:55:57.619Z||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-05T20:55:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
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-05T20:55:57.782Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T20:55:57.783Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-05T20:55:57.783Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRtswiq-csar.csar
2021-11-05T20:55:57.783Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-05T20:55:57.783Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_rtswIQ 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-BasicOnboardRtswiq-csar.csar
2021-11-05T20:55:57.783Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardRtswiq-csar.csar
2021-11-05T20:55:57.783Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRtswiq-csar.csar
2021-11-05T20:55:57.784Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRtswiq-csar.csar
2021-11-05T20:55:57.784Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRtswiq-csar.csar
2021-11-05T20:55:57.784Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRtswiq-csar.csar
2021-11-05T20:55:57.784Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRtswiq-csar.csar
2021-11-05T20:55:57.784Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRtswiq-csar.csar
2021-11-05T20:55:57.784Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardRtswiq-csar.csar
2021-11-05T20:55:57.784Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-05T20:55:57.784Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:55:57.785Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_rtswIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:55:57.785Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_rtswIQ 0 is matching search criteria
2021-11-05T20:55:57.785Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-05T20:55:57.785Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_rtswIQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T20:55:57.785Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:55:57.786Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_rtswIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:55:57.786Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_rtswIQ 0 is matching search criteria
2021-11-05T20:55:57.786Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-05T20:55:57.786Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_rtswIQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T20:55:57.786Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:55:57.786Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_rtswIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:55:57.786Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:55:57.787Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_rtswIQ 0 is not matching search criteria
2021-11-05T20:55:57.787Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-05T20:55:57.787Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-05T20:55:57.787Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-05T20:55:57.787Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-05T20:55:57.787Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-05T20:55:57.787Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:55:57.787Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_rtswIQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T20:55:57.788Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:55:57.788Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_rtswIQ 0 is matching search criteria
2021-11-05T20:55:57.788Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_rtswIQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T20:55:57.788Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:55:57.788Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_rtswIQ 0 is matching search criteria
2021-11-05T20:55:57.789Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_rtswIQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T20:55:57.789Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:55:57.789Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_rtswIQ 0 is matching search criteria
2021-11-05T20:55:57.789Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_rtswIQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T20:55:57.789Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:55:57.789Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_rtswIQ 0 is not matching search criteria
2021-11-05T20:55:57.789Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-05T20:55:57.790Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-05T20:55:57.790Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5057f070-1d9d-4487-ba8d-3f27976959a6
2021-11-05T20:55:57.790Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:55:57.790Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_rtswIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:55:57.790Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:55:57.790Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_rtswIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:55:57.790Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:55:57.791Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_rtswIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:55:57.791Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:55:57.791Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_rtswIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:55:57.791Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_rtswIQ
Description:service
Model UUID:264a9faf-cae9-4eba-ba92-6c2d29fb8609
Model Version:NULL
Model InvariantUuid:7b3b1ca6-e2b7-4f4e-972e-3957aec4b2c4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_rtswIQ
Model UUID:6d3bddb1-b368-486f-8d18-d8e39c3e4836
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:054a6034-2c41-45b7-a812-218320610df3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:730d9ed6-1348-4fd3-b343-d2569e827e2c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:323c41ba-030c-4221-a0ae-a3bac8858018
ModelName:BasicOnboardRtswiq..base_ubuntu18..module-0
ModelUuid:96096398-8d74-4a84-9c80-0cf8ea98bf07
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5057f070-1d9d-4487-ba8d-3f27976959a6
ModelInvariantUuid:1a6901f7-63f4-4d18-9077-907804ae8d19
ModelName:basic_onboard_rtswIQ-nodes.ubuntu18Cvfc
ModelUuid:dec5c213-8bea-4d86-bd2a-18a17724bfc1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:31ef1c6a-c30e-453e-b28a-869fc3bcb142
ModelInvariantUuid:a956d21b-3e28-4349-8003-98cab2b28596
ModelName:BasicOnboardRtswiq.compute.nodes.heat.ubuntu18
ModelUuid:61751a84-ea9e-4e4b-ba11-dbe339ba5985
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-05T20:55:57.821Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 72bd15be-f958-40f3-9672-491ff670ac2e
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-05T20:55:57.824Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||basic_onboard_rtswIQ 0
2021-11-05T20:55:57.824Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 72bd15be-f958-40f3-9672-491ff670ac2e
2021-11-05T20:55:57.824Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 589f7ba3-9c1c-4bd1-891d-d39a57ee1b81 from URL: /sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json
2021-11-05T20:55:57.824Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-05T20:55:57.825Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json
2021-11-05T20:55:57.980Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-05T20:55:57.980Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json 589f7ba3-9c1c-4bd1-891d-d39a57ee1b81 798
2021-11-05T20:55:57.981Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json ASDC sendASDCNotification
2021-11-05T20:55:57.981Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json
2021-11-05T20:55:57.981Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T20:55:57.981Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:55:57.982Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:55:57.982Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145757980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:55:58.083Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:55:58.083Z||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-05T20:55:58.083Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:55:58.093Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:55:58.094Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-05T20:55:58.105Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:55:58.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d42f4012-8bb5-4110-907d-9f917154f7c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145710819,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T20:55:58.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:55:58.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636145745920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "cds",
  "timestamp": 1636145739311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145741248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "policy-id",
  "timestamp": 1636145744012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636145745920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "cds",
  "timestamp": 1636145739311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145741248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T20:55:58.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "policy-id",
  "timestamp": 1636145744012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "cds",
  "timestamp": 1636145739311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145741248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-05T20:55:58.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636145745920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "policy-id",
  "timestamp": 1636145744012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-05T20:55:58.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145749035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636145745920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "cds",
  "timestamp": 1636145739311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145741248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "policy-id",
  "timestamp": 1636145744012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145749035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T20:55:58.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636145745920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145741248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-05T20:55:58.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "cds",
  "timestamp": 1636145739311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "policy-id",
  "timestamp": 1636145744012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145749035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-05T20:55:58.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636145745920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "cds",
  "timestamp": 1636145739311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145741248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "policy-id",
  "timestamp": 1636145744012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145749035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "clamp",
  "timestamp": 1636145752782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636145745920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "cds",
  "timestamp": 1636145739311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T20:55:58.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145741248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T20:55:58.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "policy-id",
  "timestamp": 1636145744012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T20:55:58.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145749035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-05T20:55:58.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "clamp",
  "timestamp": 1636145752782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T20:55:58.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "cds",
  "timestamp": 1636145754574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:55:58.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:55:58.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "policy-id",
  "timestamp": 1636145754574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:55:58.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:55:58.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145749035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145754909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:55:58.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:55:58.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "clamp",
  "timestamp": 1636145752782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "cds",
  "timestamp": 1636145755580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-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-05T20:55:58.822Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 61db19f7-dee1-4b82-a5df-0d830222cd12
2021-11-05T20:55:58.822Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61db19f7-dee1-4b82-a5df-0d830222cd12 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-05T20:55:58.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "policy-id",
  "timestamp": 1636145755579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T20:55:58.830Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:55:58.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145749035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T20:55:58.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "clamp",
  "timestamp": 1636145752782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "dcae-sch",
  "timestamp": 1636145755810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "policy-id",
  "timestamp": 1636145756582,
  "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-05T20:55:58.836Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61db19f7-dee1-4b82-a5df-0d830222cd12
2021-11-05T20:55:58.836Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61db19f7-dee1-4b82-a5df-0d830222cd12 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-05T20:55:58.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145757076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:55:58.845Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:55:58.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "clamp",
  "timestamp": 1636145752782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:55:58.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "dcae-sch",
  "timestamp": 1636145755810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:55:58.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:55:58.983Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRtswiq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "323c41ba-030c-4221-a0ae-a3bac8858018",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "96096398-8d74-4a84-9c80-0cf8ea98bf07",
    "vfModuleModelCustomizationUUID": "9ae6d14a-5b83-405d-b809-63b7a5c3da8d",
    "isBase": true,
    "artifacts": [
      "459a3597-93c4-43fa-9556-0ee77205350f",
      "955f4fdc-59d0-4f14-9096-49debb4f18a9"
    ],
    "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-05T20:55:58.986Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRtswiq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:96096398-8d74-4a84-9c80-0cf8ea98bf07
VfModuleModelInvariantUUID:323c41ba-030c-4221-a0ae-a3bac8858018
VfModuleModelDescription:NULL
Artifacts UUID List:{
459a3597-93c4-43fa-9556-0ee77205350f
,
955f4fdc-59d0-4f14-9096-49debb4f18a9

}
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-05T20:55:58.988Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRtswiq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "323c41ba-030c-4221-a0ae-a3bac8858018",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "96096398-8d74-4a84-9c80-0cf8ea98bf07",
    "vfModuleModelCustomizationUUID": "9ae6d14a-5b83-405d-b809-63b7a5c3da8d",
    "isBase": true,
    "artifacts": [
      "459a3597-93c4-43fa-9556-0ee77205350f",
      "955f4fdc-59d0-4f14-9096-49debb4f18a9"
    ],
    "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-05T20:55:58.988Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRtswiq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:96096398-8d74-4a84-9c80-0cf8ea98bf07
VfModuleModelInvariantUUID:323c41ba-030c-4221-a0ae-a3bac8858018
VfModuleModelDescription:NULL
Artifacts UUID List:{
459a3597-93c4-43fa-9556-0ee77205350f
,
955f4fdc-59d0-4f14-9096-49debb4f18a9

}
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-05T20:55:58.988Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 459a3597-93c4-43fa-9556-0ee77205350f from URL: /sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml
2021-11-05T20:55:58.988Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-05T20:55:58.988Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml
2021-11-05T20:55:59.284Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-05T20:55:59.284Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml 459a3597-93c4-43fa-9556-0ee77205350f 5033
2021-11-05T20:55:59.285Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-05T20:55:59.285Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml
2021-11-05T20:55:59.285Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T20:55:59.285Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:55:59.288Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:55:59.288Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145759285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:55:59.388Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:55:59.389Z||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-05T20:55:59.389Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:55:59.404Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:55:59.405Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:56:00.289Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 955f4fdc-59d0-4f14-9096-49debb4f18a9 from URL: /sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env
2021-11-05T20:56:00.289Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-05T20:56:00.289Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env
2021-11-05T20:56:00.428Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-05T20:56:00.428Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env 955f4fdc-59d0-4f14-9096-49debb4f18a9 909
2021-11-05T20:56:00.428Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-05T20:56:00.428Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env
2021-11-05T20:56:00.428Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T20:56:00.429Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:56:00.430Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:56:00.431Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145760428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:56:00.531Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:56:00.531Z||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-05T20:56:00.531Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:56:00.543Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:56:00.543Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:56:01.431Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 264a9faf-cae9-4eba-ba92-6c2d29fb8609
2021-11-05T20:56:01.432Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_rtswIQ 0 72bd15be-f958-40f3-9672-491ff670ac2e 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-05T20:56:01.827Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36b447f9, org.onap.sdc.toscaparser.api.parameters.Input@2edc3428, org.onap.sdc.toscaparser.api.parameters.Input@4de3be10, org.onap.sdc.toscaparser.api.parameters.Input@4b31d6f1, org.onap.sdc.toscaparser.api.parameters.Input@5f2ecbe1]
2021-11-05T20:56:01.828Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:56:01.829Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_rtswIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:56:01.829Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-11-05T20:56:01.829Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 730d9ed6-1348-4fd3-b343-d2569e827e2c
2021-11-05T20:56:01.829Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 730d9ed6-1348-4fd3-b343-d2569e827e2c matches Tosca VF Customization UUID: 730d9ed6-1348-4fd3-b343-d2569e827e2c
2021-11-05T20:56:01.829Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 730d9ed6-1348-4fd3-b343-d2569e827e2c  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-05T20:56:01.831Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:56:01.831Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_rtswIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:56:01.832Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 730d9ed6-1348-4fd3-b343-d2569e827e2c: {\"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-05T20:56:01.832Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1797f27
2021-11-05T20:56:01.832Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:56:01.832Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_rtswIQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T20:56:01.832Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ae6d14a-5b83-405d-b809-63b7a5c3da8d
2021-11-05T20:56:01.832Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ae6d14a-5b83-405d-b809-63b7a5c3da8d
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-05T20:56:01.834Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:56:01.834Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_rtswIQ 0 is matching search criteria
2021-11-05T20:56:01.834Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_rtswIQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T20:56:01.834Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:56:01.835Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_rtswIQ 0 is matching search criteria
2021-11-05T20:56:01.835Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_rtswIQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T20:56:01.835Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:56:01.835Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_rtswIQ 0 is not matching search criteria
2021-11-05T20:56:01.835Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-05T20:56:01.835Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-05T20:56:01.835Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5057f070-1d9d-4487-ba8d-3f27976959a6
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-05T20:56:01.837Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:56:01.837Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_rtswIQ 0 is matching search criteria
2021-11-05T20:56:01.837Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_rtswIQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T20:56:01.838Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:56:01.838Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_rtswIQ 0 is matching search criteria
2021-11-05T20:56:01.838Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_rtswIQ 0] matching following query criteria: sdcType=VF, customizationUUID=730d9ed6-1348-4fd3-b343-d2569e827e2c
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-05T20:56:01.840Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:56:01.840Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_rtswIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:56:01.840Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 264a9faf-cae9-4eba-ba92-6c2d29fb8609: basic_onboard_rtswIQ
2021-11-05T20:56:01.840Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:56:01.840Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_rtswIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:56:01.840Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:56:01.841Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_rtswIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:56:01.841Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:56:01.841Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_rtswIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:56:01.841Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:56:01.841Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_rtswIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:56:01.841Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T20:56:01.841Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_rtswIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T20:56:01.842Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_rtswIQ 
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-05T20:56:01.927Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_rtswIQ 72bd15be-f958-40f3-9672-491ff670ac2e 1 ASDC deployResourceStructure
2021-11-05T20:56:01.927Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json ASDC sendASDCNotification
2021-11-05T20:56:01.927Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json
2021-11-05T20:56:01.927Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T20:56:01.927Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:56:01.929Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:56:01.929Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145761927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T20:56:02.029Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:56:02.030Z||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-05T20:56:02.030Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:56:02.039Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:56:02.040Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:56:02.930Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-05T20:56:02.930Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml
2021-11-05T20:56:02.930Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T20:56:02.931Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:56:02.932Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:56:02.932Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145762929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T20:56:03.034Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:56:03.034Z||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-05T20:56:03.034Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:56:03.042Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:56:03.043Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:56:03.933Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-05T20:56:03.934Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env
2021-11-05T20:56:03.934Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T20:56:03.934Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:56:03.936Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:56:03.936Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145763933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-05T20:56:04.037Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:56:04.037Z||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-05T20:56:04.038Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:56:04.048Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:56:04.048Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:56:04.937Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar ASDC sendASDCNotification
2021-11-05T20:56:04.938Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar
2021-11-05T20:56:04.938Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T20:56:04.938Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:56:04.940Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:56:04.940Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145764937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T20:56:05.040Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:56:05.041Z||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-05T20:56:05.041Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:56:05.050Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:56:05.051Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-05T20:56:05.941Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61db19f7-dee1-4b82-a5df-0d830222cd12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T20:56:05.952Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61db19f7-dee1-4b82-a5df-0d830222cd12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T20:56:05.957Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T20:56:05.957Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T20:56:05.957Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T20:56:35.957Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61db19f7-dee1-4b82-a5df-0d830222cd12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T20:56:35.967Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61db19f7-dee1-4b82-a5df-0d830222cd12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T20:56:35.970Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T20:56:35.970Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T20:56:35.970Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T20:56:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:56:57.620Z||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-05T20:56:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:56:57.641Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:56:57.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:56:57.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145757980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:56:57.643Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:57:05.971Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61db19f7-dee1-4b82-a5df-0d830222cd12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T20:57:05.982Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61db19f7-dee1-4b82-a5df-0d830222cd12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T20:57:05.984Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T20:57:05.984Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T20:57:05.984Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T20:57:35.985Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61db19f7-dee1-4b82-a5df-0d830222cd12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T20:57:35.995Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61db19f7-dee1-4b82-a5df-0d830222cd12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T20:57:35.999Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T20:57:35.999Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T20:57:35.999Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T20:57:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:57:57.619Z||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-05T20:57:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:57:57.641Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:57:57.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:57:57.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145758209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:57:57.644Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:58:05.999Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61db19f7-dee1-4b82-a5df-0d830222cd12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T20:58:06.845Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61db19f7-dee1-4b82-a5df-0d830222cd12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T20:58:06.848Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T20:58:06.848Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T20:58:06.848Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T20:58:36.848Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61db19f7-dee1-4b82-a5df-0d830222cd12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T20:58:36.858Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61db19f7-dee1-4b82-a5df-0d830222cd12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T20:58:36.861Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T20:58:36.862Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T20:58:36.862Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T20:58:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:58:57.619Z||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-05T20:58:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:58:58.145Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:58:58.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "clamp",
  "timestamp": 1636145752782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:58:58.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "dcae-sch",
  "timestamp": 1636145755810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:58:58.149Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145759285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:58:58.150Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:58:58.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145759411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:58:58.150Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:58:58.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "clamp",
  "timestamp": 1636145752782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T20:58:58.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "dcae-sch",
  "timestamp": 1636145755810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:58:58.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145760428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:58:58.151Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:58:58.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145760434,
  "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-05T20:58:58.858Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61db19f7-dee1-4b82-a5df-0d830222cd12
2021-11-05T20:58:58.858Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61db19f7-dee1-4b82-a5df-0d830222cd12 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-05T20:58:58.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "dcae-sch",
  "timestamp": 1636145755810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:58:58.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636145761437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T20:58:58.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:58:58.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "dcae-sch",
  "timestamp": 1636145755810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:58:58.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145761927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T20:58:58.868Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:58:58.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "dcae-sch",
  "timestamp": 1636145755810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:58:58.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145762929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T20:58:58.869Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:58:58.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145763933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-05T20:58:58.869Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:58:58.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145763682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:58:58.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145764937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T20:58:58.870Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:58:58.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145763682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:58:58.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "aai-ml",
  "timestamp": 1636145765293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:58:58.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145763682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:58:58.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "aai-ml",
  "timestamp": 1636145765293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/basic_onboard_rtswiq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:58:58.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145763682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:58:58.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "aai-ml",
  "timestamp": 1636145765293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:58:58.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145763682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:58:58.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "aai-ml",
  "timestamp": 1636145765293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:58:58.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145763682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:58:58.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "aai-ml",
  "timestamp": 1636145765293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/resourceInstances/basic_onboard_rtswiq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:58:58.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "clamp",
  "timestamp": 1636145770159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:58:58.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:58:58.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145763682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T20:58:58.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "aai-ml",
  "timestamp": 1636145765293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T20:58:58.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145771424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:58:58.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:58:58.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "aai-ml",
  "timestamp": 1636145765293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T20:58:58.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-05T20:58:58.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "clamp",
  "timestamp": 1636145772168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T20:58:58.873Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:58:58.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "aai-ml",
  "timestamp": 1636145773022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T20:58:58.873Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:58:58.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "clamp",
  "timestamp": 1636145773171,
  "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-05T20:58:58.879Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 61db19f7-dee1-4b82-a5df-0d830222cd12
2021-11-05T20:58:58.879Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61db19f7-dee1-4b82-a5df-0d830222cd12 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-05T20:58:58.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145773867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T20:58:58.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:58:58.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636145774870,
  "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-05T20:58:58.893Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 61db19f7-dee1-4b82-a5df-0d830222cd12
2021-11-05T20:58:58.893Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61db19f7-dee1-4b82-a5df-0d830222cd12 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-05T20:58:58.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "aai-ml",
  "timestamp": 1636145780621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtswiq/1.0/artifacts/service-BasicOnboardRtswiq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T20:58:58.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T20:58:58.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:58:58.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "aai-ml",
  "timestamp": 1636145781625,
  "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-05T20:58:58.910Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 61db19f7-dee1-4b82-a5df-0d830222cd12
2021-11-05T20:58:58.910Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61db19f7-dee1-4b82-a5df-0d830222cd12 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-05T20:59:06.862Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61db19f7-dee1-4b82-a5df-0d830222cd12
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T20:59:07.862Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61db19f7-dee1-4b82-a5df-0d830222cd12
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T20:59:08.858Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T20:59:08.858Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T20:59:08.858Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T20:59:08.858Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T20:59:08.858Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T20:59:08.858Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T20:59:08.858Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T20:59:08.859Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T20:59:08.859Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T20:59:08.859Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T20:59:08.859Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-05T20:59:08.865Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T20:59:38.865Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 61db19f7-dee1-4b82-a5df-0d830222cd12 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-05T20:59:38.871Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 61db19f7-dee1-4b82-a5df-0d830222cd12 and serviceModelVersionId: 264a9faf-cae9-4eba-ba92-6c2d29fb8609
2021-11-05T20:59:38.871Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7b3b1ca6-e2b7-4f4e-972e-3957aec4b2c4
2021-11-05T20:59:38.872Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7b3b1ca6-e2b7-4f4e-972e-3957aec4b2c4/model-vers/model-ver/264a9faf-cae9-4eba-ba92-6c2d29fb8609?depth=0
2021-11-05T20:59:38.877Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T20:59:38.919Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3b1ca6-e2b7-4f4e-972e-3957aec4b2c4/model-vers/model-ver/264a9faf-cae9-4eba-ba92-6c2d29fb8609?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-05T20:59:38.920Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3b1ca6-e2b7-4f4e-972e-3957aec4b2c4/model-vers/model-ver/264a9faf-cae9-4eba-ba92-6c2d29fb8609?depth=0|INFO|500||Invoke
2021-11-05T20:59:38.942Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3b1ca6-e2b7-4f4e-972e-3957aec4b2c4/model-vers/model-ver/264a9faf-cae9-4eba-ba92-6c2d29fb8609?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-05T20:59:39.472Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3b1ca6-e2b7-4f4e-972e-3957aec4b2c4/model-vers/model-ver/264a9faf-cae9-4eba-ba92-6c2d29fb8609?depth=0|INFO|500||InvokeReturn
2021-11-05T20:59:39.473Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3b1ca6-e2b7-4f4e-972e-3957aec4b2c4/model-vers/model-ver/264a9faf-cae9-4eba-ba92-6c2d29fb8609?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211105-20:59:38:949-62166], vertex-id=[159928], Content-Length=[0], Date=[Fri, 05 Nov 2021 20:59:38 GMT], Content-Type=[application/json]}
2021-11-05T20:59:39.473Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-11-05T20:59:39.473Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T20:59:39.473Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T20:59:39.863Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-05T20:59:39.863Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 61db19f7-dee1-4b82-a5df-0d830222cd12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T20:59:39.863Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T20:59:39.864Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T20:59:39.866Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T20:59:39.866Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145979863,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T20:59:39.966Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T20:59:39.967Z||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-05T20:59:39.967Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:59:39.983Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:59:39.983Z||pool-34-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-05T20:59:40.877Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:59:40.877Z|61db19f7-dee1-4b82-a5df-0d830222cd12|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-05T20:59:40.877Z|61db19f7-dee1-4b82-a5df-0d830222cd12|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:59:51.425Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:59:51.426Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:59:51.427Z|61db19f7-dee1-4b82-a5df-0d830222cd12|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-05T20:59:51.427Z|61db19f7-dee1-4b82-a5df-0d830222cd12|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:59:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T20:59:57.619Z||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-05T20:59:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T20:59:58.242Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T20:59:58.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T20:59:58.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61db19f7-dee1-4b82-a5df-0d830222cd12",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636145979863,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T20:59:58.244Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:00:00.966Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:00:00.966Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:00:00.967Z|61db19f7-dee1-4b82-a5df-0d830222cd12|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-05T21:00:00.967Z|61db19f7-dee1-4b82-a5df-0d830222cd12|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:00:10.505Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:00:10.505Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:00:10.506Z|61db19f7-dee1-4b82-a5df-0d830222cd12|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-05T21:00:10.506Z|61db19f7-dee1-4b82-a5df-0d830222cd12|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:00:20.045Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:00:20.046Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:00:20.046Z|61db19f7-dee1-4b82-a5df-0d830222cd12|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-05T21:00:20.047Z|61db19f7-dee1-4b82-a5df-0d830222cd12|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:00:29.606Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:00:57.617Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:00:57.617Z|61db19f7-dee1-4b82-a5df-0d830222cd12|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-05T21:00:57.618Z|61db19f7-dee1-4b82-a5df-0d830222cd12|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:00:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:00:57.619Z||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-05T21:00:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:01:07.155Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:01:07.160Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:01:57.617Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:01:57.617Z|61db19f7-dee1-4b82-a5df-0d830222cd12|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-05T21:01:57.618Z|61db19f7-dee1-4b82-a5df-0d830222cd12|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:01:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:01:57.619Z||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-05T21:01:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:02:07.184Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:02:07.185Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:02:57.617Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:02:57.618Z|61db19f7-dee1-4b82-a5df-0d830222cd12|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-05T21:02:57.618Z|61db19f7-dee1-4b82-a5df-0d830222cd12|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:02:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:02:57.619Z||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-05T21:02:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:03:07.161Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:03:07.163Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:03:57.617Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:03:57.618Z|61db19f7-dee1-4b82-a5df-0d830222cd12|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-05T21:03:57.618Z|61db19f7-dee1-4b82-a5df-0d830222cd12|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:03:57.619Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:03:57.619Z||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-05T21:03:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:03:58.245Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:03:58.245Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:03:58.246Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.246Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"34099505-dcab-4c77-bd4a-8203e8a869ac","serviceName":"Demo_pNF_biOk2eYodw4GpVsFCpkc","serviceVersion":"1.0","serviceUUID":"e7dac5ee-a935-459d-a3d4-3d4bdcabdfb8","serviceDescription":"catalog service description","serviceInvariantUUID":"ce11309f-898b-472c-8b61-47f4f05bae4b","resources":[{"resourceInstanceName":"pNF 7adc7c54-3492 0","resourceName":"pNF 7adc7c54-3492","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"51e70ef3-68bd-4c04-8877-cf5e2abe55ec","resourceInvariantUUID":"f871e966-c88b-4520-89d2-1601a05cdf3a","resourceCustomizationUUID":"09a1f32b-ee5d-4ea5-9a41-52e3f943211e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vf-license-model.xml","artifactChecksum":"MmI1YTMyZGUzYWIwMTI1NGZjYzFkYmVlZDhhODYwMGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eb3bcb35-0fd6-4aa0-8832-78beb5b5f2a1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/pNF.csar","artifactChecksum":"MThlYWY5NWUwYTA0YzcxNzU0ZjVmYzVmMzQzYTVmYzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"154c5928-a9b5-42b4-9ff3-c67bad201be8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f47ada69-fab7-4064-a6ed-693787800151","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vendor-license-model.xml","artifactChecksum":"YTVkYWQ1YzY0YTdiNTBmMThiY2NmMzc1ZDRiMmE5NTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"508dcd8c-a1cc-43b8-a30d-afa438e93f13","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5d878bd6-45c9-4ded-abd6-ae60bdf52865","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b77f750e-f1c3-45ff-9654-3921b79be2ec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBiok2eyodw4gpvsfcpkc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-template.yml","artifactChecksum":"MmM4MWQ3Yjg0YjVmMjhlMTA3YmJlN2IxMjI5NWFjNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d96917bf-bf09-426d-a78a-c16ea70595dc","artifactVersion":"1"},{"artifactName":"service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar","artifactChecksum":"NDM3MDY3ZGI5NzU1ZTdlODAxYWNlYzRmZjgyYmNiODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37eded70-3848-46be-9435-78f75a762093","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T21:03:58.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "dcae-sch",
  "timestamp": 1636146195810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.249Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:03:58.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "clamp",
  "timestamp": 1636146202782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "dcae-sch",
  "timestamp": 1636146195810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "clamp",
  "timestamp": 1636146202782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.251Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:03:58.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "policy-id",
  "timestamp": 1636146204012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "cds",
  "timestamp": 1636146204310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "dcae-sch",
  "timestamp": 1636146195810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.252Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:03:58.253Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146237617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "clamp",
  "timestamp": 1636146202782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "policy-id",
  "timestamp": 1636146204012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "cds",
  "timestamp": 1636146204310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "dcae-sch",
  "timestamp": 1636146195810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "clamp",
  "timestamp": 1636146202782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146205920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "policy-id",
  "timestamp": 1636146204012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "cds",
  "timestamp": 1636146204310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "dcae-sch",
  "timestamp": 1636146195810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "clamp",
  "timestamp": 1636146202782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146205920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "policy-id",
  "timestamp": 1636146204012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "cds",
  "timestamp": 1636146204310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "dcae-sch",
  "timestamp": 1636146195810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "clamp",
  "timestamp": 1636146202782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146205920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "policy-id",
  "timestamp": 1636146204012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "cds",
  "timestamp": 1636146204310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "dcae-sch",
  "timestamp": 1636146195810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "clamp",
  "timestamp": 1636146202782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146205920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146209035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "policy-id",
  "timestamp": 1636146204012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "cds",
  "timestamp": 1636146204310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "dcae-sch",
  "timestamp": 1636146195810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "clamp",
  "timestamp": 1636146202782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:03:58.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146205920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146209035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "policy-id",
  "timestamp": 1636146204012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "cds",
  "timestamp": 1636146204310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146205920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:03:58.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146209035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "policy-id",
  "timestamp": 1636146204012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:03:58.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "cds",
  "timestamp": 1636146204310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:03:58.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146205920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146209035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "policy-id",
  "timestamp": 1636146212742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:03:58.265Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:03:58.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "cds",
  "timestamp": 1636146213036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:03:58.265Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:03:58.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146205920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146209035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "policy-id",
  "timestamp": 1636146213746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:03:58.266Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:03:58.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "cds",
  "timestamp": 1636146214041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-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-05T21:03:58.353Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:03:58.354Z||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-05T21:03:58.354Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:03:58.365Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:03:58.366Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-05T21:03:58.922Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 34099505-dcab-4c77-bd4a-8203e8a869ac
2021-11-05T21:03:58.922Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34099505-dcab-4c77-bd4a-8203e8a869ac 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-05T21:03:58.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146213682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146209035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "policy-id",
  "timestamp": 1636146214749,
  "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-05T21:03:58.935Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34099505-dcab-4c77-bd4a-8203e8a869ac
2021-11-05T21:03:58.935Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34099505-dcab-4c77-bd4a-8203e8a869ac 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-05T21:03:58.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146214782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:03:58.944Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:03:58.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146213682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146209035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "aai-ml",
  "timestamp": 1636146215293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146216005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T21:03:58.946Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:03:58.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146213682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146209035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:03:58.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "aai-ml",
  "timestamp": 1636146215293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146217009,
  "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-05T21:03:58.954Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 34099505-dcab-4c77-bd4a-8203e8a869ac
2021-11-05T21:03:58.954Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34099505-dcab-4c77-bd4a-8203e8a869ac 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-05T21:03:58.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146213682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "aai-ml",
  "timestamp": 1636146215293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146213682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "aai-ml",
  "timestamp": 1636146215293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146213682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "aai-ml",
  "timestamp": 1636146215293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146213682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "aai-ml",
  "timestamp": 1636146215293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146213682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:03:58.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "clamp",
  "timestamp": 1636146221461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:03:58.967Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:03:58.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "aai-ml",
  "timestamp": 1636146215293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:58.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "clamp",
  "timestamp": 1636146222480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:03:58.968Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:03:58.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146222612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:03:58.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:03:58.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "aai-ml",
  "timestamp": 1636146215293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:03:58.970Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:03:58.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "clamp",
  "timestamp": 1636146223483,
  "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-05T21:03:58.980Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 34099505-dcab-4c77-bd4a-8203e8a869ac
2021-11-05T21:03:58.980Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34099505-dcab-4c77-bd4a-8203e8a869ac 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-05T21:03:58.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "aai-ml",
  "timestamp": 1636146224278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:03:58.988Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:03:58.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146224940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:03:58.989Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:03:58.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:58.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146225943,
  "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-05T21:03:58.994Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 34099505-dcab-4c77-bd4a-8203e8a869ac
2021-11-05T21:03:58.995Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34099505-dcab-4c77-bd4a-8203e8a869ac 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-05T21:03:59.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:59.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "aai-ml",
  "timestamp": 1636146228206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:03:59.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:03:59.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:03:59.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "aai-ml",
  "timestamp": 1636146229210,
  "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-05T21:03:59.010Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 34099505-dcab-4c77-bd4a-8203e8a869ac
2021-11-05T21:03:59.010Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34099505-dcab-4c77-bd4a-8203e8a869ac 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-05T21:03:59.253Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:03:59.254Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:03:59.257Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:03:59.257Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146237617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:03:59.357Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:03:59.358Z||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-05T21:03:59.358Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:03:59.369Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:03:59.369Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:04:00.258Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:04:00.258Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:04:00.260Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:04:00.261Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146237617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:04:00.361Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:04:00.361Z||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-05T21:04:00.362Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:04:00.373Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:04:00.373Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:04:01.261Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:04:01.263Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:04:01.265Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:04:01.265Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146237617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:04:01.365Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:04:01.366Z||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-05T21:04:01.366Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:04:01.378Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:04:01.378Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:04:02.266Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:04:02.267Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:04:02.268Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:04:02.269Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146237617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:04:02.369Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:04:02.370Z||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-05T21:04:02.370Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:04:02.382Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:04:02.382Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-05T21:04:03.269Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:04:03.270Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:04:03.272Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:04:03.272Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146237617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:04:03.372Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:04:03.373Z||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-05T21:04:03.373Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:04:03.384Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:04:03.385Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:04:04.273Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:04:04.274Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:04:04.277Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:04:04.277Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146237617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:04:04.376Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:04:04.377Z||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-05T21:04:04.377Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:04:04.389Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:04:04.389Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-05T21:04:05.278Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:04:05.279Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:04:05.281Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:04:05.282Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146237617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:04:05.382Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:04:05.383Z||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-05T21:04:05.383Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:04:05.395Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:04:05.395Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:04:06.283Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "serviceName": "Demo_pNF_biOk2eYodw4GpVsFCpkc",
  "serviceVersion": "1.0",
  "serviceUUID": "e7dac5ee-a935-459d-a3d4-3d4bdcabdfb8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ce11309f-898b-472c-8b61-47f4f05bae4b",
  "resources": [
    {
      "resourceInstanceName": "pNF 7adc7c54-3492 0",
      "resourceCustomizationUUID": "09a1f32b-ee5d-4ea5-9a41-52e3f943211e",
      "resourceName": "pNF 7adc7c54-3492",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "51e70ef3-68bd-4c04-8877-cf5e2abe55ec",
      "resourceInvariantUUID": "f871e966-c88b-4520-89d2-1601a05cdf3a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
      "artifactChecksum": "NDM3MDY3ZGI5NzU1ZTdlODAxYWNlYzRmZjgyYmNiODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "37eded70-3848-46be-9435-78f75a762093"
    }
  ],
  "workloadContext": "Production"
}
2021-11-05T21:04:06.283Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T21:04:06.284Z|61db19f7-dee1-4b82-a5df-0d830222cd12|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e7dac5ee-a935-459d-a3d4-3d4bdcabdfb8 ASDC
2021-11-05T21:04:06.284Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:34099505-dcab-4c77-bd4a-8203e8a869ac
ServiceName:Demo_pNF_biOk2eYodw4GpVsFCpkc
ServiceVersion:1.0
ServiceUUID:e7dac5ee-a935-459d-a3d4-3d4bdcabdfb8
ServiceInvariantUUID:ce11309f-898b-472c-8b61-47f4f05bae4b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar
ArtifactUUID:37eded70-3848-46be-9435-78f75a762093
ArtifactChecksum:NDM3MDY3ZGI5NzU1ZTdlODAxYWNlYzRmZjgyYmNiODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7adc7c54-3492 0
ResourceCustomizationUUID:09a1f32b-ee5d-4ea5-9a41-52e3f943211e
ResourceInvariantUUID:f871e966-c88b-4520-89d2-1601a05cdf3a
ResourceName:pNF 7adc7c54-3492
ResourceType:PNF
ResourceUUID:51e70ef3-68bd-4c04-8877-cf5e2abe55ec
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-05T21:04:06.284Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e7dac5ee-a935-459d-a3d4-3d4bdcabdfb8 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-05T21:04:06.924Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T21:04:06.924Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-05T21:04:06.924Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-05T21:04:06.925Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 37eded70-3848-46be-9435-78f75a762093 from URL: /sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar
2021-11-05T21:04:06.925Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-05T21:04:06.925Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar
2021-11-05T21:04:07.120Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-05T21:04:07.126Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar 37eded70-3848-46be-9435-78f75a762093 82617
2021-11-05T21:04:07.126Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar ASDC sendASDCNotification
2021-11-05T21:04:07.126Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar
2021-11-05T21:04:07.126Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:04:07.126Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:04:07.128Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:04:07.128Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146247126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:04:07.229Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-05T21:04:07.230Z||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-05T21:04:07.230Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:04:07.240Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:04:07.241Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:04:08.128Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T21:04:08.130Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-05T21:04:08.130Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 37eded70-3848-46be-9435-78f75a762093, URL: /sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar to file: /app/ASDC/1/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar
2021-11-05T21:04:08.130Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar
2021-11-05T21:04:08.131Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar
2021-11-05T21:04:08.131Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar
2021-11-05T21:04:08.236Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15877059735506435026/Definitions/service-DemoPnfBiok2eyodw4gpvsfcpkc-template.yml
2021-11-05T21:04:08.918Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T21:04:08.919Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-05T21:04:08.919Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar
2021-11-05T21:04:08.919Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-05T21:04:08.919Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||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-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar
2021-11-05T21:04:08.919Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar
2021-11-05T21:04:08.919Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||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-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar
2021-11-05T21:04:08.919Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar
2021-11-05T21:04:08.919Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar
2021-11-05T21:04:08.920Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7adc7c54-3492 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-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar
2021-11-05T21:04:08.920Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar
2021-11-05T21:04:08.920Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-05T21:04:08.920Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:04:08.920Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_biOk2eYodw4GpVsFCpkc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:04:08.920Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Node template pNF 7adc7c54-3492 0 is matching search criteria
2021-11-05T21:04:08.920Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-05T21:04:08.921Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 7adc7c54-3492 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T21:04:08.921Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:04:08.921Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_biOk2eYodw4GpVsFCpkc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:04:08.921Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Node template pNF 7adc7c54-3492 0 is matching search criteria
2021-11-05T21:04:08.921Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-05T21:04:08.921Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 7adc7c54-3492 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T21:04:08.921Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:04:08.921Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_biOk2eYodw4GpVsFCpkc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:04:08.922Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:04:08.922Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_biOk2eYodw4GpVsFCpkc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:04:08.922Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:04:08.922Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_biOk2eYodw4GpVsFCpkc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:04:08.922Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:04:08.922Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_biOk2eYodw4GpVsFCpkc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:04:08.922Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:04:08.922Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_biOk2eYodw4GpVsFCpkc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:04:08.923Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_biOk2eYodw4GpVsFCpkc
Description:catalog service description
Model UUID:e7dac5ee-a935-459d-a3d4-3d4bdcabdfb8
Model Version:NULL
Model InvariantUuid:ce11309f-898b-472c-8b61-47f4f05bae4b
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-05T21:04:09.916Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 51e70ef3-68bd-4c04-8877-cf5e2abe55ec
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-05T21:04:10.914Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||pNF 7adc7c54-3492 0
2021-11-05T21:04:10.915Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 51e70ef3-68bd-4c04-8877-cf5e2abe55ec
2021-11-05T21:04:10.915Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||No resources found for Service: e7dac5ee-a935-459d-a3d4-3d4bdcabdfb8
2021-11-05T21:04:10.915Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: e7dac5ee-a935-459d-a3d4-3d4bdcabdfb8
2021-11-05T21:04:10.915Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7adc7c54-3492 0 51e70ef3-68bd-4c04-8877-cf5e2abe55ec 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-05T21:04:11.917Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c35994e, org.onap.sdc.toscaparser.api.parameters.Input@7e570b2f, org.onap.sdc.toscaparser.api.parameters.Input@5d0d1100, org.onap.sdc.toscaparser.api.parameters.Input@304175de, org.onap.sdc.toscaparser.api.parameters.Input@50de7571]
2021-11-05T21:04:11.918Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:04:11.918Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_biOk2eYodw4GpVsFCpkc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:04:11.918Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid e7dac5ee-a935-459d-a3d4-3d4bdcabdfb8: pNF 7adc7c54-3492
2021-11-05T21:04:11.918Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||Processing PNF resource: 51e70ef3-68bd-4c04-8877-cf5e2abe55ec
2021-11-05T21:04:11.918Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:04:11.919Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_biOk2eYodw4GpVsFCpkc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:04:11.919Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||Resource customization UUID: 09a1f32b-ee5d-4ea5-9a41-52e3f943211e is the same as notified resource customizationUUID: 09a1f32b-ee5d-4ea5-9a41-52e3f943211e
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-05T21:04:12.950Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7adc7c54-3492 51e70ef3-68bd-4c04-8877-cf5e2abe55ec 0 ASDC deployResourceStructure
2021-11-05T21:04:12.950Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar ASDC sendASDCNotification
2021-11-05T21:04:12.950Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar
2021-11-05T21:04:12.950Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:04:12.951Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:04:12.952Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:04:12.953Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146252950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:04:13.053Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:04:13.054Z||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-05T21:04:13.054Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:04:13.064Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:04:13.064Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:04:13.953Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34099505-dcab-4c77-bd4a-8203e8a869ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T21:04:13.964Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34099505-dcab-4c77-bd4a-8203e8a869ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T21:04:13.967Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T21:04:13.967Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T21:04:13.967Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T21:04:13.967Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T21:04:13.967Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:04:13.967Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:04:13.967Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:04:13.968Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:04:13.968Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:04:13.968Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:04:13.968Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:04:13.968Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-05T21:04:13.972Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T21:04:43.972Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34099505-dcab-4c77-bd4a-8203e8a869ac 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-05T21:04:43.977Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34099505-dcab-4c77-bd4a-8203e8a869ac and serviceModelVersionId: e7dac5ee-a935-459d-a3d4-3d4bdcabdfb8
2021-11-05T21:04:43.977Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce11309f-898b-472c-8b61-47f4f05bae4b
2021-11-05T21:04:43.978Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce11309f-898b-472c-8b61-47f4f05bae4b/model-vers/model-ver/e7dac5ee-a935-459d-a3d4-3d4bdcabdfb8?depth=0
2021-11-05T21:04:43.985Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T21:04:44.027Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce11309f-898b-472c-8b61-47f4f05bae4b/model-vers/model-ver/e7dac5ee-a935-459d-a3d4-3d4bdcabdfb8?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-05T21:04:44.027Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce11309f-898b-472c-8b61-47f4f05bae4b/model-vers/model-ver/e7dac5ee-a935-459d-a3d4-3d4bdcabdfb8?depth=0|INFO|500||Invoke
2021-11-05T21:04:44.055Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce11309f-898b-472c-8b61-47f4f05bae4b/model-vers/model-ver/e7dac5ee-a935-459d-a3d4-3d4bdcabdfb8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-05T21:04:44.307Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce11309f-898b-472c-8b61-47f4f05bae4b/model-vers/model-ver/e7dac5ee-a935-459d-a3d4-3d4bdcabdfb8?depth=0|INFO|500||InvokeReturn
2021-11-05T21:04:44.307Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce11309f-898b-472c-8b61-47f4f05bae4b/model-vers/model-ver/e7dac5ee-a935-459d-a3d4-3d4bdcabdfb8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211105-21:04:44:062-26372], vertex-id=[172216], Content-Length=[0], Date=[Fri, 05 Nov 2021 21:04:44 GMT], Content-Type=[application/json]}
2021-11-05T21:04:44.307Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-11-05T21:04:44.307Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T21:04:44.307Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T21:04:44.921Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-05T21:04:44.921Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34099505-dcab-4c77-bd4a-8203e8a869ac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T21:04:44.922Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T21:04:44.922Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:04:44.923Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:04:44.924Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146284922,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T21:04:45.024Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:04:45.024Z||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-05T21:04:45.024Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:04:45.037Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:04:45.037Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-05T21:04:57.617Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:04:57.617Z|34099505-dcab-4c77-bd4a-8203e8a869ac|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-05T21:04:57.618Z|34099505-dcab-4c77-bd4a-8203e8a869ac|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:04:57.619Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:04:57.619Z||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-05T21:04:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:04:57.734Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:04:57.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:04:57.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146237617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:04:57.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:05:07.156Z|34099505-dcab-4c77-bd4a-8203e8a869ac|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:05:57.617Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:05:57.618Z||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-05T21:05:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:05:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:05:57.619Z||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-05T21:05:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:05:57.646Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:05:57.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:05:57.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146237617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:05:57.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:05:57.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:05:57.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146237617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:05:57.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:05:57.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:05:57.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146237617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:05:57.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:05:57.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:05:57.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146237617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:05:57.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:05:57.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:05:57.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146237617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/resourceInstances/pnf7adc7c5434920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:05:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:05:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:05:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146237617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:05:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:05:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:05:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146237617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:05:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:05:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:05:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146247126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:05:57.650Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:05:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:05:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146252950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBiok2eyodw4gpvsfcpkc/1.0/artifacts/service-DemoPnfBiok2eyodw4gpvsfcpkc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:05:57.651Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:05:57.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:05:57.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34099505-dcab-4c77-bd4a-8203e8a869ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146284922,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T21:05:57.651Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:05:58.247Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:05:58.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T21:05:58.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"5278ae5e-e0aa-4690-b138-2fea6562478a","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"ce7050ed-c539-47f0-8e71-b9cceb48e2a3","serviceDescription":"service","serviceInvariantUUID":"db860eff-4d7d-4d00-b5e5-1b8ba150be4c","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"32bfddc5-5a9c-4149-88bd-fd31ff41220f","resourceInvariantUUID":"5515ceec-c2d8-4fda-8dc2-d95fd0967199","resourceCustomizationUUID":"caff75a6-fd42-4f00-8eaf-c66989f06058","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":"84eed7f0-6f3e-4c82-b8a5-546ad496cbb8","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":"OGVjZjY5NTExZjIwNjZiNTBjYTc1NmFiZWRlYmZlNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b1d3447-1c66-4063-ba0a-8ad4297b6ba4","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":"OGUzZTEyMTA1OGVmN2Y3NDM2ODc1YWUwMDA3YzcyZGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a52b85dd-622a-43b0-9776-cbf6485cf915","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":"9af3323b-ef7e-45af-a01e-dd952ee74bd9","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":"d18a0f20-dcdf-4a63-a4e9-c3229ac2038e","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":"c1ae9130-9021-479f-a691-ccee3247a2fb","artifactVersion":"2","generatedFromUUID":"9af3323b-ef7e-45af-a01e-dd952ee74bd9"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NmI1NTA5YjMwMWNkY2M3ODE4YTVjZDlkZjk2MGY0NjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a63a6be6-f493-430d-8889-653aa254462e","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZWJhMzNkOWI2NDk3N2VmNjUyNWRhOWZkOTNkMDVhYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e29de18c-fac7-4f6f-908f-68b14b334d01","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T21:05:58.252Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:05:58.253Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:05:58.255Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:05:58.255Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146357617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:05:58.355Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:05:58.356Z||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-05T21:05:58.356Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:05:58.366Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:05:58.367Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:05:59.256Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:05:59.257Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:05:59.259Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:05:59.259Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146357617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:05:59.359Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:05:59.360Z||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-05T21:05:59.360Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:05:59.372Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:05:59.372Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:06:00.260Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:06:00.261Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:06:00.264Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:06:00.264Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146357617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T21:06:00.364Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:06:00.365Z||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-05T21:06:00.365Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:06:00.377Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:06:00.377Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:06:01.265Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:06:01.265Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:06:01.267Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:06:01.267Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146357617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:06:01.368Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:06:01.369Z||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-05T21:06:01.369Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:06:01.381Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:06:01.381Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-05T21:06:02.268Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:06:02.269Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:06:02.270Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:06:02.271Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146357617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:02.371Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:06:02.371Z||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-05T21:06:02.371Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:06:02.384Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:06:02.385Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:06:03.271Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:06:03.272Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:06:03.274Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:06:03.275Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146357617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-05T21:06:03.374Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:06:03.375Z||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-05T21:06:03.375Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:06:03.388Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:06:03.388Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:06:04.275Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:06:04.276Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:06:04.279Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:06:04.279Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146357617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:04.379Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:06:04.380Z||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-05T21:06:04.380Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:06:04.390Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:06:04.391Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:06:05.279Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:06:05.281Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:06:05.283Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:06:05.283Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146357617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:06:05.384Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-05T21:06:05.385Z||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-05T21:06:05.385Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:06:05.395Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:06:05.396Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:06:06.284Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "ce7050ed-c539-47f0-8e71-b9cceb48e2a3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "db860eff-4d7d-4d00-b5e5-1b8ba150be4c",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "caff75a6-fd42-4f00-8eaf-c66989f06058",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "32bfddc5-5a9c-4149-88bd-fd31ff41220f",
      "resourceInvariantUUID": "5515ceec-c2d8-4fda-8dc2-d95fd0967199",
      "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": "OGUzZTEyMTA1OGVmN2Y3NDM2ODc1YWUwMDA3YzcyZGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a52b85dd-622a-43b0-9776-cbf6485cf915",
          "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": "9af3323b-ef7e-45af-a01e-dd952ee74bd9",
          "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": "c1ae9130-9021-479f-a691-ccee3247a2fb",
            "generatedFromUUID": "9af3323b-ef7e-45af-a01e-dd952ee74bd9"
          },
          "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": "c1ae9130-9021-479f-a691-ccee3247a2fb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZWJhMzNkOWI2NDk3N2VmNjUyNWRhOWZkOTNkMDVhYzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e29de18c-fac7-4f6f-908f-68b14b334d01"
    }
  ],
  "workloadContext": "Production"
}
2021-11-05T21:06:06.285Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T21:06:06.285Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce7050ed-c539-47f0-8e71-b9cceb48e2a3 ASDC
2021-11-05T21:06:06.285Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5278ae5e-e0aa-4690-b138-2fea6562478a
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:ce7050ed-c539-47f0-8e71-b9cceb48e2a3
ServiceInvariantUUID:db860eff-4d7d-4d00-b5e5-1b8ba150be4c
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:e29de18c-fac7-4f6f-908f-68b14b334d01
ArtifactChecksum:ZWJhMzNkOWI2NDk3N2VmNjUyNWRhOWZkOTNkMDVhYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:caff75a6-fd42-4f00-8eaf-c66989f06058
ResourceInvariantUUID:5515ceec-c2d8-4fda-8dc2-d95fd0967199
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:32bfddc5-5a9c-4149-88bd-fd31ff41220f
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:a52b85dd-622a-43b0-9776-cbf6485cf915
ArtifactChecksum:OGUzZTEyMTA1OGVmN2Y3NDM2ODc1YWUwMDA3YzcyZGQ=
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:9af3323b-ef7e-45af-a01e-dd952ee74bd9
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:c1ae9130-9021-479f-a691-ccee3247a2fb
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:c1ae9130-9021-479f-a691-ccee3247a2fb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-05T21:06:06.286Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce7050ed-c539-47f0-8e71-b9cceb48e2a3 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-05T21:06:06.960Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T21:06:06.961Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T21:06:06.961Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T21:06:06.961Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e29de18c-fac7-4f6f-908f-68b14b334d01 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-05T21:06:06.962Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:06:06.962Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-05T21:06:07.127Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:06:07.132Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar e29de18c-fac7-4f6f-908f-68b14b334d01 73660
2021-11-05T21:06:07.133Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:07.133Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:07.133Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:06:07.133Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:06:07.135Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:06:07.136Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146367133,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:06:07.236Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:06:07.237Z||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-05T21:06:07.237Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:06:07.244Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:06:07.244Z||pool-54-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:06:08.136Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T21:06:08.137Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T21:06:08.138Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e29de18c-fac7-4f6f-908f-68b14b334d01, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T21:06:08.138Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-11-05T21:06:08.138Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T21:06:08.138Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T21:06:08.472Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5579489265189547205/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-05T21:06:09.563Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T21:06:09.563Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-05T21:06:09.563Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T21:06:09.564Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-05T21:06:09.564Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:09.564Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:09.564Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T21:06:09.564Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T21:06:09.564Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T21:06:09.564Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:09.564Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:09.564Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T21:06:09.564Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T21:06:09.564Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-05T21:06:09.564Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:09.565Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:06:09.565Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-05T21:06:09.565Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-05T21:06:09.565Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T21:06:09.565Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:09.565Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:06:09.566Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-05T21:06:09.566Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-05T21:06:09.566Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T21:06:09.566Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:09.566Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:06:09.566Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:09.566Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-05T21:06:09.566Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-05T21:06:09.566Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-05T21:06:09.566Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-05T21:06:09.567Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-05T21:06:09.567Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-05T21:06:09.567Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:09.567Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T21:06:09.571Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:09.572Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-05T21:06:09.572Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:06:09.572Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:09.572Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-05T21:06:09.573Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:06:09.573Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:09.573Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-05T21:06:09.573Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:06:09.573Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:09.573Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-05T21:06:09.574Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-05T21:06:09.574Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-05T21:06:09.574Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ef217142-d746-4429-a010-2c918ae52c85
2021-11-05T21:06:09.574Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:09.574Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:06:09.574Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:09.574Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:06:09.575Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:09.575Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:06:09.575Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:09.575Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:06:09.575Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:ce7050ed-c539-47f0-8e71-b9cceb48e2a3
Model Version:NULL
Model InvariantUuid:db860eff-4d7d-4d00-b5e5-1b8ba150be4c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:b183d5bb-4047-430e-963b-e0c293f2b0ed
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5515ceec-c2d8-4fda-8dc2-d95fd0967199
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:caff75a6-fd42-4f00-8eaf-c66989f06058
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2cb07b61-0bf0-49d4-98e0-ba8ae1cb269f
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:a4057056-8f43-460c-b7e6-fec15123c7ae
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ef217142-d746-4429-a010-2c918ae52c85
ModelInvariantUuid:ad4ee542-a094-4588-9efb-c4c5a87c1cf1
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:0080c66c-bb0e-4124-a41e-49d7f8021ecf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:fe12afe2-7dc3-4357-8d3f-29aa832c7839
ModelInvariantUuid:97592bea-ea5f-4701-8011-1f31ad275b65
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:b92510b7-ec36-4d31-aa55-d9f130926b11
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-05T21:06:09.942Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 32bfddc5-5a9c-4149-88bd-fd31ff41220f
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-05T21:06:09.944Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||basicclamp 0
2021-11-05T21:06:09.945Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 32bfddc5-5a9c-4149-88bd-fd31ff41220f
2021-11-05T21:06:09.945Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a52b85dd-622a-43b0-9776-cbf6485cf915 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-05T21:06:09.945Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:06:09.945Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:09.992Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:06:09.993Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json a52b85dd-622a-43b0-9776-cbf6485cf915 790
2021-11-05T21:06:09.993Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:09.993Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:09.993Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:06:09.994Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:06:09.996Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:06:09.996Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146369993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:06:10.096Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:06:10.097Z||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-05T21:06:10.097Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:06:10.107Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:06:10.108Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:06:10.996Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2cb07b61-0bf0-49d4-98e0-ba8ae1cb269f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a4057056-8f43-460c-b7e6-fec15123c7ae",
    "vfModuleModelCustomizationUUID": "08916045-e124-4b38-9395-67932a48863a",
    "isBase": true,
    "artifacts": [
      "9af3323b-ef7e-45af-a01e-dd952ee74bd9",
      "c1ae9130-9021-479f-a691-ccee3247a2fb"
    ],
    "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-05T21:06:11.000Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4057056-8f43-460c-b7e6-fec15123c7ae
VfModuleModelInvariantUUID:2cb07b61-0bf0-49d4-98e0-ba8ae1cb269f
VfModuleModelDescription:NULL
Artifacts UUID List:{
9af3323b-ef7e-45af-a01e-dd952ee74bd9
,
c1ae9130-9021-479f-a691-ccee3247a2fb

}
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-05T21:06:11.001Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2cb07b61-0bf0-49d4-98e0-ba8ae1cb269f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a4057056-8f43-460c-b7e6-fec15123c7ae",
    "vfModuleModelCustomizationUUID": "08916045-e124-4b38-9395-67932a48863a",
    "isBase": true,
    "artifacts": [
      "9af3323b-ef7e-45af-a01e-dd952ee74bd9",
      "c1ae9130-9021-479f-a691-ccee3247a2fb"
    ],
    "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-05T21:06:11.002Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4057056-8f43-460c-b7e6-fec15123c7ae
VfModuleModelInvariantUUID:2cb07b61-0bf0-49d4-98e0-ba8ae1cb269f
VfModuleModelDescription:NULL
Artifacts UUID List:{
9af3323b-ef7e-45af-a01e-dd952ee74bd9
,
c1ae9130-9021-479f-a691-ccee3247a2fb

}
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-05T21:06:11.002Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9af3323b-ef7e-45af-a01e-dd952ee74bd9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-05T21:06:11.002Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:06:11.002Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:11.052Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:06:11.052Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 9af3323b-ef7e-45af-a01e-dd952ee74bd9 5033
2021-11-05T21:06:11.052Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:11.052Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:11.053Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:06:11.053Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:06:11.054Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:06:11.055Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146371052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:06:11.155Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:06:11.156Z||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-05T21:06:11.156Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:06:11.166Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:06:11.166Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:06:12.055Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c1ae9130-9021-479f-a691-ccee3247a2fb from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-05T21:06:12.056Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:06:12.056Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:12.175Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:06:12.176Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env c1ae9130-9021-479f-a691-ccee3247a2fb 909
2021-11-05T21:06:12.176Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:12.176Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:12.176Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:06:12.176Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:06:12.178Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:06:12.178Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146372176,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:06:12.279Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:06:12.279Z||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-05T21:06:12.280Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:06:12.291Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:06:12.292Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:06:13.179Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ce7050ed-c539-47f0-8e71-b9cceb48e2a3
2021-11-05T21:06:13.180Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 32bfddc5-5a9c-4149-88bd-fd31ff41220f 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-05T21:06:13.950Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45612db1, org.onap.sdc.toscaparser.api.parameters.Input@1cba6d3d, org.onap.sdc.toscaparser.api.parameters.Input@68acb944, org.onap.sdc.toscaparser.api.parameters.Input@439975c7, org.onap.sdc.toscaparser.api.parameters.Input@f59d4a0]
2021-11-05T21:06:13.952Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:13.952Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:06:13.953Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-11-05T21:06:13.953Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= caff75a6-fd42-4f00-8eaf-c66989f06058
2021-11-05T21:06:13.953Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: caff75a6-fd42-4f00-8eaf-c66989f06058 matches Tosca VF Customization UUID: caff75a6-fd42-4f00-8eaf-c66989f06058
2021-11-05T21:06:13.953Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: caff75a6-fd42-4f00-8eaf-c66989f06058  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-05T21:06:13.957Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:13.957Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:06:13.958Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id caff75a6-fd42-4f00-8eaf-c66989f06058: {\"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-05T21:06:13.958Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@45110719
2021-11-05T21:06:13.958Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:13.958Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T21:06:13.959Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 08916045-e124-4b38-9395-67932a48863a
2021-11-05T21:06:13.959Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 08916045-e124-4b38-9395-67932a48863a
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-05T21:06:13.963Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:13.963Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-05T21:06:13.964Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:06:13.964Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:13.964Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-05T21:06:13.964Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:06:13.964Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:13.965Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-05T21:06:13.965Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-05T21:06:13.965Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-05T21:06:13.965Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ef217142-d746-4429-a010-2c918ae52c85
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-05T21:06:13.968Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:13.968Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-05T21:06:13.968Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:06:13.969Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:13.969Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-05T21:06:13.969Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=caff75a6-fd42-4f00-8eaf-c66989f06058
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-05T21:06:13.971Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:13.971Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:06:13.971Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ce7050ed-c539-47f0-8e71-b9cceb48e2a3: basicclamp
2021-11-05T21:06:13.971Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:13.971Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:06:13.971Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:13.971Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:06:13.972Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:13.972Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:06:13.972Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:13.972Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:06:13.972Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:06:13.972Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:06:13.972Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:14.954Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 32bfddc5-5a9c-4149-88bd-fd31ff41220f 1 ASDC deployResourceStructure
2021-11-05T21:06:14.954Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:14.954Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:14.954Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:06:14.954Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:06:14.956Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:06:14.956Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146374954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T21:06:15.056Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:06:15.057Z||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-05T21:06:15.057Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:06:15.067Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:06:15.067Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:06:15.957Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:15.958Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:15.958Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:06:15.958Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:06:15.960Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:06:15.961Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146375957,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T21:06:16.061Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:06:16.062Z||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-05T21:06:16.062Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:06:16.074Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:06:16.075Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-05T21:06:16.961Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:16.962Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:16.962Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:06:16.963Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:06:16.965Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:06:16.966Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146376961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-05T21:06:17.066Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:06:17.066Z||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-05T21:06:17.067Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:06:17.078Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:06:17.078Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:06:17.966Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:17.967Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||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-05T21:06:17.967Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:06:17.968Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:06:17.970Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:06:17.970Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146377966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:06:18.070Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:06:18.071Z||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-05T21:06:18.071Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:06:18.082Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:06:18.083Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:06:18.971Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5278ae5e-e0aa-4690-b138-2fea6562478a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T21:06:18.987Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5278ae5e-e0aa-4690-b138-2fea6562478a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T21:06:18.990Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T21:06:18.991Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T21:06:18.991Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T21:06:48.991Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5278ae5e-e0aa-4690-b138-2fea6562478a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T21:06:49.003Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5278ae5e-e0aa-4690-b138-2fea6562478a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T21:06:49.005Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T21:06:49.005Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T21:06:49.005Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T21:06:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:06:57.619Z||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-05T21:06:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:06:57.645Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:06:57.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146345920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146349036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "policy-id",
  "timestamp": 1636146344012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146345920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146349036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "policy-id",
  "timestamp": 1636146344012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "clamp",
  "timestamp": 1636146352782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146345920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146349036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T21:06:57.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "policy-id",
  "timestamp": 1636146344012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "clamp",
  "timestamp": 1636146352782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146345920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146349036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:06:57.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "policy-id",
  "timestamp": 1636146344012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:06:57.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "cds",
  "timestamp": 1636146354311,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "clamp",
  "timestamp": 1636146352782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T21:06:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146345920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146349036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "policy-id",
  "timestamp": 1636146344012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "cds",
  "timestamp": 1636146354311,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "clamp",
  "timestamp": 1636146352782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "dcae-sch",
  "timestamp": 1636146355810,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:06:57.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146345920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146349036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-05T21:06:57.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "policy-id",
  "timestamp": 1636146344012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "cds",
  "timestamp": 1636146354311,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "clamp",
  "timestamp": 1636146352782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:06:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:06:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "dcae-sch",
  "timestamp": 1636146355810,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:06:57.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:07:19.006Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5278ae5e-e0aa-4690-b138-2fea6562478a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T21:07:19.954Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5278ae5e-e0aa-4690-b138-2fea6562478a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T21:07:19.958Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T21:07:19.959Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T21:07:19.959Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T21:07:49.959Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5278ae5e-e0aa-4690-b138-2fea6562478a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T21:07:49.970Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5278ae5e-e0aa-4690-b138-2fea6562478a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T21:07:49.973Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T21:07:49.973Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T21:07:49.973Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T21:07:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:07:57.619Z||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-05T21:07:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:07:57.640Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:07:57.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:07:57.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146345920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:07:57.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:19.973Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5278ae5e-e0aa-4690-b138-2fea6562478a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T21:08:19.983Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5278ae5e-e0aa-4690-b138-2fea6562478a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T21:08:19.985Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T21:08:19.985Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T21:08:19.985Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T21:08:49.985Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5278ae5e-e0aa-4690-b138-2fea6562478a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T21:08:49.997Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5278ae5e-e0aa-4690-b138-2fea6562478a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T21:08:49.998Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T21:08:49.999Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T21:08:49.999Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T21:08:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:08:57.619Z||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-05T21:08:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:08:57.647Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:08:57.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146349036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:57.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "policy-id",
  "timestamp": 1636146344012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "cds",
  "timestamp": 1636146354311,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146357617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "clamp",
  "timestamp": 1636146352782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "dcae-sch",
  "timestamp": 1636146355810,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146345920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146349036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:08:57.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "policy-id",
  "timestamp": 1636146344012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:08:57.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "cds",
  "timestamp": 1636146354311,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:57.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146357617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:57.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "clamp",
  "timestamp": 1636146352782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:57.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "dcae-sch",
  "timestamp": 1636146355810,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:57.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146359915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:08:57.652Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "policy-id",
  "timestamp": 1636146359921,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:08:57.652Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "cds",
  "timestamp": 1636146354311,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:57.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146357617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T21:08:57.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "clamp",
  "timestamp": 1636146352782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:08:57.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "dcae-sch",
  "timestamp": 1636146355810,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:57.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "cds",
  "timestamp": 1636146354311,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "policy-id",
  "timestamp": 1636146360926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146361111,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146357617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "dcae-sch",
  "timestamp": 1636146355810,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "cds",
  "timestamp": 1636146354311,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "policy-id",
  "timestamp": 1636146361929,
  "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-05T21:08:57.977Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5278ae5e-e0aa-4690-b138-2fea6562478a
2021-11-05T21:08:57.977Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5278ae5e-e0aa-4690-b138-2fea6562478a 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-05T21:08:57.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146357617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:57.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "dcae-sch",
  "timestamp": 1636146355810,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:57.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146362569,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:08:57.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:57.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "cds",
  "timestamp": 1636146363195,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:08:57.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:57.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146357617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-05T21:08:57.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "dcae-sch",
  "timestamp": 1636146355810,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:57.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:57.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146363590,
  "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-05T21:08:57.991Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5278ae5e-e0aa-4690-b138-2fea6562478a
2021-11-05T21:08:57.992Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5278ae5e-e0aa-4690-b138-2fea6562478a 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-05T21:08:57.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:57.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "cds",
  "timestamp": 1636146364200,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-05T21:08:58.006Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5278ae5e-e0aa-4690-b138-2fea6562478a
2021-11-05T21:08:58.006Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5278ae5e-e0aa-4690-b138-2fea6562478a 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-05T21:08:58.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146357617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146363682,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146364593,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146357617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146363682,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "dcae-sch",
  "timestamp": 1636146365735,
  "artifactURL": "/sdc/v1/catalog/services/ce7050ed-c539-47f0-8e71-b9cceb48e2a3/resourceInstances/basicclamp0/artifacts/84eed7f0-6f3e-4c82-b8a5-546ad496cbb8",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "aai-ml",
  "timestamp": 1636146365293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146363682,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "aai-ml",
  "timestamp": 1636146365293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "dcae-sch",
  "timestamp": 1636146367131,
  "artifactURL": "/sdc/v1/catalog/services/ce7050ed-c539-47f0-8e71-b9cceb48e2a3/resourceInstances/basicclamp0/artifacts/84eed7f0-6f3e-4c82-b8a5-546ad496cbb8",
  "status": "DEPLOY_OK"
}
2021-11-05T21:08:58.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146367133,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:08:58.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146363682,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "aai-ml",
  "timestamp": 1636146365293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "dcae-sch",
  "timestamp": 1636146368135,
  "artifactURL": "/sdc/v1/catalog/services/ce7050ed-c539-47f0-8e71-b9cceb48e2a3/resourceInstances/basicclamp0/artifacts/84eed7f0-6f3e-4c82-b8a5-546ad496cbb8",
  "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-05T21:08:58.023Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 5278ae5e-e0aa-4690-b138-2fea6562478a
2021-11-05T21:08:58.023Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5278ae5e-e0aa-4690-b138-2fea6562478a 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-05T21:08:58.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146363682,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "aai-ml",
  "timestamp": 1636146365293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146363682,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "aai-ml",
  "timestamp": 1636146365293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146369993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:08:58.035Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146363682,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "aai-ml",
  "timestamp": 1636146365293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146371052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:08:58.036Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146363682,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:08:58.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "aai-ml",
  "timestamp": 1636146365293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146372176,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:08:58.036Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "clamp",
  "timestamp": 1636146372259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:08:58.036Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146372402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:08:58.036Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "aai-ml",
  "timestamp": 1636146365293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "clamp",
  "timestamp": 1636146373262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "aai-ml",
  "timestamp": 1636146374034,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146374954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146374987,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146375957,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146375990,
  "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-05T21:08:58.042Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5278ae5e-e0aa-4690-b138-2fea6562478a
2021-11-05T21:08:58.042Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5278ae5e-e0aa-4690-b138-2fea6562478a 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-05T21:08:58.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146376961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-05T21:08:58.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "clamp",
  "timestamp": 1636146377387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:08:58.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146377966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:08:58.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "clamp",
  "timestamp": 1636146378391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T21:08:58.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "clamp",
  "timestamp": 1636146379394,
  "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-05T21:08:58.057Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5278ae5e-e0aa-4690-b138-2fea6562478a
2021-11-05T21:08:58.057Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5278ae5e-e0aa-4690-b138-2fea6562478a 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-05T21:08:58.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "aai-ml",
  "timestamp": 1636146380910,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:08:58.064Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "aai-ml",
  "timestamp": 1636146381913,
  "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-05T21:08:58.069Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5278ae5e-e0aa-4690-b138-2fea6562478a
2021-11-05T21:08:58.070Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5278ae5e-e0aa-4690-b138-2fea6562478a 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-05T21:08:58.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146405920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "cds",
  "timestamp": 1636146399311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "policy-id",
  "timestamp": 1636146404012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146405920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "cds",
  "timestamp": 1636146399311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "policy-id",
  "timestamp": 1636146404012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146409035,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "cds",
  "timestamp": 1636146410473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "policy-id",
  "timestamp": 1636146410455,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146409035,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "cds",
  "timestamp": 1636146411478,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-05T21:08:58.091Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb3e7c9e-d980-4fac-852c-92d225d6827e
2021-11-05T21:08:58.092Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb3e7c9e-d980-4fac-852c-92d225d6827e 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-05T21:08:58.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "policy-id",
  "timestamp": 1636146411459,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:08:58.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:08:58.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "policy-id",
  "timestamp": 1636146412462,
  "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-05T21:08:58.103Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb3e7c9e-d980-4fac-852c-92d225d6827e
2021-11-05T21:08:58.103Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb3e7c9e-d980-4fac-852c-92d225d6827e 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-05T21:08:58.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "clamp",
  "timestamp": 1636146412782,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "clamp",
  "timestamp": 1636146412782,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:08:58.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "dcae-sch",
  "timestamp": 1636146415810,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:08:58.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:08:58.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "dcae-sch",
  "timestamp": 1636146415810,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:08:58.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:09:19.999Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5278ae5e-e0aa-4690-b138-2fea6562478a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T21:09:20.011Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5278ae5e-e0aa-4690-b138-2fea6562478a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T21:09:20.014Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T21:09:20.014Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T21:09:20.014Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T21:09:20.014Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T21:09:20.014Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:09:20.015Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:09:20.015Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:09:20.015Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:09:20.015Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:09:20.015Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:09:20.015Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:09:20.015Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-05T21:09:20.028Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T21:09:50.029Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5278ae5e-e0aa-4690-b138-2fea6562478a 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-05T21:09:50.990Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5278ae5e-e0aa-4690-b138-2fea6562478a and serviceModelVersionId: ce7050ed-c539-47f0-8e71-b9cceb48e2a3
2021-11-05T21:09:50.990Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : db860eff-4d7d-4d00-b5e5-1b8ba150be4c
2021-11-05T21:09:50.991Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/db860eff-4d7d-4d00-b5e5-1b8ba150be4c/model-vers/model-ver/ce7050ed-c539-47f0-8e71-b9cceb48e2a3?depth=0
2021-11-05T21:09:50.996Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T21:09:51.035Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db860eff-4d7d-4d00-b5e5-1b8ba150be4c/model-vers/model-ver/ce7050ed-c539-47f0-8e71-b9cceb48e2a3?depth=0|INFO|500||Invoke
2021-11-05T21:09:51.036Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db860eff-4d7d-4d00-b5e5-1b8ba150be4c/model-vers/model-ver/ce7050ed-c539-47f0-8e71-b9cceb48e2a3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db860eff-4d7d-4d00-b5e5-1b8ba150be4c/model-vers/model-ver/ce7050ed-c539-47f0-8e71-b9cceb48e2a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5278ae5e-e0aa-4690-b138-2fea6562478a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9df62b6b-984f-41bb-9bf4-e28bfe76a40f], X-ECOMP-RequestID=[5278ae5e-e0aa-4690-b138-2fea6562478a], X-TransactionId=[], X-ONAP-RequestID=[5278ae5e-e0aa-4690-b138-2fea6562478a], Content-Type=[application/merge-patch+json]}
2021-11-05T21:09:51.056Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db860eff-4d7d-4d00-b5e5-1b8ba150be4c/model-vers/model-ver/ce7050ed-c539-47f0-8e71-b9cceb48e2a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-05T21:09:51.237Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db860eff-4d7d-4d00-b5e5-1b8ba150be4c/model-vers/model-ver/ce7050ed-c539-47f0-8e71-b9cceb48e2a3?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/db860eff-4d7d-4d00-b5e5-1b8ba150be4c/model-vers/model-ver/ce7050ed-c539-47f0-8e71-b9cceb48e2a3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211105-21:09:51:063-62787], vertex-id=[217168], Content-Length=[0], Date=[Fri, 05 Nov 2021 21:09:51 GMT], Content-Type=[application/json]}
2021-11-05T21:09:51.238Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db860eff-4d7d-4d00-b5e5-1b8ba150be4c/model-vers/model-ver/ce7050ed-c539-47f0-8e71-b9cceb48e2a3?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-05T21:09:51.238Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db860eff-4d7d-4d00-b5e5-1b8ba150be4c/model-vers/model-ver/ce7050ed-c539-47f0-8e71-b9cceb48e2a3?depth=0|INFO|500||InvokeReturn
2021-11-05T21:09:51.238Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T21:09:51.238Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T21:09:51.990Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-05T21:09:51.990Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5278ae5e-e0aa-4690-b138-2fea6562478a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T21:09:51.991Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T21:09:51.991Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:09:51.994Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:09:51.994Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146591991,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T21:09:52.094Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:09:52.095Z||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-05T21:09:52.095Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:09:52.109Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:09:52.110Z||pool-62-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-05T21:09:53.997Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:09:53.997Z|5278ae5e-e0aa-4690-b138-2fea6562478a|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-05T21:09:53.997Z|5278ae5e-e0aa-4690-b138-2fea6562478a|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:09:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:09:57.619Z||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-05T21:09:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:09:57.641Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:09:57.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:09:57.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146423682,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:09:57.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:09:57.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:09:57.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146423682,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:09:57.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:09:57.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:09:57.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "aai-ml",
  "timestamp": 1636146425293,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:09:57.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:09:57.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:09:57.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "clamp",
  "timestamp": 1636146426267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:09:57.643Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:09:57.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:09:57.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146426518,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:09:57.643Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:09:57.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:09:57.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "aai-ml",
  "timestamp": 1636146425293,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:09:57.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:09:57.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:09:57.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "clamp",
  "timestamp": 1636146427284,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:09:57.643Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:09:57.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:09:57.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "aai-ml",
  "timestamp": 1636146428000,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:09:57.644Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:09:57.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:09:57.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "clamp",
  "timestamp": 1636146428288,
  "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-05T21:09:57.997Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cb3e7c9e-d980-4fac-852c-92d225d6827e
2021-11-05T21:09:57.997Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb3e7c9e-d980-4fac-852c-92d225d6827e 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-05T21:09:58.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:09:58.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146428990,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:09:58.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:09:58.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:09:58.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146429993,
  "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-05T21:09:58.011Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb3e7c9e-d980-4fac-852c-92d225d6827e
2021-11-05T21:09:58.011Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb3e7c9e-d980-4fac-852c-92d225d6827e 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-05T21:09:58.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:09:58.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "aai-ml",
  "timestamp": 1636146430843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:09:58.999Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:09:58.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:09:58.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "aai-ml",
  "timestamp": 1636146431847,
  "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-05T21:09:59.006Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb3e7c9e-d980-4fac-852c-92d225d6827e
2021-11-05T21:09:59.006Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb3e7c9e-d980-4fac-852c-92d225d6827e 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-05T21:09:59.315Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:09:59.316Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T21:09:59.316Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb3e7c9e-d980-4fac-852c-92d225d6827e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cd15e25e-c371-427d-89a9-b15040dec7e9","serviceDescription":"service","serviceInvariantUUID":"c90ef8ce-35bd-4548-aa8f-21d982066f73","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c6b3801d-910d-44d5-9da8-9a281fa31f10","resourceInvariantUUID":"4dc8c0a1-d9b0-4dec-ac92-771cb7c3b480","resourceCustomizationUUID":"df412a81-c584-4bb0-a86d-5442b38f67dd","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":"OTVkNjIzMDI2ZTM0OGI1NDQ2YTMwNDUwZjg1YjEwMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09266d88-74e7-48c3-8f3c-d203cb0777a7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDU4NTQ3ZWYzNzAyODdmMmYwNmQzZjM4YzFmZjc5MjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a80158a6-82cb-43f8-8ac7-43fc13178b1e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T21:09:59.318Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:09:59.319Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:09:59.321Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:09:59.321Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:09:59.421Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:09:59.422Z||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-05T21:09:59.422Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:09:59.433Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:09:59.434Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:10:00.322Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:10:00.323Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:10:00.325Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:10:00.325Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:10:00.425Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:10:00.426Z||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-05T21:10:00.426Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:10:00.437Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:10:00.437Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:10:01.326Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "cd15e25e-c371-427d-89a9-b15040dec7e9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c90ef8ce-35bd-4548-aa8f-21d982066f73",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "df412a81-c584-4bb0-a86d-5442b38f67dd",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c6b3801d-910d-44d5-9da8-9a281fa31f10",
      "resourceInvariantUUID": "4dc8c0a1-d9b0-4dec-ac92-771cb7c3b480",
      "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": "NDU4NTQ3ZWYzNzAyODdmMmYwNmQzZjM4YzFmZjc5MjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a80158a6-82cb-43f8-8ac7-43fc13178b1e"
    }
  ],
  "workloadContext": "Production"
}
2021-11-05T21:10:01.326Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T21:10:01.326Z|5278ae5e-e0aa-4690-b138-2fea6562478a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd15e25e-c371-427d-89a9-b15040dec7e9 ASDC
2021-11-05T21:10:01.327Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:cb3e7c9e-d980-4fac-852c-92d225d6827e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cd15e25e-c371-427d-89a9-b15040dec7e9
ServiceInvariantUUID:c90ef8ce-35bd-4548-aa8f-21d982066f73
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:a80158a6-82cb-43f8-8ac7-43fc13178b1e
ArtifactChecksum:NDU4NTQ3ZWYzNzAyODdmMmYwNmQzZjM4YzFmZjc5MjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:df412a81-c584-4bb0-a86d-5442b38f67dd
ResourceInvariantUUID:4dc8c0a1-d9b0-4dec-ac92-771cb7c3b480
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c6b3801d-910d-44d5-9da8-9a281fa31f10
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-11-05T21:10:01.327Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd15e25e-c371-427d-89a9-b15040dec7e9 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-05T21:10:02.008Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T21:10:02.008Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T21:10:02.008Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T21:10:02.008Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a80158a6-82cb-43f8-8ac7-43fc13178b1e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-05T21:10:02.008Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:10:02.008Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-05T21:10:03.208Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:10:03.210Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a80158a6-82cb-43f8-8ac7-43fc13178b1e 52491
2021-11-05T21:10:03.210Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||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-05T21:10:03.210Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||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-05T21:10:03.210Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:10:03.210Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:10:03.212Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:10:03.212Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146603210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:10:03.313Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:10:03.313Z||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-05T21:10:03.313Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:10:03.323Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:10:03.324Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:10:04.212Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T21:10:04.213Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T21:10:04.214Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a80158a6-82cb-43f8-8ac7-43fc13178b1e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T21:10:04.214Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-05T21:10:04.214Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T21:10:04.214Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T21:10:04.339Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7566881370717773366/Definitions/service-BasicNetwork-template.yml
2021-11-05T21:10:04.790Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T21:10:04.791Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-05T21:10:04.791Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T21:10:04.791Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-05T21:10:04.792Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||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-05T21:10:04.792Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||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-05T21:10:04.792Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||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-05T21:10:04.792Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||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-05T21:10:04.793Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T21:10:04.793Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||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-05T21:10:04.793Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||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-05T21:10:04.793Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||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-05T21:10:04.793Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-05T21:10:04.794Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:04.794Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:04.794Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-05T21:10:04.794Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-05T21:10:04.795Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T21:10:04.795Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:04.795Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:04.795Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-05T21:10:04.795Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-05T21:10:04.796Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T21:10:04.796Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:04.796Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:04.796Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:04.797Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:04.797Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:04.797Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:04.798Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:04.798Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:04.798Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:04.798Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:04.798Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:cd15e25e-c371-427d-89a9-b15040dec7e9
Model Version:NULL
Model InvariantUuid:c90ef8ce-35bd-4548-aa8f-21d982066f73
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4dc8c0a1-d9b0-4dec-ac92-771cb7c3b480
Model UUID:a05a737d-4b0a-4ad8-b2d6-55920cf54f9e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:df412a81-c584-4bb0-a86d-5442b38f67dd
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-05T21:10:04.997Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: c6b3801d-910d-44d5-9da8-9a281fa31f10
2021-11-05T21:10:04.998Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||No resources found for Service: cd15e25e-c371-427d-89a9-b15040dec7e9
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-05T21:10:05.002Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||
2021-11-05T21:10:05.002Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-11-05T21:10:05.002Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||No resources found for Service: cd15e25e-c371-427d-89a9-b15040dec7e9
2021-11-05T21:10:05.003Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: cd15e25e-c371-427d-89a9-b15040dec7e9
2021-11-05T21:10:05.003Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-11-05T21:10:05.003Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||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-05T21:10:05.009Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4174c7b5, org.onap.sdc.toscaparser.api.parameters.Input@c7c3e86, org.onap.sdc.toscaparser.api.parameters.Input@7ff54e6b, org.onap.sdc.toscaparser.api.parameters.Input@54927161, org.onap.sdc.toscaparser.api.parameters.Input@33bc4d29]
2021-11-05T21:10:05.010Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:05.011Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:05.011Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:05.011Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:05.011Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid cd15e25e-c371-427d-89a9-b15040dec7e9: Generic NeutronNet
2021-11-05T21:10:05.012Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:05.012Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:05.012Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:05.012Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||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-05T21:10:05.041Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:05.041Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:05.042Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:05.042Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:05.042Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:05.042Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:05.042Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||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-05T21:10:06.005Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-11-05T21:10:06.005Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||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-05T21:10:06.005Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||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-05T21:10:06.005Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:10:06.006Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:10:06.007Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:10:06.007Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146606005,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:10:06.107Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:10:06.108Z||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-05T21:10:06.108Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:10:06.119Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:10:06.119Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-05T21:10:07.008Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb3e7c9e-d980-4fac-852c-92d225d6827e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T21:10:07.016Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb3e7c9e-d980-4fac-852c-92d225d6827e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T21:10:07.019Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T21:10:07.019Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T21:10:07.019Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T21:10:07.019Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T21:10:07.019Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:10:07.019Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:10:07.019Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:10:07.019Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:10:07.019Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:10:07.019Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:10:07.019Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-05T21:10:07.024Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T21:10:37.025Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb3e7c9e-d980-4fac-852c-92d225d6827e 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-05T21:10:38.002Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb3e7c9e-d980-4fac-852c-92d225d6827e and serviceModelVersionId: cd15e25e-c371-427d-89a9-b15040dec7e9
2021-11-05T21:10:38.002Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c90ef8ce-35bd-4548-aa8f-21d982066f73
2021-11-05T21:10:38.003Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c90ef8ce-35bd-4548-aa8f-21d982066f73/model-vers/model-ver/cd15e25e-c371-427d-89a9-b15040dec7e9?depth=0
2021-11-05T21:10:38.009Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T21:10:38.040Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c90ef8ce-35bd-4548-aa8f-21d982066f73/model-vers/model-ver/cd15e25e-c371-427d-89a9-b15040dec7e9?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-05T21:10:38.041Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c90ef8ce-35bd-4548-aa8f-21d982066f73/model-vers/model-ver/cd15e25e-c371-427d-89a9-b15040dec7e9?depth=0|INFO|500||Invoke
2021-11-05T21:10:38.059Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c90ef8ce-35bd-4548-aa8f-21d982066f73/model-vers/model-ver/cd15e25e-c371-427d-89a9-b15040dec7e9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-05T21:10:38.317Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c90ef8ce-35bd-4548-aa8f-21d982066f73/model-vers/model-ver/cd15e25e-c371-427d-89a9-b15040dec7e9?depth=0|INFO|500||InvokeReturn
2021-11-05T21:10:38.318Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c90ef8ce-35bd-4548-aa8f-21d982066f73/model-vers/model-ver/cd15e25e-c371-427d-89a9-b15040dec7e9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211105-21:10:38:067-62321], vertex-id=[233552], Content-Length=[0], Date=[Fri, 05 Nov 2021 21:10:38 GMT], Content-Type=[application/json]}
2021-11-05T21:10:38.318Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-11-05T21:10:38.319Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T21:10:38.319Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T21:10:39.002Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-05T21:10:39.002Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb3e7c9e-d980-4fac-852c-92d225d6827e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T21:10:39.003Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T21:10:39.003Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:10:39.005Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:10:39.005Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146639002,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T21:10:39.105Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:10:39.106Z||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-05T21:10:39.106Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:10:39.119Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:10:39.119Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-05T21:10:40.014Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T21:10:40.014Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c11854f-0dc4-46f3-bea0-bb26ed183957","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6f1bdb59-93fe-44bb-b509-3a87aa8cea45","serviceDescription":"service","serviceInvariantUUID":"258433e8-62d4-4450-954f-dfb6c30dfa62","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f6efd0c4-69ba-41d2-8f6c-c5e68a43b94e","resourceInvariantUUID":"fc89812a-d867-4985-a105-5c269ab8de20","resourceCustomizationUUID":"ad5e4d68-a1f1-4af7-be05-61486252689e","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":"NGVhMzE2NTU2YTMyNDliMDVkMzJhY2UwYjNiNGI1ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0d78b8f9-58be-4929-8669-6579e4c593d7","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":"67aaead1-5bde-4cb1-9d1e-babb00396d7e","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":"406184ce-6b3d-4039-84cd-d194ff35e080","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":"MGY4MzU2NDY0MTBjMzg3ZWEyZDY5NGZhMzFmZGEyNjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d3af1123-8aba-47d7-8f2c-461193e04d84","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":"0751c987-ae9d-4481-97b3-ec7e9365d1b7","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":"61e308c7-24ba-4244-a9e5-f1f51aca4cfa","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":"37122fb6-d73a-433e-a2c6-b60fd1f4dcde","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":"NTI1MjczOTA3OWFkOTY0NjYwNTkxODMwNGM4MmQ5ODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9640c438-9828-4434-b3e7-407c9bff7e10","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MWZhOTU1M2UzODA2OTRkMDY2NWI0NGRhMmE2OWFkZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58de49fd-b688-44c5-a6ef-a1ef8570817b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T21:10:40.015Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:10:40.015Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:10:40.017Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:10:40.017Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:40.117Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:10:40.118Z||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-05T21:10:40.118Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:10:40.127Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:10:40.127Z||pool-68-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:10:41.018Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:10:41.018Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:10:41.020Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:10:41.020Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:41.121Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-05T21:10:41.121Z||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-05T21:10:41.121Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:10:41.132Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:10:41.132Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:10:42.021Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:10:42.021Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:10:42.023Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:10:42.023Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:42.123Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:10:42.124Z||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-05T21:10:42.124Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:10:42.134Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:10:42.134Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:10:43.024Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:10:43.025Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:10:43.026Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:10:43.026Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:43.127Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:10:43.127Z||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-05T21:10:43.127Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:10:43.137Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:10:43.138Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:10:44.027Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:10:44.027Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:10:44.035Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:10:44.035Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:44.135Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:10:44.136Z||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-05T21:10:44.136Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:10:44.147Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:10:44.147Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:10:45.035Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:10:45.036Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:10:45.037Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:10:45.038Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:45.138Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:10:45.139Z||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-05T21:10:45.139Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:10:45.151Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:10:45.151Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:10:46.038Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:10:46.038Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:10:46.041Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:10:46.041Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:46.141Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:10:46.142Z||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-05T21:10:46.142Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:10:46.151Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:10:46.152Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:10:47.042Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:10:47.043Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:10:47.045Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:10:47.045Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:47.145Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:10:47.146Z||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-05T21:10:47.146Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:10:47.157Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:10:47.158Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:10:48.046Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:10:48.046Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:10:48.048Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:10:48.048Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:10:48.148Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:10:48.149Z||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-05T21:10:48.149Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:10:48.159Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:10:48.159Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:10:49.048Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6f1bdb59-93fe-44bb-b509-3a87aa8cea45",
  "serviceDescription": "service",
  "serviceInvariantUUID": "258433e8-62d4-4450-954f-dfb6c30dfa62",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "ad5e4d68-a1f1-4af7-be05-61486252689e",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f6efd0c4-69ba-41d2-8f6c-c5e68a43b94e",
      "resourceInvariantUUID": "fc89812a-d867-4985-a105-5c269ab8de20",
      "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": "MWZhOTU1M2UzODA2OTRkMDY2NWI0NGRhMmE2OWFkZDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58de49fd-b688-44c5-a6ef-a1ef8570817b"
    }
  ],
  "workloadContext": "Production"
}
2021-11-05T21:10:49.049Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T21:10:49.049Z|cb3e7c9e-d980-4fac-852c-92d225d6827e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6f1bdb59-93fe-44bb-b509-3a87aa8cea45 ASDC
2021-11-05T21:10:49.049Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6c11854f-0dc4-46f3-bea0-bb26ed183957
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6f1bdb59-93fe-44bb-b509-3a87aa8cea45
ServiceInvariantUUID:258433e8-62d4-4450-954f-dfb6c30dfa62
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:58de49fd-b688-44c5-a6ef-a1ef8570817b
ArtifactChecksum:MWZhOTU1M2UzODA2OTRkMDY2NWI0NGRhMmE2OWFkZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:ad5e4d68-a1f1-4af7-be05-61486252689e
ResourceInvariantUUID:fc89812a-d867-4985-a105-5c269ab8de20
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:f6efd0c4-69ba-41d2-8f6c-c5e68a43b94e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-05T21:10:49.049Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f1bdb59-93fe-44bb-b509-3a87aa8cea45 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-05T21:10:50.016Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T21:10:50.016Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T21:10:50.016Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T21:10:50.017Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 58de49fd-b688-44c5-a6ef-a1ef8570817b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-05T21:10:50.017Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:10:50.017Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-05T21:10:50.086Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:10:50.093Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 58de49fd-b688-44c5-a6ef-a1ef8570817b 105636
2021-11-05T21:10:50.093Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||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-05T21:10:50.093Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||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-05T21:10:50.093Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:10:50.094Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:10:50.095Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:10:50.095Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146650093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:10:50.196Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-05T21:10:50.197Z||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-05T21:10:50.197Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:10:50.206Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:10:50.207Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:10:51.096Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T21:10:51.097Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T21:10:51.097Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 58de49fd-b688-44c5-a6ef-a1ef8570817b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-05T21:10:51.097Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-11-05T21:10:51.098Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-05T21:10:51.098Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-05T21:10:51.325Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5902345874101236030/Definitions/service-TestPnfMacro-template.yml
2021-11-05T21:10:51.975Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T21:10:51.976Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-05T21:10:51.976Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-05T21:10:51.976Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-05T21:10:51.976Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||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-05T21:10:51.976Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||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-05T21:10:51.976Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||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-05T21:10:51.976Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||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-05T21:10:51.976Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-05T21:10:51.976Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-05T21:10:51.976Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-05T21:10:51.977Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-05T21:10:51.977Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:51.977Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:51.977Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-05T21:10:51.977Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-05T21:10:51.977Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T21:10:51.977Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:51.977Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:51.978Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-05T21:10:51.978Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-05T21:10:51.978Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T21:10:51.978Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:51.978Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:51.978Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:51.978Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:51.978Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:51.978Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:51.979Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:51.979Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:51.979Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:51.979Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:51.979Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:6f1bdb59-93fe-44bb-b509-3a87aa8cea45
Model Version:NULL
Model InvariantUuid:258433e8-62d4-4450-954f-dfb6c30dfa62
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-05T21:10:52.007Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: f6efd0c4-69ba-41d2-8f6c-c5e68a43b94e
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-05T21:10:52.011Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||test-pnf 0
2021-11-05T21:10:52.011Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f6efd0c4-69ba-41d2-8f6c-c5e68a43b94e
2021-11-05T21:10:52.011Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 6f1bdb59-93fe-44bb-b509-3a87aa8cea45
2021-11-05T21:10:52.011Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6f1bdb59-93fe-44bb-b509-3a87aa8cea45
2021-11-05T21:10:52.012Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 f6efd0c4-69ba-41d2-8f6c-c5e68a43b94e 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-05T21:10:52.025Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@412c99db, org.onap.sdc.toscaparser.api.parameters.Input@2f2ff19f, org.onap.sdc.toscaparser.api.parameters.Input@55fcafb7, org.onap.sdc.toscaparser.api.parameters.Input@5fd3cbd6, org.onap.sdc.toscaparser.api.parameters.Input@7a1463b6]
2021-11-05T21:10:52.025Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:52.025Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:52.026Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6f1bdb59-93fe-44bb-b509-3a87aa8cea45: test-pnf
2021-11-05T21:10:52.026Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||Processing PNF resource: f6efd0c4-69ba-41d2-8f6c-c5e68a43b94e
2021-11-05T21:10:52.026Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:10:52.026Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:10:52.026Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||Resource customization UUID: ad5e4d68-a1f1-4af7-be05-61486252689e is the same as notified resource customizationUUID: ad5e4d68-a1f1-4af7-be05-61486252689e
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-05T21:10:53.021Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf f6efd0c4-69ba-41d2-8f6c-c5e68a43b94e 0 ASDC deployResourceStructure
2021-11-05T21:10:53.021Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||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-05T21:10:53.021Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||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-05T21:10:53.021Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:10:53.022Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:10:53.024Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:10:53.024Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146653021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:10:53.124Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:10:53.125Z||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-05T21:10:53.125Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:10:53.137Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:10:53.138Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:10:54.024Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c11854f-0dc4-46f3-bea0-bb26ed183957
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T21:10:54.035Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c11854f-0dc4-46f3-bea0-bb26ed183957
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T21:10:54.037Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T21:10:54.037Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T21:10:54.037Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T21:10:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:10:57.619Z||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-05T21:10:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:10:57.642Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:10:57.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "clamp",
  "timestamp": 1636146562782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146565920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146569036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "cds",
  "timestamp": 1636146564310,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "policy-id",
  "timestamp": 1636146564012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "cds",
  "timestamp": 1636146564310,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146569036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "clamp",
  "timestamp": 1636146562782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146565920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "policy-id",
  "timestamp": 1636146564012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "cds",
  "timestamp": 1636146564310,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146565920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "clamp",
  "timestamp": 1636146562782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146569036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "policy-id",
  "timestamp": 1636146564012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "clamp",
  "timestamp": 1636146562782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "cds",
  "timestamp": 1636146564310,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146569036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146565920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "policy-id",
  "timestamp": 1636146564012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146573682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "cds",
  "timestamp": 1636146564310,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "clamp",
  "timestamp": 1636146562782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146565920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146569036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "policy-id",
  "timestamp": 1636146564012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146573682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "aai-ml",
  "timestamp": 1636146575293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "clamp",
  "timestamp": 1636146562782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146569036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146565920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "cds",
  "timestamp": 1636146564310,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "policy-id",
  "timestamp": 1636146564012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146573682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "dcae-sch",
  "timestamp": 1636146575810,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "aai-ml",
  "timestamp": 1636146575293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "clamp",
  "timestamp": 1636146562782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146569036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146565920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:10:57.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "cds",
  "timestamp": 1636146564310,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "policy-id",
  "timestamp": 1636146564012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146573682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "dcae-sch",
  "timestamp": 1636146575810,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "aai-ml",
  "timestamp": 1636146575293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "cds",
  "timestamp": 1636146564310,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "clamp",
  "timestamp": 1636146562782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146565920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146569036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "policy-id",
  "timestamp": 1636146564012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146573682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "dcae-sch",
  "timestamp": 1636146575810,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "aai-ml",
  "timestamp": 1636146575293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "cds",
  "timestamp": 1636146564310,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:10:57.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "clamp",
  "timestamp": 1636146562782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:10:57.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146565920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146569036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:10:57.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "policy-id",
  "timestamp": 1636146564012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:10:57.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146573682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "dcae-sch",
  "timestamp": 1636146575810,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "aai-ml",
  "timestamp": 1636146575293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146573682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "dcae-sch",
  "timestamp": 1636146575810,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146580775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:10:57.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:10:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "cds",
  "timestamp": 1636146580922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:10:57.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:10:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "aai-ml",
  "timestamp": 1636146575293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "policy-id",
  "timestamp": 1636146581079,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:10:57.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:10:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146573682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "dcae-sch",
  "timestamp": 1636146575810,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146581790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T21:10:57.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:10:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "aai-ml",
  "timestamp": 1636146575293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "policy-id",
  "timestamp": 1636146582084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:10:57.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:10:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146573682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:10:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "dcae-sch",
  "timestamp": 1636146575810,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146582792,
  "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-05T21:10:58.009Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6c11854f-0dc4-46f3-bea0-bb26ed183957
2021-11-05T21:10:58.009Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c11854f-0dc4-46f3-bea0-bb26ed183957 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-05T21:10:59.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:59.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "aai-ml",
  "timestamp": 1636146575293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:59.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:59.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:59.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "cds",
  "timestamp": 1636146583049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-05T21:10:59.027Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c11854f-0dc4-46f3-bea0-bb26ed183957
2021-11-05T21:10:59.028Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c11854f-0dc4-46f3-bea0-bb26ed183957 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-05T21:10:59.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:59.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "policy-id",
  "timestamp": 1636146583087,
  "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-05T21:10:59.044Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c11854f-0dc4-46f3-bea0-bb26ed183957
2021-11-05T21:10:59.044Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c11854f-0dc4-46f3-bea0-bb26ed183957 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-05T21:10:59.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:59.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "dcae-sch",
  "timestamp": 1636146575810,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:59.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:59.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:59.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146583682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:10:59.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:10:59.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:59.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "aai-ml",
  "timestamp": 1636146575293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:10:59.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:59.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:59.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "dcae-sch",
  "timestamp": 1636146575810,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:10:59.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:10:59.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:59.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "clamp",
  "timestamp": 1636146584535,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:10:59.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:10:59.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:59.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "aai-ml",
  "timestamp": 1636146585519,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:10:59.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:10:59.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:59.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "clamp",
  "timestamp": 1636146585600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:10:59.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:10:59.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:59.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146586010,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:10:59.058Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:10:59.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:59.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "clamp",
  "timestamp": 1636146586602,
  "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-05T21:10:59.062Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6c11854f-0dc4-46f3-bea0-bb26ed183957
2021-11-05T21:10:59.063Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c11854f-0dc4-46f3-bea0-bb26ed183957 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-05T21:10:59.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:59.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146587015,
  "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-05T21:10:59.074Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c11854f-0dc4-46f3-bea0-bb26ed183957
2021-11-05T21:10:59.075Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c11854f-0dc4-46f3-bea0-bb26ed183957 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-05T21:10:59.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:59.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "aai-ml",
  "timestamp": 1636146589357,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:10:59.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:10:59.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:59.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "aai-ml",
  "timestamp": 1636146590362,
  "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-05T21:10:59.088Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c11854f-0dc4-46f3-bea0-bb26ed183957
2021-11-05T21:10:59.088Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c11854f-0dc4-46f3-bea0-bb26ed183957 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-05T21:10:59.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:10:59.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5278ae5e-e0aa-4690-b138-2fea6562478a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146591991,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T21:10:59.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:11:24.037Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c11854f-0dc4-46f3-bea0-bb26ed183957
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T21:11:26.012Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c11854f-0dc4-46f3-bea0-bb26ed183957
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T21:11:27.012Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T21:11:27.012Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T21:11:27.012Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T21:11:27.013Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T21:11:27.013Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:11:27.013Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:11:27.013Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:11:27.013Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:11:27.013Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:11:27.013Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:11:27.013Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:11:27.013Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-05T21:11:28.014Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T21:11:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:11:57.619Z||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-05T21:11:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:11:57.644Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:11:57.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:11:57.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146603210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:11:57.648Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:11:57.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146606005,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:11:57.648Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:11:57.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb3e7c9e-d980-4fac-852c-92d225d6827e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146639002,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T21:11:57.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:11:57.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146645920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "cds",
  "timestamp": 1636146639311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "policy-id",
  "timestamp": 1636146644012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146593997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:11:57.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146645920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "cds",
  "timestamp": 1636146639311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "policy-id",
  "timestamp": 1636146644012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146645920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "cds",
  "timestamp": 1636146639311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146649035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "policy-id",
  "timestamp": 1636146644012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146650093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:11:57.655Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:11:57.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146645920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "cds",
  "timestamp": 1636146639311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146649035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-05T21:11:57.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "policy-id",
  "timestamp": 1636146644012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "cds",
  "timestamp": 1636146639311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146645920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146649035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-05T21:11:57.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "policy-id",
  "timestamp": 1636146644012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:11:57.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "cds",
  "timestamp": 1636146639311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146645920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146649035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T21:11:57.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "policy-id",
  "timestamp": 1636146644012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146653021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "clamp",
  "timestamp": 1636146652782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "cds",
  "timestamp": 1636146639311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146645920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146649035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "policy-id",
  "timestamp": 1636146644012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "clamp",
  "timestamp": 1636146652782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "cds",
  "timestamp": 1636146639311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146645920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146649035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "policy-id",
  "timestamp": 1636146644012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "clamp",
  "timestamp": 1636146652782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "cds",
  "timestamp": 1636146639311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146645920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146649035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "policy-id",
  "timestamp": 1636146644012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "clamp",
  "timestamp": 1636146652782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "dcae-sch",
  "timestamp": 1636146655810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146649035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "cds",
  "timestamp": 1636146657409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:11:57.673Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:11:57.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "clamp",
  "timestamp": 1636146652782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "dcae-sch",
  "timestamp": 1636146655810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:11:57.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:11:57.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T21:11:57.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "policy-id",
  "timestamp": 1636146657474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:11:57.674Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:11:58.014Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c11854f-0dc4-46f3-bea0-bb26ed183957 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-05T21:11:58.026Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c11854f-0dc4-46f3-bea0-bb26ed183957 and serviceModelVersionId: 6f1bdb59-93fe-44bb-b509-3a87aa8cea45
2021-11-05T21:11:58.027Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 258433e8-62d4-4450-954f-dfb6c30dfa62
2021-11-05T21:11:58.027Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/258433e8-62d4-4450-954f-dfb6c30dfa62/model-vers/model-ver/6f1bdb59-93fe-44bb-b509-3a87aa8cea45?depth=0
2021-11-05T21:11:58.035Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T21:11:58.070Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/258433e8-62d4-4450-954f-dfb6c30dfa62/model-vers/model-ver/6f1bdb59-93fe-44bb-b509-3a87aa8cea45?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-05T21:11:58.071Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/258433e8-62d4-4450-954f-dfb6c30dfa62/model-vers/model-ver/6f1bdb59-93fe-44bb-b509-3a87aa8cea45?depth=0|INFO|500||Invoke
2021-11-05T21:11:58.102Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/258433e8-62d4-4450-954f-dfb6c30dfa62/model-vers/model-ver/6f1bdb59-93fe-44bb-b509-3a87aa8cea45?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-05T21:11:58.413Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/258433e8-62d4-4450-954f-dfb6c30dfa62/model-vers/model-ver/6f1bdb59-93fe-44bb-b509-3a87aa8cea45?depth=0|INFO|500||InvokeReturn
2021-11-05T21:11:58.413Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/258433e8-62d4-4450-954f-dfb6c30dfa62/model-vers/model-ver/6f1bdb59-93fe-44bb-b509-3a87aa8cea45?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211105-21:11:58:109-47653], vertex-id=[250048], Content-Length=[0], Date=[Fri, 05 Nov 2021 21:11:58 GMT], Content-Type=[application/json]}
2021-11-05T21:11:58.414Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-11-05T21:11:58.414Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T21:11:58.414Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T21:11:59.026Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-05T21:11:59.027Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c11854f-0dc4-46f3-bea0-bb26ed183957 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T21:11:59.027Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T21:11:59.027Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:11:59.031Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:11:59.031Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146719027,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T21:11:59.131Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:11:59.132Z||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-05T21:11:59.132Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:11:59.142Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:11:59.142Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 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-05T21:12:00.039Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:12:00.039Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|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-05T21:12:00.039Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:00.669Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:00.670Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T21:12:00.670Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"fc71a3b9-c00e-4905-873a-88f0b87b5bf0","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d9ac4e63-a5db-4660-9690-aabce2ebc473","serviceDescription":"service","serviceInvariantUUID":"91026679-014b-4cc1-afc4-3975eda670f0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3ae9379-c9a8-434a-b0d0-2d071ff95f34","resourceInvariantUUID":"b344aecc-646c-4a9f-9a67-2c1e33411ab8","resourceCustomizationUUID":"934dbdfa-30a5-4969-83ad-e72425ea74d1","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":"YWFhNGY1NTFlZjUzN2MzYjdjNzI4MjUwNmVhN2M0NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f8170ebe-5681-44ae-a4fa-55785d992997","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":"2a948218-18f9-4632-a447-9b1264ed77eb","artifactVersion":"2","generatedFromUUID":"33af5c73-5c19-4b89-94c1-d59b9e36d99d"},{"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":"33af5c73-5c19-4b89-94c1-d59b9e36d99d","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":"MzQ3OGRkNTU0Y2E0NGM5OGYxMjI1M2FhMzVhZDdlMmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"15f8f6bb-7444-4dc9-8ac2-7fe1e9ce5596","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":"a2a2ef70-e730-4aaf-b15a-f076adc09ecb","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":"4ad05a87-fa87-493d-8eac-b0ff4660304d","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":"678d1604-6407-4382-9a7f-4f7a3901395c","artifactVersion":"2","generatedFromUUID":"a2a2ef70-e730-4aaf-b15a-f076adc09ecb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OWNlOTQyYmM4Y2VmY2VmYjAxNTI2YjY1ZjZiZjdlNWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"87807b3f-c9a5-45bb-abe6-4d15724646a9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzQwOTU2NWVjMjZlNGY4NWI1M2RjNDgwNGFlZjA1OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9690b665-e05f-42f9-9a98-cfd8083bb435","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T21:12:00.671Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:12:00.671Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:00.673Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:00.673Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:12:00.773Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:12:00.774Z||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-05T21:12:00.774Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:00.785Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:00.786Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:12:01.674Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:12:01.674Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:01.676Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:01.676Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-05T21:12:01.778Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-05T21:12:01.778Z||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-05T21:12:01.778Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:01.789Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:01.789Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:12:02.677Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:12:02.678Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:02.679Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:02.680Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-05T21:12:02.780Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:12:02.781Z||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-05T21:12:02.781Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:02.793Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:02.793Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:12:03.680Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:12:03.681Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:03.683Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:03.684Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T21:12:03.784Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:12:03.785Z||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-05T21:12:03.785Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:03.795Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:03.795Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:12:04.684Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:12:04.685Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:04.688Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:04.688Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:12:04.788Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:12:04.789Z||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-05T21:12:04.789Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:04.801Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:04.801Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:12:05.689Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:12:05.692Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:05.693Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:05.693Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:12:05.794Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:12:05.795Z||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-05T21:12:05.795Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:05.805Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:05.806Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:12:06.694Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:12:06.695Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:06.698Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:06.698Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-05T21:12:06.798Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:12:06.799Z||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-05T21:12:06.799Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:06.808Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:06.809Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:12:07.698Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:12:07.699Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:07.702Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:07.702Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:12:07.802Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:12:07.802Z||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-05T21:12:07.803Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:07.814Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:07.814Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:12:08.702Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:12:08.703Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:08.704Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:08.704Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:12:08.805Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:12:08.806Z||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-05T21:12:08.806Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:08.815Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:08.816Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-05T21:12:09.705Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d9ac4e63-a5db-4660-9690-aabce2ebc473",
  "serviceDescription": "service",
  "serviceInvariantUUID": "91026679-014b-4cc1-afc4-3975eda670f0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "934dbdfa-30a5-4969-83ad-e72425ea74d1",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a3ae9379-c9a8-434a-b0d0-2d071ff95f34",
      "resourceInvariantUUID": "b344aecc-646c-4a9f-9a67-2c1e33411ab8",
      "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": "2a948218-18f9-4632-a447-9b1264ed77eb",
          "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": "33af5c73-5c19-4b89-94c1-d59b9e36d99d",
          "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": "MzQ3OGRkNTU0Y2E0NGM5OGYxMjI1M2FhMzVhZDdlMmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "15f8f6bb-7444-4dc9-8ac2-7fe1e9ce5596",
          "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": "a2a2ef70-e730-4aaf-b15a-f076adc09ecb",
          "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": "678d1604-6407-4382-9a7f-4f7a3901395c",
            "generatedFromUUID": "a2a2ef70-e730-4aaf-b15a-f076adc09ecb"
          },
          "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": "678d1604-6407-4382-9a7f-4f7a3901395c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YzQwOTU2NWVjMjZlNGY4NWI1M2RjNDgwNGFlZjA1OWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9690b665-e05f-42f9-9a98-cfd8083bb435"
    }
  ],
  "workloadContext": "Production"
}
2021-11-05T21:12:09.705Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T21:12:09.705Z|6c11854f-0dc4-46f3-bea0-bb26ed183957|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d9ac4e63-a5db-4660-9690-aabce2ebc473 ASDC
2021-11-05T21:12:09.706Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:fc71a3b9-c00e-4905-873a-88f0b87b5bf0
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d9ac4e63-a5db-4660-9690-aabce2ebc473
ServiceInvariantUUID:91026679-014b-4cc1-afc4-3975eda670f0
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:9690b665-e05f-42f9-9a98-cfd8083bb435
ArtifactChecksum:YzQwOTU2NWVjMjZlNGY4NWI1M2RjNDgwNGFlZjA1OWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:934dbdfa-30a5-4969-83ad-e72425ea74d1
ResourceInvariantUUID:b344aecc-646c-4a9f-9a67-2c1e33411ab8
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a3ae9379-c9a8-434a-b0d0-2d071ff95f34
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:2a948218-18f9-4632-a447-9b1264ed77eb
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:33af5c73-5c19-4b89-94c1-d59b9e36d99d
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:15f8f6bb-7444-4dc9-8ac2-7fe1e9ce5596
ArtifactChecksum:MzQ3OGRkNTU0Y2E0NGM5OGYxMjI1M2FhMzVhZDdlMmQ=
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:a2a2ef70-e730-4aaf-b15a-f076adc09ecb
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:678d1604-6407-4382-9a7f-4f7a3901395c
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:678d1604-6407-4382-9a7f-4f7a3901395c
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-05T21:12:09.706Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d9ac4e63-a5db-4660-9690-aabce2ebc473 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-05T21:12:09.730Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T21:12:09.730Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T21:12:09.730Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T21:12:09.730Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9690b665-e05f-42f9-9a98-cfd8083bb435 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-05T21:12:09.730Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:12:09.731Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-05T21:12:09.790Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:12:09.793Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 9690b665-e05f-42f9-9a98-cfd8083bb435 68934
2021-11-05T21:12:09.794Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-05T21:12:09.794Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-05T21:12:09.794Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:12:09.794Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:09.801Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:09.801Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146729794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:12:09.897Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-11-05T21:12:09.898Z||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-05T21:12:09.898Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:09.909Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:09.909Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:12:10.801Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T21:12:10.802Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T21:12:10.802Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9690b665-e05f-42f9-9a98-cfd8083bb435, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-05T21:12:10.803Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-11-05T21:12:10.803Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-05T21:12:10.803Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-05T21:12:10.963Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6016125714968297432/Definitions/service-BasicCnf-template.yml
2021-11-05T21:12:11.997Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T21:12:11.997Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-05T21:12:11.997Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-05T21:12:11.997Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-11-05T21:12:11.997Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-05T21:12:11.997Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-05T21:12:11.997Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-05T21:12:11.997Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-05T21:12:11.997Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-05T21:12:11.997Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:11.998Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:12:11.998Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-05T21:12:11.998Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-05T21:12:11.998Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T21:12:11.998Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:11.998Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:12:11.998Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-05T21:12:11.998Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-05T21:12:11.998Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T21:12:11.998Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:11.999Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:12:11.999Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:11.999Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-05T21:12:11.999Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-11-05T21:12:11.999Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2021-11-05T21:12:11.999Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-05T21:12:11.999Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:11.999Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T21:12:11.999Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:11.999Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-05T21:12:12.000Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:12:12.000Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:12.000Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-05T21:12:12.000Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:12:12.000Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:12.000Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-05T21:12:12.000Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:12:12.000Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:12.000Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-05T21:12:12.001Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-05T21:12:12.001Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=95b571e2-d026-4fda-be17-c9585ffaef35
2021-11-05T21:12:12.001Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:12.001Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:12:12.001Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:12.001Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:12:12.001Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:12.001Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:12:12.001Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:12.002Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:12:12.002Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d9ac4e63-a5db-4660-9690-aabce2ebc473
Model Version:NULL
Model InvariantUuid:91026679-014b-4cc1-afc4-3975eda670f0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:7971f00a-01b7-403b-a348-57c8f8c7876c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b344aecc-646c-4a9f-9a67-2c1e33411ab8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:934dbdfa-30a5-4969-83ad-e72425ea74d1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4691494e-b077-4659-9c2c-b07f6f3ade40
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:34c846c0-8675-41f8-879c-4960488d0c7a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:95b571e2-d026-4fda-be17-c9585ffaef35
ModelInvariantUuid:52239a7a-9fd5-4e85-8512-95ed7d43a955
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:2a66933a-0524-4e5d-8d7b-37032c8d8c71
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:2fe81a17-e7f0-4bba-a9a5-25a97df29034
ModelInvariantUuid:55f52dd0-1942-4b71-b02b-4d6fc632b22a
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:13bf96f7-4007-4688-b716-90671a6b0947
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-05T21:12:12.008Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: a3ae9379-c9a8-434a-b0d0-2d071ff95f34
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-05T21:12:12.011Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||basic_cnf 0
2021-11-05T21:12:12.011Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a3ae9379-c9a8-434a-b0d0-2d071ff95f34
2021-11-05T21:12:12.011Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2a948218-18f9-4632-a447-9b1264ed77eb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-05T21:12:12.011Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:12:12.011Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-05T21:12:12.104Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:12:12.104Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2a948218-18f9-4632-a447-9b1264ed77eb 12
2021-11-05T21:12:12.104Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-11-05T21:12:12.105Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-05T21:12:12.105Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:12:12.105Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:12.107Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:12.107Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146732104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:12:12.208Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:12:12.208Z||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-05T21:12:12.208Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:12.218Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:12.218Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:12:13.108Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 33af5c73-5c19-4b89-94c1-d59b9e36d99d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-05T21:12:13.108Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:12:13.109Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-05T21:12:13.157Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:12:13.157Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 33af5c73-5c19-4b89-94c1-d59b9e36d99d 2688
2021-11-05T21:12:13.158Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-11-05T21:12:13.158Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-05T21:12:13.158Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:12:13.158Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:13.160Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:13.160Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146733158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:12:13.260Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:12:13.261Z||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-05T21:12:13.261Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:13.271Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:13.271Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:12:14.161Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 15f8f6bb-7444-4dc9-8ac2-7fe1e9ce5596 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-05T21:12:14.161Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:12:14.161Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-05T21:12:14.206Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:12:14.207Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 15f8f6bb-7444-4dc9-8ac2-7fe1e9ce5596 828
2021-11-05T21:12:14.207Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-11-05T21:12:14.207Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-05T21:12:14.207Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:12:14.207Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:14.208Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:14.209Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146734207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:12:14.309Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:12:14.310Z||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-05T21:12:14.310Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:14.321Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:14.321Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:12:15.209Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4691494e-b077-4659-9c2c-b07f6f3ade40",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "34c846c0-8675-41f8-879c-4960488d0c7a",
    "vfModuleModelCustomizationUUID": "03ba8958-6e8d-49d4-8f8b-4e5ab5603833",
    "isBase": true,
    "artifacts": [
      "a2a2ef70-e730-4aaf-b15a-f076adc09ecb",
      "33af5c73-5c19-4b89-94c1-d59b9e36d99d",
      "678d1604-6407-4382-9a7f-4f7a3901395c"
    ],
    "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-05T21:12:15.212Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34c846c0-8675-41f8-879c-4960488d0c7a
VfModuleModelInvariantUUID:4691494e-b077-4659-9c2c-b07f6f3ade40
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2a2ef70-e730-4aaf-b15a-f076adc09ecb
,
33af5c73-5c19-4b89-94c1-d59b9e36d99d
,
678d1604-6407-4382-9a7f-4f7a3901395c

}
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-05T21:12:15.213Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4691494e-b077-4659-9c2c-b07f6f3ade40",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "34c846c0-8675-41f8-879c-4960488d0c7a",
    "vfModuleModelCustomizationUUID": "03ba8958-6e8d-49d4-8f8b-4e5ab5603833",
    "isBase": true,
    "artifacts": [
      "a2a2ef70-e730-4aaf-b15a-f076adc09ecb",
      "33af5c73-5c19-4b89-94c1-d59b9e36d99d",
      "678d1604-6407-4382-9a7f-4f7a3901395c"
    ],
    "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-05T21:12:15.213Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34c846c0-8675-41f8-879c-4960488d0c7a
VfModuleModelInvariantUUID:4691494e-b077-4659-9c2c-b07f6f3ade40
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2a2ef70-e730-4aaf-b15a-f076adc09ecb
,
33af5c73-5c19-4b89-94c1-d59b9e36d99d
,
678d1604-6407-4382-9a7f-4f7a3901395c

}
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-05T21:12:15.213Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a2a2ef70-e730-4aaf-b15a-f076adc09ecb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-05T21:12:15.213Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:12:15.214Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-05T21:12:15.379Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:12:15.379Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a2a2ef70-e730-4aaf-b15a-f076adc09ecb 1164
2021-11-05T21:12:15.379Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-11-05T21:12:15.379Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-05T21:12:15.380Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:12:15.380Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:15.382Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:15.382Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146735379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:12:15.483Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:12:15.483Z||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-05T21:12:15.483Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:15.492Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:15.493Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:12:16.383Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 678d1604-6407-4382-9a7f-4f7a3901395c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-05T21:12:16.384Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:12:16.384Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-05T21:12:16.668Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:12:16.668Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 678d1604-6407-4382-9a7f-4f7a3901395c 200
2021-11-05T21:12:16.669Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-11-05T21:12:16.669Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-05T21:12:16.669Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:12:16.669Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:16.671Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:16.671Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146736669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:12:16.772Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:12:16.772Z||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-05T21:12:16.773Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:16.783Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:16.784Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:12:17.672Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d9ac4e63-a5db-4660-9690-aabce2ebc473
2021-11-05T21:12:17.673Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a3ae9379-c9a8-434a-b0d0-2d071ff95f34 ASDC
2021-11-05T21:12:17.685Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
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-05T21:12:17.694Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@467c30f2, org.onap.sdc.toscaparser.api.parameters.Input@2211b968, org.onap.sdc.toscaparser.api.parameters.Input@1f6a3722, org.onap.sdc.toscaparser.api.parameters.Input@23b18a8, org.onap.sdc.toscaparser.api.parameters.Input@256743bd]
2021-11-05T21:12:17.695Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:17.695Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:12:17.696Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-11-05T21:12:17.696Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 934dbdfa-30a5-4969-83ad-e72425ea74d1
2021-11-05T21:12:17.696Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 934dbdfa-30a5-4969-83ad-e72425ea74d1 matches Tosca VF Customization UUID: 934dbdfa-30a5-4969-83ad-e72425ea74d1
2021-11-05T21:12:17.696Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 934dbdfa-30a5-4969-83ad-e72425ea74d1  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-05T21:12:17.698Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:17.698Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:12:17.698Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 934dbdfa-30a5-4969-83ad-e72425ea74d1: {\"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-05T21:12:17.699Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1eab3fb6
2021-11-05T21:12:17.699Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:17.699Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T21:12:17.699Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 03ba8958-6e8d-49d4-8f8b-4e5ab5603833
2021-11-05T21:12:17.699Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 03ba8958-6e8d-49d4-8f8b-4e5ab5603833
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-05T21:12:17.701Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:17.701Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-05T21:12:17.701Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:12:17.702Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:17.702Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-05T21:12:17.702Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:12:17.702Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:17.702Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-05T21:12:17.702Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-05T21:12:17.703Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=95b571e2-d026-4fda-be17-c9585ffaef35
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-05T21:12:17.704Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:17.704Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-05T21:12:17.705Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:12:17.705Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:17.705Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-05T21:12:17.705Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=934dbdfa-30a5-4969-83ad-e72425ea74d1
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-05T21:12:17.706Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:17.706Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:12:17.706Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d9ac4e63-a5db-4660-9690-aabce2ebc473: basic_cnf
2021-11-05T21:12:17.706Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:17.707Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:12:17.707Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:17.707Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:12:17.707Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:17.707Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:12:17.707Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:17.707Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:12:17.707Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:12:17.707Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:12:17.708Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-05T21:12:17.775Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a3ae9379-c9a8-434a-b0d0-2d071ff95f34 1 ASDC deployResourceStructure
2021-11-05T21:12:17.775Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-11-05T21:12:17.775Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-11-05T21:12:17.775Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-05T21:12:17.776Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:17.778Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:17.778Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146737775,
  "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-05T21:12:17.878Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:12:17.879Z||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-05T21:12:17.879Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:17.905Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:17.906Z||pool-95-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:12:18.778Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-11-05T21:12:18.779Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-11-05T21:12:18.779Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-05T21:12:18.779Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:18.781Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:18.782Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146738778,
  "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-05T21:12:18.882Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:12:18.882Z||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-05T21:12:18.883Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:18.893Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:18.894Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:12:19.782Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-11-05T21:12:19.783Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-05T21:12:19.783Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:12:19.783Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:19.785Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:19.785Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146739782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T21:12:19.885Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:12:19.886Z||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-05T21:12:19.886Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:19.896Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:19.896Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:12:20.786Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-11-05T21:12:20.786Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-05T21:12:20.786Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:12:20.786Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:20.788Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:20.788Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146740786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T21:12:20.888Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:12:20.889Z||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-05T21:12:20.889Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:20.899Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:20.900Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:12:21.789Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-11-05T21:12:21.790Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-05T21:12:21.790Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:12:21.790Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:21.793Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:21.793Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146741789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-05T21:12:21.893Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:12:21.894Z||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-05T21:12:21.894Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:21.906Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:21.906Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-05T21:12:22.793Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-05T21:12:22.794Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-05T21:12:22.794Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:12:22.794Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:12:22.796Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:12:22.796Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146742793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:12:22.898Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-05T21:12:22.898Z||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-05T21:12:22.898Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:22.909Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:22.909Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-05T21:12:23.797Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc71a3b9-c00e-4905-873a-88f0b87b5bf0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T21:12:23.806Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc71a3b9-c00e-4905-873a-88f0b87b5bf0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T21:12:23.808Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T21:12:23.808Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T21:12:23.808Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T21:12:53.808Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc71a3b9-c00e-4905-873a-88f0b87b5bf0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T21:12:53.817Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc71a3b9-c00e-4905-873a-88f0b87b5bf0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T21:12:53.819Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T21:12:53.819Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T21:12:53.819Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T21:12:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:12:57.619Z||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-05T21:12:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:12:57.639Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:12:57.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:12:57.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146649035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:12:57.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:23.820Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc71a3b9-c00e-4905-873a-88f0b87b5bf0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T21:13:24.051Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc71a3b9-c00e-4905-873a-88f0b87b5bf0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T21:13:24.053Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T21:13:24.053Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T21:13:24.053Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T21:13:54.054Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc71a3b9-c00e-4905-873a-88f0b87b5bf0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T21:13:54.061Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc71a3b9-c00e-4905-873a-88f0b87b5bf0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T21:13:54.063Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T21:13:54.063Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T21:13:54.063Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T21:13:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:13:57.619Z||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-05T21:13:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:13:57.639Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:13:57.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "cds",
  "timestamp": 1636146658414,
  "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-05T21:13:57.658Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fc71a3b9-c00e-4905-873a-88f0b87b5bf0
2021-11-05T21:13:57.658Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc71a3b9-c00e-4905-873a-88f0b87b5bf0 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-05T21:13:57.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "clamp",
  "timestamp": 1636146652782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.666Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "dcae-sch",
  "timestamp": 1636146655810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "policy-id",
  "timestamp": 1636146658477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:13:57.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146658874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "clamp",
  "timestamp": 1636146652782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "dcae-sch",
  "timestamp": 1636146655810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "policy-id",
  "timestamp": 1636146659479,
  "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-05T21:13:57.673Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc71a3b9-c00e-4905-873a-88f0b87b5bf0
2021-11-05T21:13:57.673Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc71a3b9-c00e-4905-873a-88f0b87b5bf0 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-05T21:13:57.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146660015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.692Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "cds",
  "timestamp": 1636146659418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "clamp",
  "timestamp": 1636146652782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "dcae-sch",
  "timestamp": 1636146655810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "cds",
  "timestamp": 1636146659418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146661130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.693Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "clamp",
  "timestamp": 1636146652782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "dcae-sch",
  "timestamp": 1636146655810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "cds",
  "timestamp": 1636146659418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146662406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.694Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "dcae-sch",
  "timestamp": 1636146655810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "cds",
  "timestamp": 1636146659418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146663454,
  "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-05T21:13:57.708Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc71a3b9-c00e-4905-873a-88f0b87b5bf0
2021-11-05T21:13:57.708Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc71a3b9-c00e-4905-873a-88f0b87b5bf0 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-05T21:13:57.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "dcae-sch",
  "timestamp": 1636146655810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "cds",
  "timestamp": 1636146659418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "policy-id",
  "timestamp": 1636146664012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146664457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T21:13:57.716Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "dcae-sch",
  "timestamp": 1636146655810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "cds",
  "timestamp": 1636146659418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "policy-id",
  "timestamp": 1636146664012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "dcae-sch",
  "timestamp": 1636146655810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146649035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146665920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "cds",
  "timestamp": 1636146659418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "policy-id",
  "timestamp": 1636146664012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "dcae-sch",
  "timestamp": 1636146655810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146649035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146665920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "policy-id",
  "timestamp": 1636146664012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "dcae-sch",
  "timestamp": 1636146655810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146649035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "cds",
  "timestamp": 1636146667508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146665920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "policy-id",
  "timestamp": 1636146664012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "dcae-sch",
  "timestamp": 1636146655810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146649035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "cds",
  "timestamp": 1636146668513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-05T21:13:57.731Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f007d36c-9043-42f6-b219-64126e6c6348
2021-11-05T21:13:57.731Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f007d36c-9043-42f6-b219-64126e6c6348 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-05T21:13:57.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146665920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "policy-id",
  "timestamp": 1636146664012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "dcae-sch",
  "timestamp": 1636146655810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146649035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146665920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "cds",
  "timestamp": 1636146669517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "policy-id",
  "timestamp": 1636146664012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "dcae-sch",
  "timestamp": 1636146655810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146649035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146665920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "cds",
  "timestamp": 1636146669517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "policy-id",
  "timestamp": 1636146671230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "clamp",
  "timestamp": 1636146671308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "dcae-sch",
  "timestamp": 1636146655810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146649035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146665920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "cds",
  "timestamp": 1636146669517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "policy-id",
  "timestamp": 1636146672234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "clamp",
  "timestamp": 1636146672332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:13:57.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146672566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "cds",
  "timestamp": 1636146669517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "policy-id",
  "timestamp": 1636146673236,
  "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-05T21:13:57.749Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f007d36c-9043-42f6-b219-64126e6c6348
2021-11-05T21:13:57.749Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f007d36c-9043-42f6-b219-64126e6c6348 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-05T21:13:57.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "clamp",
  "timestamp": 1636146673335,
  "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-05T21:13:57.762Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fc71a3b9-c00e-4905-873a-88f0b87b5bf0
2021-11-05T21:13:57.762Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc71a3b9-c00e-4905-873a-88f0b87b5bf0 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-05T21:13:57.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146673411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146673621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "cds",
  "timestamp": 1636146669517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "clamp",
  "timestamp": 1636146652782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146674672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "aai-ml",
  "timestamp": 1636146675041,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "cds",
  "timestamp": 1636146669517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "clamp",
  "timestamp": 1636146652782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146675693,
  "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-05T21:13:57.776Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f007d36c-9043-42f6-b219-64126e6c6348
2021-11-05T21:13:57.776Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f007d36c-9043-42f6-b219-64126e6c6348 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-05T21:13:57.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "cds",
  "timestamp": 1636146669517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "clamp",
  "timestamp": 1636146652782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "dcae-sch",
  "timestamp": 1636146675810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146676696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T21:13:57.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "cds",
  "timestamp": 1636146669517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "clamp",
  "timestamp": 1636146652782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "dcae-sch",
  "timestamp": 1636146675810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146677700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "clamp",
  "timestamp": 1636146652782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "dcae-sch",
  "timestamp": 1636146675810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146677700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "clamp",
  "timestamp": 1636146652782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "cds",
  "timestamp": 1636146679411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "dcae-sch",
  "timestamp": 1636146675810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146677700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "clamp",
  "timestamp": 1636146652782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "dcae-sch",
  "timestamp": 1636146675810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "cds",
  "timestamp": 1636146680593,
  "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-05T21:13:57.799Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a15e541-7184-4eff-96ab-d9551c3139af
2021-11-05T21:13:57.799Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a15e541-7184-4eff-96ab-d9551c3139af 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-05T21:13:57.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146677700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "dcae-sch",
  "timestamp": 1636146675810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "aai-ml",
  "timestamp": 1636146681611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:13:57.806Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146677700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "dcae-sch",
  "timestamp": 1636146675810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "aai-ml",
  "timestamp": 1636146682614,
  "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-05T21:13:57.811Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fc71a3b9-c00e-4905-873a-88f0b87b5bf0
2021-11-05T21:13:57.811Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc71a3b9-c00e-4905-873a-88f0b87b5bf0 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-05T21:13:57.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146677700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "dcae-sch",
  "timestamp": 1636146675810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146677700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "policy-id",
  "timestamp": 1636146684012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146677700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "policy-id",
  "timestamp": 1636146684012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146685920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146686516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.820Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "policy-id",
  "timestamp": 1636146684012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146687015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:13:57.820Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146685920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "policy-id",
  "timestamp": 1636146684012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146687632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.822Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146688018,
  "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-05T21:13:57.826Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fc71a3b9-c00e-4905-873a-88f0b87b5bf0
2021-11-05T21:13:57.826Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc71a3b9-c00e-4905-873a-88f0b87b5bf0 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-05T21:13:57.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "clamp",
  "timestamp": 1636146688310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.832Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146685920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "policy-id",
  "timestamp": 1636146684012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146688683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.833Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146685920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "policy-id",
  "timestamp": 1636146684012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146689700,
  "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-05T21:13:57.839Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a15e541-7184-4eff-96ab-d9551c3139af
2021-11-05T21:13:57.840Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a15e541-7184-4eff-96ab-d9551c3139af 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-05T21:13:57.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "clamp",
  "timestamp": 1636146690320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:13:57.847Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146685920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "policy-id",
  "timestamp": 1636146684012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636146690703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T21:13:57.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "aai-ml",
  "timestamp": 1636146690707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "clamp",
  "timestamp": 1636146691323,
  "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-05T21:13:57.853Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f007d36c-9043-42f6-b219-64126e6c6348
2021-11-05T21:13:57.853Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f007d36c-9043-42f6-b219-64126e6c6348 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-05T21:13:57.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146685920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "policy-id",
  "timestamp": 1636146684012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146685920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "policy-id",
  "timestamp": 1636146692616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.862Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "clamp",
  "timestamp": 1636146692326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636146685920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "policy-id",
  "timestamp": 1636146693621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:13:57.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "clamp",
  "timestamp": 1636146692326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "policy-id",
  "timestamp": 1636146694623,
  "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-05T21:13:57.869Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a15e541-7184-4eff-96ab-d9551c3139af
2021-11-05T21:13:57.869Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a15e541-7184-4eff-96ab-d9551c3139af 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-05T21:13:57.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "clamp",
  "timestamp": 1636146692326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "clamp",
  "timestamp": 1636146692326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146696709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.877Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "clamp",
  "timestamp": 1636146692326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "clamp",
  "timestamp": 1636146692326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "aai-ml",
  "timestamp": 1636146697974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:13:57.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "clamp",
  "timestamp": 1636146692326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "aai-ml",
  "timestamp": 1636146698977,
  "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-05T21:13:57.885Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f007d36c-9043-42f6-b219-64126e6c6348
2021-11-05T21:13:57.885Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f007d36c-9043-42f6-b219-64126e6c6348 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-05T21:13:57.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "clamp",
  "timestamp": 1636146692326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146700060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:13:57.895Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146701064,
  "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-05T21:13:57.900Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f007d36c-9043-42f6-b219-64126e6c6348
2021-11-05T21:13:57.900Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f007d36c-9043-42f6-b219-64126e6c6348 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-05T21:13:57.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "aai-ml",
  "timestamp": 1636146665293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "aai-ml",
  "timestamp": 1636146708056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.911Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:13:57.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146663682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:13:57.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:13:57.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146710157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.911Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "clamp",
  "timestamp": 1636146711927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:13:57.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146712424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:13:57.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "aai-ml",
  "timestamp": 1636146713006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:13:57.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636146713428,
  "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-05T21:13:57.918Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a15e541-7184-4eff-96ab-d9551c3139af
2021-11-05T21:13:57.918Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a15e541-7184-4eff-96ab-d9551c3139af 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-05T21:13:57.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "aai-ml",
  "timestamp": 1636146714009,
  "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-05T21:13:57.929Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a15e541-7184-4eff-96ab-d9551c3139af
2021-11-05T21:13:57.929Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a15e541-7184-4eff-96ab-d9551c3139af 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-05T21:13:57.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "clamp",
  "timestamp": 1636146714317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:13:57.936Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:13:57.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:13:57.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "clamp",
  "timestamp": 1636146715320,
  "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-05T21:13:57.941Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0a15e541-7184-4eff-96ab-d9551c3139af
2021-11-05T21:13:57.941Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a15e541-7184-4eff-96ab-d9551c3139af 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-05T21:14:24.063Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc71a3b9-c00e-4905-873a-88f0b87b5bf0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T21:14:24.074Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc71a3b9-c00e-4905-873a-88f0b87b5bf0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T21:14:24.076Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T21:14:24.077Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T21:14:24.077Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T21:14:24.077Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T21:14:24.077Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:14:24.077Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:14:24.077Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:14:24.077Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:14:24.077Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:14:24.077Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:14:24.077Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-05T21:14:24.082Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T21:14:54.083Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fc71a3b9-c00e-4905-873a-88f0b87b5bf0 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-05T21:14:54.088Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fc71a3b9-c00e-4905-873a-88f0b87b5bf0 and serviceModelVersionId: d9ac4e63-a5db-4660-9690-aabce2ebc473
2021-11-05T21:14:54.088Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91026679-014b-4cc1-afc4-3975eda670f0
2021-11-05T21:14:54.089Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91026679-014b-4cc1-afc4-3975eda670f0/model-vers/model-ver/d9ac4e63-a5db-4660-9690-aabce2ebc473?depth=0
2021-11-05T21:14:54.095Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T21:14:54.126Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91026679-014b-4cc1-afc4-3975eda670f0/model-vers/model-ver/d9ac4e63-a5db-4660-9690-aabce2ebc473?depth=0|INFO|500||Invoke
2021-11-05T21:14:54.126Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91026679-014b-4cc1-afc4-3975eda670f0/model-vers/model-ver/d9ac4e63-a5db-4660-9690-aabce2ebc473?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91026679-014b-4cc1-afc4-3975eda670f0/model-vers/model-ver/d9ac4e63-a5db-4660-9690-aabce2ebc473?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fc71a3b9-c00e-4905-873a-88f0b87b5bf0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5506690b-d385-4868-856c-a2754c6fbadb], X-ECOMP-RequestID=[fc71a3b9-c00e-4905-873a-88f0b87b5bf0], X-TransactionId=[], X-ONAP-RequestID=[fc71a3b9-c00e-4905-873a-88f0b87b5bf0], Content-Type=[application/merge-patch+json]}
2021-11-05T21:14:54.143Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91026679-014b-4cc1-afc4-3975eda670f0/model-vers/model-ver/d9ac4e63-a5db-4660-9690-aabce2ebc473?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-05T21:14:54.290Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91026679-014b-4cc1-afc4-3975eda670f0/model-vers/model-ver/d9ac4e63-a5db-4660-9690-aabce2ebc473?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/91026679-014b-4cc1-afc4-3975eda670f0/model-vers/model-ver/d9ac4e63-a5db-4660-9690-aabce2ebc473?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211105-21:14:54:149-19194], vertex-id=[442568], Content-Length=[0], Date=[Fri, 05 Nov 2021 21:14:54 GMT], Content-Type=[application/json]}
2021-11-05T21:14:54.291Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91026679-014b-4cc1-afc4-3975eda670f0/model-vers/model-ver/d9ac4e63-a5db-4660-9690-aabce2ebc473?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-05T21:14:54.291Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91026679-014b-4cc1-afc4-3975eda670f0/model-vers/model-ver/d9ac4e63-a5db-4660-9690-aabce2ebc473?depth=0|INFO|500||InvokeReturn
2021-11-05T21:14:54.291Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T21:14:54.292Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T21:14:54.295Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-05T21:14:54.295Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fc71a3b9-c00e-4905-873a-88f0b87b5bf0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T21:14:54.295Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T21:14:54.296Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:14:54.297Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:14:54.298Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146894295,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T21:14:54.397Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:14:54.398Z||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-05T21:14:54.398Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:14:54.411Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:14:54.412Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-05T21:14:55.311Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T21:14:55.311Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f007d36c-9043-42f6-b219-64126e6c6348","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d7ccfcec-e208-4829-bdca-4deba82408f5","serviceDescription":"service","serviceInvariantUUID":"cee4ac8c-093f-452e-92d8-c084b133dd08","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e110e1bf-877c-41cb-af56-5ffbfd857b18","resourceInvariantUUID":"b19c8c41-3521-44e4-9b44-911093d08e70","resourceCustomizationUUID":"1802cfe0-f8a9-44ba-a4d0-f444c6ac717c","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":"YzgzNGQxOWFmYmZmZGUwMWM5M2MxODMzODA4ODFkNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a56bf3cb-7093-4cc1-9273-13076a87a554","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":"OWFhZTFkYWExNTkzODc1MDc0ZDYwMTdlZmI1ZmM2YTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9f615f04-dd5f-41f2-97ad-9838d84a2d2a","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":"cb9951a3-418d-4c8b-a30a-402a3a13a808","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":"f67e63ad-59ab-40c7-99a8-a7790683d2c4","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":"3066ac48-cc3e-4f75-b650-c788ac80a409","artifactVersion":"2","generatedFromUUID":"cb9951a3-418d-4c8b-a30a-402a3a13a808"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTdiNjJmMjY2MjFjN2Q4YTY2NWFiOTBjOTFjZWFmNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e5605f3-e164-4b23-8546-47a0ce19745a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWQ2YjI1NTQ1YjE0Mzc0MDMzNmE0NGIzYjkyMTI4ZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6bea17be-3813-47cf-8d51-e7747b4c3529","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T21:14:55.311Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:14:55.311Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:14:55.313Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:14:55.313Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:14:55.413Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:14:55.413Z||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-05T21:14:55.413Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:14:55.423Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:14:55.424Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:14:56.314Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:14:56.315Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:14:56.317Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:14:56.317Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T21:14:56.417Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:14:56.417Z||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-05T21:14:56.417Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:14:56.428Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:14:56.428Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:14:57.317Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:14:57.320Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:14:57.321Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:14:57.322Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:14:57.421Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:14:57.422Z||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-05T21:14:57.422Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:14:57.433Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:14:57.434Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:14:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:14:57.619Z||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-05T21:14:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:14:57.640Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:14:57.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c11854f-0dc4-46f3-bea0-bb26ed183957",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146719027,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T21:14:57.642Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:14:57.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:14:57.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:14:57.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-05T21:14:57.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:14:57.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-05T21:14:57.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:14:57.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T21:14:57.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:14:57.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:14:57.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:14:57.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146729794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146732104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146733158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146734207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146735379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146736669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146737775,
  "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-05T21:14:57.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146738778,
  "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-05T21:14:57.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146739782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146740786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146741789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146742793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:14:57.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:14:58.322Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:14:58.323Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:14:58.324Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:14:58.324Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:14:58.424Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:14:58.425Z||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-05T21:14:58.425Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:14:58.434Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:14:58.435Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:14:59.324Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:14:59.325Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:14:59.326Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:14:59.327Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-05T21:14:59.426Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:14:59.427Z||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-05T21:14:59.427Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:14:59.438Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:14:59.439Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:00.327Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:15:00.328Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:00.329Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:00.330Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:15:00.429Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:15:00.431Z||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-05T21:15:00.431Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:00.444Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:00.445Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:01.330Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:15:01.331Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:01.333Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:01.333Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:15:01.441Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2021-11-05T21:15:01.441Z||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-05T21:15:01.441Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:01.452Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:01.452Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-05T21:15:02.335Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "d7ccfcec-e208-4829-bdca-4deba82408f5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cee4ac8c-093f-452e-92d8-c084b133dd08",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "1802cfe0-f8a9-44ba-a4d0-f444c6ac717c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e110e1bf-877c-41cb-af56-5ffbfd857b18",
      "resourceInvariantUUID": "b19c8c41-3521-44e4-9b44-911093d08e70",
      "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": "OWFhZTFkYWExNTkzODc1MDc0ZDYwMTdlZmI1ZmM2YTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9f615f04-dd5f-41f2-97ad-9838d84a2d2a",
          "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": "cb9951a3-418d-4c8b-a30a-402a3a13a808",
          "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": "3066ac48-cc3e-4f75-b650-c788ac80a409",
            "generatedFromUUID": "cb9951a3-418d-4c8b-a30a-402a3a13a808"
          },
          "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": "3066ac48-cc3e-4f75-b650-c788ac80a409",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OWQ2YjI1NTQ1YjE0Mzc0MDMzNmE0NGIzYjkyMTI4ZmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6bea17be-3813-47cf-8d51-e7747b4c3529"
    }
  ],
  "workloadContext": "Production"
}
2021-11-05T21:15:02.335Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T21:15:02.335Z|fc71a3b9-c00e-4905-873a-88f0b87b5bf0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d7ccfcec-e208-4829-bdca-4deba82408f5 ASDC
2021-11-05T21:15:02.336Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f007d36c-9043-42f6-b219-64126e6c6348
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:d7ccfcec-e208-4829-bdca-4deba82408f5
ServiceInvariantUUID:cee4ac8c-093f-452e-92d8-c084b133dd08
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:6bea17be-3813-47cf-8d51-e7747b4c3529
ArtifactChecksum:OWQ2YjI1NTQ1YjE0Mzc0MDMzNmE0NGIzYjkyMTI4ZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:1802cfe0-f8a9-44ba-a4d0-f444c6ac717c
ResourceInvariantUUID:b19c8c41-3521-44e4-9b44-911093d08e70
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e110e1bf-877c-41cb-af56-5ffbfd857b18
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:9f615f04-dd5f-41f2-97ad-9838d84a2d2a
ArtifactChecksum:OWFhZTFkYWExNTkzODc1MDc0ZDYwMTdlZmI1ZmM2YTA=
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:cb9951a3-418d-4c8b-a30a-402a3a13a808
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:3066ac48-cc3e-4f75-b650-c788ac80a409
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:3066ac48-cc3e-4f75-b650-c788ac80a409
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-05T21:15:02.336Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d7ccfcec-e208-4829-bdca-4deba82408f5 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-05T21:15:03.083Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T21:15:03.084Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T21:15:03.084Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T21:15:03.084Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6bea17be-3813-47cf-8d51-e7747b4c3529 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-05T21:15:03.084Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:15:03.084Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-05T21:15:03.905Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:15:03.908Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6bea17be-3813-47cf-8d51-e7747b4c3529 71035
2021-11-05T21:15:03.908Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:03.908Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:03.908Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:15:03.908Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:03.909Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:03.909Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146903908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:15:04.009Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:15:04.010Z||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-05T21:15:04.010Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:04.019Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:04.020Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:04.910Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T21:15:04.911Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T21:15:04.911Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6bea17be-3813-47cf-8d51-e7747b4c3529, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T21:15:04.911Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-05T21:15:04.912Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T21:15:04.912Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T21:15:05.065Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1650283396855060189/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-05T21:15:06.107Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T21:15:06.108Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-05T21:15:06.108Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T21:15:06.108Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-05T21:15:06.108Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T21:15:06.108Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:06.108Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T21:15:06.108Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T21:15:06.108Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T21:15:06.108Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T21:15:06.109Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T21:15:06.109Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T21:15:06.109Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T21:15:06.109Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-05T21:15:06.109Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:06.109Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:06.109Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T21:15:06.109Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-05T21:15:06.109Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T21:15:06.110Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:06.110Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:06.110Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T21:15:06.110Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-05T21:15:06.110Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T21:15:06.110Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:06.110Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:06.110Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:06.111Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-05T21:15:06.111Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-05T21:15:06.111Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-05T21:15:06.111Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-05T21:15:06.111Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-05T21:15:06.111Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-05T21:15:06.111Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:06.111Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T21:15:06.111Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:06.111Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T21:15:06.112Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:15:06.112Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:06.112Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T21:15:06.112Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:15:06.112Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:06.112Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T21:15:06.112Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:15:06.113Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:06.113Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-05T21:15:06.113Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-05T21:15:06.113Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-05T21:15:06.113Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2bf80b7e-aae6-4ea0-b452-c220683a2340
2021-11-05T21:15:06.113Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:06.113Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:06.113Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:06.114Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:06.114Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:06.114Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:06.114Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:06.114Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:06.114Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:d7ccfcec-e208-4829-bdca-4deba82408f5
Model Version:NULL
Model InvariantUuid:cee4ac8c-093f-452e-92d8-c084b133dd08
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ac8a58a7-1e15-45a2-bc7e-13a41a3205d3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b19c8c41-3521-44e4-9b44-911093d08e70
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1802cfe0-f8a9-44ba-a4d0-f444c6ac717c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:38f5b8f0-a23f-42fb-ac43-a8792e6ac5f7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:572a3812-e226-4523-a44a-19d92784da38
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2bf80b7e-aae6-4ea0-b452-c220683a2340
ModelInvariantUuid:3bad83cc-3d4b-48a8-a12c-220b171808c9
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:4d351cc5-1128-4eec-b06a-9b7e46f3c778
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9350a201-665a-4f3f-9ce1-3a511f6227d9
ModelInvariantUuid:97a7ef21-85b7-483b-a301-772580941995
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:5b4494df-c6e2-4481-a8ca-fac00b18a4e9
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-05T21:15:06.120Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: e110e1bf-877c-41cb-af56-5ffbfd857b18
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-05T21:15:06.123Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||basic_vm 0
2021-11-05T21:15:06.123Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e110e1bf-877c-41cb-af56-5ffbfd857b18
2021-11-05T21:15:06.123Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9f615f04-dd5f-41f2-97ad-9838d84a2d2a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-05T21:15:06.123Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:15:06.123Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:06.322Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:15:06.322Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9f615f04-dd5f-41f2-97ad-9838d84a2d2a 787
2021-11-05T21:15:06.325Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:06.325Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:06.325Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:15:06.325Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:06.328Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:06.328Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146906325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:15:06.428Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:15:06.428Z||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-05T21:15:06.429Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:06.437Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:06.438Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:07.328Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "38f5b8f0-a23f-42fb-ac43-a8792e6ac5f7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "572a3812-e226-4523-a44a-19d92784da38",
    "vfModuleModelCustomizationUUID": "3fb3c10b-3162-44f6-8d5e-84748465a70d",
    "isBase": true,
    "artifacts": [
      "cb9951a3-418d-4c8b-a30a-402a3a13a808",
      "3066ac48-cc3e-4f75-b650-c788ac80a409"
    ],
    "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-05T21:15:07.332Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:572a3812-e226-4523-a44a-19d92784da38
VfModuleModelInvariantUUID:38f5b8f0-a23f-42fb-ac43-a8792e6ac5f7
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb9951a3-418d-4c8b-a30a-402a3a13a808
,
3066ac48-cc3e-4f75-b650-c788ac80a409

}
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-05T21:15:07.334Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "38f5b8f0-a23f-42fb-ac43-a8792e6ac5f7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "572a3812-e226-4523-a44a-19d92784da38",
    "vfModuleModelCustomizationUUID": "3fb3c10b-3162-44f6-8d5e-84748465a70d",
    "isBase": true,
    "artifacts": [
      "cb9951a3-418d-4c8b-a30a-402a3a13a808",
      "3066ac48-cc3e-4f75-b650-c788ac80a409"
    ],
    "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-05T21:15:07.334Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:572a3812-e226-4523-a44a-19d92784da38
VfModuleModelInvariantUUID:38f5b8f0-a23f-42fb-ac43-a8792e6ac5f7
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb9951a3-418d-4c8b-a30a-402a3a13a808
,
3066ac48-cc3e-4f75-b650-c788ac80a409

}
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-05T21:15:07.334Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cb9951a3-418d-4c8b-a30a-402a3a13a808 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-05T21:15:07.334Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:15:07.335Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-05T21:15:07.511Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:15:07.512Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml cb9951a3-418d-4c8b-a30a-402a3a13a808 5033
2021-11-05T21:15:07.512Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:07.512Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:07.512Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:15:07.513Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:07.515Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:07.515Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146907512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:15:07.615Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:15:07.615Z||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-05T21:15:07.615Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:07.626Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:07.627Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:08.515Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3066ac48-cc3e-4f75-b650-c788ac80a409 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-05T21:15:08.516Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:15:08.516Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:08.561Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:15:08.561Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3066ac48-cc3e-4f75-b650-c788ac80a409 903
2021-11-05T21:15:08.562Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:08.562Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:08.562Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:15:08.562Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:08.564Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:08.564Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146908562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:15:08.664Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:15:08.664Z||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-05T21:15:08.664Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:08.676Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:08.676Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:09.564Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d7ccfcec-e208-4829-bdca-4deba82408f5
2021-11-05T21:15:09.565Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e110e1bf-877c-41cb-af56-5ffbfd857b18 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-05T21:15:09.579Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3856e5ac, org.onap.sdc.toscaparser.api.parameters.Input@41050799, org.onap.sdc.toscaparser.api.parameters.Input@57034a02, org.onap.sdc.toscaparser.api.parameters.Input@1e4c0842, org.onap.sdc.toscaparser.api.parameters.Input@1138e5a2]
2021-11-05T21:15:09.580Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:09.580Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:09.581Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-11-05T21:15:09.581Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 1802cfe0-f8a9-44ba-a4d0-f444c6ac717c
2021-11-05T21:15:09.581Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1802cfe0-f8a9-44ba-a4d0-f444c6ac717c matches Tosca VF Customization UUID: 1802cfe0-f8a9-44ba-a4d0-f444c6ac717c
2021-11-05T21:15:09.581Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 1802cfe0-f8a9-44ba-a4d0-f444c6ac717c  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-05T21:15:09.584Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:09.584Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:09.585Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 1802cfe0-f8a9-44ba-a4d0-f444c6ac717c: {\"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-05T21:15:09.585Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b061772
2021-11-05T21:15:09.585Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:09.585Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T21:15:09.586Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3fb3c10b-3162-44f6-8d5e-84748465a70d
2021-11-05T21:15:09.586Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3fb3c10b-3162-44f6-8d5e-84748465a70d
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-05T21:15:09.589Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:09.589Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T21:15:09.589Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:15:09.601Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:09.601Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T21:15:09.601Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:15:09.602Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:09.602Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-05T21:15:09.603Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-05T21:15:09.603Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-05T21:15:09.603Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2bf80b7e-aae6-4ea0-b452-c220683a2340
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-05T21:15:09.613Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:09.613Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T21:15:09.614Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:15:09.614Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:09.614Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T21:15:09.614Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=1802cfe0-f8a9-44ba-a4d0-f444c6ac717c
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-05T21:15:09.615Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:09.616Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:09.616Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d7ccfcec-e208-4829-bdca-4deba82408f5: basic_vm
2021-11-05T21:15:09.616Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:09.616Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:09.616Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:09.616Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:09.617Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:09.617Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:09.617Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:09.617Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:09.617Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:09.617Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:09.617Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:09.701Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e110e1bf-877c-41cb-af56-5ffbfd857b18 1 ASDC deployResourceStructure
2021-11-05T21:15:09.702Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:09.702Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:09.702Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:15:09.702Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:09.704Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:09.704Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146909702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T21:15:09.804Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:15:09.805Z||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-05T21:15:09.805Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:09.816Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:09.816Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-05T21:15:10.711Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:10.712Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:10.712Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:15:10.712Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:10.714Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:10.714Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146910705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T21:15:10.814Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:15:10.814Z||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-05T21:15:10.814Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:10.824Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:10.825Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:11.715Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:11.715Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:11.715Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:15:11.716Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:11.717Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:11.718Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146911715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-05T21:15:11.817Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:15:11.818Z||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-05T21:15:11.818Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:11.827Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:11.827Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:12.719Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:12.719Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||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-05T21:15:12.719Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:15:12.719Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:12.721Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:12.721Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146912718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:15:12.821Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:15:12.822Z||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-05T21:15:12.822Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:12.832Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:12.832Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:13.722Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f007d36c-9043-42f6-b219-64126e6c6348
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T21:15:13.733Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f007d36c-9043-42f6-b219-64126e6c6348
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T21:15:13.735Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T21:15:13.735Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T21:15:13.735Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T21:15:13.736Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T21:15:13.736Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:15:13.736Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:15:13.736Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:15:13.736Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:15:13.736Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:15:13.736Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:15:13.736Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-05T21:15:13.742Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T21:15:43.742Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f007d36c-9043-42f6-b219-64126e6c6348 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-05T21:15:43.750Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f007d36c-9043-42f6-b219-64126e6c6348 and serviceModelVersionId: d7ccfcec-e208-4829-bdca-4deba82408f5
2021-11-05T21:15:43.750Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cee4ac8c-093f-452e-92d8-c084b133dd08
2021-11-05T21:15:43.751Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cee4ac8c-093f-452e-92d8-c084b133dd08/model-vers/model-ver/d7ccfcec-e208-4829-bdca-4deba82408f5?depth=0
2021-11-05T21:15:43.756Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T21:15:43.786Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cee4ac8c-093f-452e-92d8-c084b133dd08/model-vers/model-ver/d7ccfcec-e208-4829-bdca-4deba82408f5?depth=0|INFO|500||Invoke
2021-11-05T21:15:43.786Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cee4ac8c-093f-452e-92d8-c084b133dd08/model-vers/model-ver/d7ccfcec-e208-4829-bdca-4deba82408f5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cee4ac8c-093f-452e-92d8-c084b133dd08/model-vers/model-ver/d7ccfcec-e208-4829-bdca-4deba82408f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f007d36c-9043-42f6-b219-64126e6c6348], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cdb2ea23-257d-4271-b490-e117e7220106], X-ECOMP-RequestID=[f007d36c-9043-42f6-b219-64126e6c6348], X-TransactionId=[], X-ONAP-RequestID=[f007d36c-9043-42f6-b219-64126e6c6348], Content-Type=[application/merge-patch+json]}
2021-11-05T21:15:43.803Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cee4ac8c-093f-452e-92d8-c084b133dd08/model-vers/model-ver/d7ccfcec-e208-4829-bdca-4deba82408f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-05T21:15:44.323Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cee4ac8c-093f-452e-92d8-c084b133dd08/model-vers/model-ver/d7ccfcec-e208-4829-bdca-4deba82408f5?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/cee4ac8c-093f-452e-92d8-c084b133dd08/model-vers/model-ver/d7ccfcec-e208-4829-bdca-4deba82408f5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211105-21:15:43:809-27728], vertex-id=[254160], Content-Length=[0], Date=[Fri, 05 Nov 2021 21:15:43 GMT], Content-Type=[application/json]}
2021-11-05T21:15:44.324Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cee4ac8c-093f-452e-92d8-c084b133dd08/model-vers/model-ver/d7ccfcec-e208-4829-bdca-4deba82408f5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-05T21:15:44.324Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cee4ac8c-093f-452e-92d8-c084b133dd08/model-vers/model-ver/d7ccfcec-e208-4829-bdca-4deba82408f5?depth=0|INFO|500||InvokeReturn
2021-11-05T21:15:44.324Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T21:15:44.325Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T21:15:44.329Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-05T21:15:44.329Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f007d36c-9043-42f6-b219-64126e6c6348 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T21:15:44.329Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T21:15:44.329Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:44.331Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:44.331Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146944329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T21:15:44.431Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:15:44.432Z||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-05T21:15:44.432Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:44.454Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:44.455Z||pool-117-thread-1|||||INFO|500||cambria reply ok (23 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-05T21:15:45.344Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T21:15:45.344Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a15e541-7184-4eff-96ab-d9551c3139af","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"39c67dd2-1f29-4f45-b43e-d336c72f62b3","serviceDescription":"service","serviceInvariantUUID":"5a1c7a9d-39bb-4570-9c37-f05cd14a5b4f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c38dcf5-3cd8-4a1f-9678-60fb8639832f","resourceInvariantUUID":"42a51aaa-519e-4155-868d-228dc789d1d4","resourceCustomizationUUID":"aa318345-90d6-44a4-8a51-09d689fc8d27","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":"MTMyMzMyNTQzMjQ4YjI0ZWYwZjk0MDFhZTU4ZjAxMDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e10c6e27-6d18-41b7-b4f0-e3a282ed0264","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":"NDFlMzczNzJiODBmODQ2MTE1NWI3ZTE5ZWIxNjI5NWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ed7568bf-93ca-4039-8406-c65da8459f0d","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":"88e700dd-13b9-417a-b260-93409c99ffbb","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":"081d3d99-332b-46f8-8e02-9c2309f2723e","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":"f5115e31-2432-42de-89db-5ba60423a43a","artifactVersion":"2","generatedFromUUID":"88e700dd-13b9-417a-b260-93409c99ffbb"},{"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":"MzVkZDBjN2U2MDY0ZGFmOTEwZmIwZmYxZjJlNzVmZWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2ffdf175-47ea-4d99-87e1-505f0dd4dbe8","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":"NTFkMGE0YWIyNzM1NTdmNjMzNWE2NjMzMmUxMjY3NmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"925a1aea-5598-4a26-bf40-b1332656a5a6","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDc5ZGI3NzU3NDkwNWE5MDBhYTc4OTIzNmFhMzAzZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54d3f16d-20e8-4277-b501-579f5f796505","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T21:15:45.345Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:15:45.345Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:45.347Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:45.347Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:15:45.446Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:15:45.447Z||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-05T21:15:45.447Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:45.457Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:45.458Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:46.347Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:15:46.348Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:46.350Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:46.350Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T21:15:46.449Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:15:46.450Z||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-05T21:15:46.450Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:46.462Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:46.462Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:47.350Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:15:47.351Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:47.352Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:47.353Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:15:47.452Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:15:47.453Z||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-05T21:15:47.453Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:47.465Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:47.466Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:48.353Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:15:48.354Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:48.357Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:48.357Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:15:48.457Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:15:48.457Z||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-05T21:15:48.458Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:48.469Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:48.469Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:49.358Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:15:49.359Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:49.361Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:49.361Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-05T21:15:49.461Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:15:49.461Z||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-05T21:15:49.461Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:49.473Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:49.473Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:50.361Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:15:50.362Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:50.364Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:50.364Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:15:50.464Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:15:50.464Z||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-05T21:15:50.465Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:50.477Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:50.478Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:51.365Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:15:51.365Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:51.367Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:51.367Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:15:51.467Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:15:51.468Z||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-05T21:15:51.468Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:51.479Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:51.480Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:52.368Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T21:15:52.369Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:52.370Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:52.370Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:15:52.470Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:15:52.471Z||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-05T21:15:52.471Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:52.481Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:52.481Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:53.372Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "39c67dd2-1f29-4f45-b43e-d336c72f62b3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5a1c7a9d-39bb-4570-9c37-f05cd14a5b4f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "aa318345-90d6-44a4-8a51-09d689fc8d27",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8c38dcf5-3cd8-4a1f-9678-60fb8639832f",
      "resourceInvariantUUID": "42a51aaa-519e-4155-868d-228dc789d1d4",
      "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": "NDFlMzczNzJiODBmODQ2MTE1NWI3ZTE5ZWIxNjI5NWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ed7568bf-93ca-4039-8406-c65da8459f0d",
          "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": "88e700dd-13b9-417a-b260-93409c99ffbb",
          "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": "f5115e31-2432-42de-89db-5ba60423a43a",
            "generatedFromUUID": "88e700dd-13b9-417a-b260-93409c99ffbb"
          },
          "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": "f5115e31-2432-42de-89db-5ba60423a43a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MDc5ZGI3NzU3NDkwNWE5MDBhYTc4OTIzNmFhMzAzZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "54d3f16d-20e8-4277-b501-579f5f796505"
    }
  ],
  "workloadContext": "Production"
}
2021-11-05T21:15:53.372Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T21:15:53.372Z|f007d36c-9043-42f6-b219-64126e6c6348|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 39c67dd2-1f29-4f45-b43e-d336c72f62b3 ASDC
2021-11-05T21:15:53.373Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:0a15e541-7184-4eff-96ab-d9551c3139af
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:39c67dd2-1f29-4f45-b43e-d336c72f62b3
ServiceInvariantUUID:5a1c7a9d-39bb-4570-9c37-f05cd14a5b4f
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:54d3f16d-20e8-4277-b501-579f5f796505
ArtifactChecksum:MDc5ZGI3NzU3NDkwNWE5MDBhYTc4OTIzNmFhMzAzZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:aa318345-90d6-44a4-8a51-09d689fc8d27
ResourceInvariantUUID:42a51aaa-519e-4155-868d-228dc789d1d4
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:8c38dcf5-3cd8-4a1f-9678-60fb8639832f
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:ed7568bf-93ca-4039-8406-c65da8459f0d
ArtifactChecksum:NDFlMzczNzJiODBmODQ2MTE1NWI3ZTE5ZWIxNjI5NWU=
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:88e700dd-13b9-417a-b260-93409c99ffbb
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:f5115e31-2432-42de-89db-5ba60423a43a
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:f5115e31-2432-42de-89db-5ba60423a43a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-05T21:15:53.373Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 39c67dd2-1f29-4f45-b43e-d336c72f62b3 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-05T21:15:53.405Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T21:15:53.405Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T21:15:53.406Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T21:15:53.406Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 54d3f16d-20e8-4277-b501-579f5f796505 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-05T21:15:53.406Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:15:53.406Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-05T21:15:53.525Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:15:53.529Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 54d3f16d-20e8-4277-b501-579f5f796505 78799
2021-11-05T21:15:53.529Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-05T21:15:53.529Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-05T21:15:53.530Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:15:53.530Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:53.531Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:53.531Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146953529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:15:53.631Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:15:53.632Z||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-05T21:15:53.632Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:53.642Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:53.642Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:54.532Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T21:15:54.533Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T21:15:54.533Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 54d3f16d-20e8-4277-b501-579f5f796505, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-05T21:15:54.533Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-11-05T21:15:54.533Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-05T21:15:54.533Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-05T21:15:54.674Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12032315126457356387/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-05T21:15:55.665Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T21:15:55.666Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-05T21:15:55.666Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-05T21:15:55.666Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-05T21:15:55.666Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-05T21:15:55.666Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-05T21:15:55.666Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-05T21:15:55.666Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-05T21:15:55.666Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-05T21:15:55.666Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-05T21:15:55.667Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-05T21:15:55.667Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-05T21:15:55.667Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-05T21:15:55.667Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-05T21:15:55.667Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:55.667Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:55.667Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-05T21:15:55.667Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-05T21:15:55.667Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T21:15:55.668Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:55.668Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:55.668Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-05T21:15:55.668Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-05T21:15:55.668Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T21:15:55.668Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:55.668Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:55.669Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:55.669Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-05T21:15:55.669Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-05T21:15:55.669Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-05T21:15:55.669Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-05T21:15:55.669Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-05T21:15:55.670Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-05T21:15:55.670Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:55.670Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T21:15:55.670Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:55.670Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-05T21:15:55.670Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:15:55.671Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:55.671Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-05T21:15:55.671Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:15:55.671Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:55.671Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-05T21:15:55.671Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:15:55.672Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:55.672Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-05T21:15:55.672Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-05T21:15:55.672Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-05T21:15:55.672Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cdeefd45-d097-471d-abae-2ee4760b1d5a
2021-11-05T21:15:55.672Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:55.672Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:55.672Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:55.672Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:55.673Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:55.673Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:55.673Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:15:55.673Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:15:55.673Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:39c67dd2-1f29-4f45-b43e-d336c72f62b3
Model Version:NULL
Model InvariantUuid:5a1c7a9d-39bb-4570-9c37-f05cd14a5b4f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:81ad94fa-7bac-450d-9a6e-7140a23c38c9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:42a51aaa-519e-4155-868d-228dc789d1d4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:aa318345-90d6-44a4-8a51-09d689fc8d27
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a06bbe65-2073-4d8f-bfdb-51281a13bb59
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:d6b6b9a3-9166-43f4-8a25-b0c10cb27727
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdeefd45-d097-471d-abae-2ee4760b1d5a
ModelInvariantUuid:de287ca7-617b-442b-8b43-a13b2ca47813
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:07df21a9-8536-4650-a30d-c00205620f10
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a7ce2cab-97f6-42a7-929f-5466e71271c2
ModelInvariantUuid:035d655b-9075-44d9-8afd-352ca3da526f
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d87b623b-363f-416a-8820-f17b58429955
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-05T21:15:55.679Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 8c38dcf5-3cd8-4a1f-9678-60fb8639832f
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-05T21:15:55.681Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2021-11-05T21:15:55.682Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8c38dcf5-3cd8-4a1f-9678-60fb8639832f
2021-11-05T21:15:55.682Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ed7568bf-93ca-4039-8406-c65da8459f0d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-05T21:15:55.682Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:15:55.682Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-05T21:15:55.733Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:15:55.734Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ed7568bf-93ca-4039-8406-c65da8459f0d 792
2021-11-05T21:15:55.734Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-11-05T21:15:55.734Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-05T21:15:55.734Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:15:55.734Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:55.736Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:55.736Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146955734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:15:55.836Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:15:55.836Z||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-05T21:15:55.837Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:55.847Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:55.847Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:56.737Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a06bbe65-2073-4d8f-bfdb-51281a13bb59",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d6b6b9a3-9166-43f4-8a25-b0c10cb27727",
    "vfModuleModelCustomizationUUID": "5fc1f228-3800-406b-8244-332dd3383a91",
    "isBase": true,
    "artifacts": [
      "88e700dd-13b9-417a-b260-93409c99ffbb",
      "f5115e31-2432-42de-89db-5ba60423a43a"
    ],
    "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-05T21:15:56.741Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d6b6b9a3-9166-43f4-8a25-b0c10cb27727
VfModuleModelInvariantUUID:a06bbe65-2073-4d8f-bfdb-51281a13bb59
VfModuleModelDescription:NULL
Artifacts UUID List:{
88e700dd-13b9-417a-b260-93409c99ffbb
,
f5115e31-2432-42de-89db-5ba60423a43a

}
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-05T21:15:56.743Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a06bbe65-2073-4d8f-bfdb-51281a13bb59",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d6b6b9a3-9166-43f4-8a25-b0c10cb27727",
    "vfModuleModelCustomizationUUID": "5fc1f228-3800-406b-8244-332dd3383a91",
    "isBase": true,
    "artifacts": [
      "88e700dd-13b9-417a-b260-93409c99ffbb",
      "f5115e31-2432-42de-89db-5ba60423a43a"
    ],
    "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-05T21:15:56.743Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d6b6b9a3-9166-43f4-8a25-b0c10cb27727
VfModuleModelInvariantUUID:a06bbe65-2073-4d8f-bfdb-51281a13bb59
VfModuleModelDescription:NULL
Artifacts UUID List:{
88e700dd-13b9-417a-b260-93409c99ffbb
,
f5115e31-2432-42de-89db-5ba60423a43a

}
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-05T21:15:56.743Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 88e700dd-13b9-417a-b260-93409c99ffbb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-05T21:15:56.743Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:15:56.743Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-05T21:15:57.206Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:15:57.206Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 88e700dd-13b9-417a-b260-93409c99ffbb 5033
2021-11-05T21:15:57.206Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-05T21:15:57.206Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-05T21:15:57.206Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:15:57.207Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:57.208Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:57.209Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146957206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:15:57.308Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:15:57.309Z||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-05T21:15:57.309Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:57.319Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:57.319Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:15:57.619Z||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-05T21:15:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:57.639Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:57.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:15:57.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc71a3b9-c00e-4905-873a-88f0b87b5bf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146894295,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T21:15:57.641Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:15:57.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:15:57.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:15:57.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:15:57.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:15:57.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T21:15:57.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:15:57.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T21:15:57.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:15:57.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:15:58.209Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f5115e31-2432-42de-89db-5ba60423a43a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-05T21:15:58.210Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T21:15:58.210Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-05T21:15:58.468Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T21:15:58.468Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f5115e31-2432-42de-89db-5ba60423a43a 903
2021-11-05T21:15:58.468Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-05T21:15:58.468Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-05T21:15:58.469Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T21:15:58.469Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:15:58.471Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:15:58.471Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146958468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:15:58.571Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:15:58.571Z||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-05T21:15:58.571Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:15:58.581Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:15:58.582Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:15:59.471Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 39c67dd2-1f29-4f45-b43e-d336c72f62b3
2021-11-05T21:15:59.472Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8c38dcf5-3cd8-4a1f-9678-60fb8639832f 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-05T21:16:00.085Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45a0d478, org.onap.sdc.toscaparser.api.parameters.Input@4badfa9f, org.onap.sdc.toscaparser.api.parameters.Input@30d2082d, org.onap.sdc.toscaparser.api.parameters.Input@2e3e4b76, org.onap.sdc.toscaparser.api.parameters.Input@6d7e49dd]
2021-11-05T21:16:00.087Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:16:00.087Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:16:00.088Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-11-05T21:16:00.088Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= aa318345-90d6-44a4-8a51-09d689fc8d27
2021-11-05T21:16:00.088Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aa318345-90d6-44a4-8a51-09d689fc8d27 matches Tosca VF Customization UUID: aa318345-90d6-44a4-8a51-09d689fc8d27
2021-11-05T21:16:00.088Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: aa318345-90d6-44a4-8a51-09d689fc8d27  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-05T21:16:00.090Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:16:00.091Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:16:00.091Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id aa318345-90d6-44a4-8a51-09d689fc8d27: {\"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-05T21:16:00.091Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@35294639
2021-11-05T21:16:00.092Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:16:00.092Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T21:16:00.092Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5fc1f228-3800-406b-8244-332dd3383a91
2021-11-05T21:16:00.092Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5fc1f228-3800-406b-8244-332dd3383a91
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-05T21:16:00.095Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:16:00.095Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-05T21:16:00.095Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:16:00.095Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:16:00.096Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-05T21:16:00.096Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:16:00.096Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:16:00.096Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-05T21:16:00.096Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-05T21:16:00.096Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-05T21:16:00.096Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cdeefd45-d097-471d-abae-2ee4760b1d5a
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-05T21:16:00.098Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:16:00.099Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-05T21:16:00.099Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T21:16:00.099Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:16:00.099Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-05T21:16:00.099Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=aa318345-90d6-44a4-8a51-09d689fc8d27
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-05T21:16:00.101Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:16:00.101Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:16:00.101Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 39c67dd2-1f29-4f45-b43e-d336c72f62b3: basic_vm_macro
2021-11-05T21:16:00.101Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:16:00.101Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:16:00.101Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:16:00.101Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:16:00.102Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:16:00.102Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:16:00.102Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:16:00.102Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:16:00.102Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T21:16:00.102Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T21:16:00.102Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-05T21:16:00.421Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8c38dcf5-3cd8-4a1f-9678-60fb8639832f 1 ASDC deployResourceStructure
2021-11-05T21:16:00.421Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-11-05T21:16:00.422Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-05T21:16:00.422Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:16:00.422Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:16:00.424Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:16:00.424Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146960421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T21:16:00.524Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:16:00.524Z||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-05T21:16:00.524Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:16:00.535Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:16:00.536Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:16:01.425Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-05T21:16:01.425Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-05T21:16:01.425Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:16:01.425Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:16:01.427Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:16:01.427Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146961425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T21:16:01.527Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:16:01.527Z||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-05T21:16:01.528Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:16:01.537Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:16:01.537Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:16:02.427Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-05T21:16:02.428Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-05T21:16:02.428Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:16:02.428Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:16:02.430Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:16:02.430Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146962427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-05T21:16:02.530Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:16:02.530Z||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-05T21:16:02.530Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:16:02.540Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:16:02.540Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:16:03.431Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-05T21:16:03.431Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-05T21:16:03.431Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T21:16:03.432Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:16:03.433Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:16:03.433Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146963431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:16:03.533Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T21:16:03.534Z||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-05T21:16:03.534Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:16:03.545Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:16:03.545Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T21:16:04.434Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a15e541-7184-4eff-96ab-d9551c3139af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T21:16:05.083Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a15e541-7184-4eff-96ab-d9551c3139af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-05T21:16:05.087Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T21:16:05.087Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T21:16:05.088Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T21:16:05.088Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T21:16:05.088Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:16:05.088Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:16:05.088Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:16:05.088Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:16:05.088Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:16:05.088Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T21:16:05.088Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-05T21:16:05.094Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T21:16:35.095Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a15e541-7184-4eff-96ab-d9551c3139af 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-05T21:16:35.100Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a15e541-7184-4eff-96ab-d9551c3139af and serviceModelVersionId: 39c67dd2-1f29-4f45-b43e-d336c72f62b3
2021-11-05T21:16:35.100Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5a1c7a9d-39bb-4570-9c37-f05cd14a5b4f
2021-11-05T21:16:35.101Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5a1c7a9d-39bb-4570-9c37-f05cd14a5b4f/model-vers/model-ver/39c67dd2-1f29-4f45-b43e-d336c72f62b3?depth=0
2021-11-05T21:16:35.105Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T21:16:35.132Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a1c7a9d-39bb-4570-9c37-f05cd14a5b4f/model-vers/model-ver/39c67dd2-1f29-4f45-b43e-d336c72f62b3?depth=0|INFO|500||Invoke
2021-11-05T21:16:35.133Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a1c7a9d-39bb-4570-9c37-f05cd14a5b4f/model-vers/model-ver/39c67dd2-1f29-4f45-b43e-d336c72f62b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a1c7a9d-39bb-4570-9c37-f05cd14a5b4f/model-vers/model-ver/39c67dd2-1f29-4f45-b43e-d336c72f62b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0a15e541-7184-4eff-96ab-d9551c3139af], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4e471090-1b63-48b7-9a2c-639a07aaa1c4], X-ECOMP-RequestID=[0a15e541-7184-4eff-96ab-d9551c3139af], X-TransactionId=[], X-ONAP-RequestID=[0a15e541-7184-4eff-96ab-d9551c3139af], Content-Type=[application/merge-patch+json]}
2021-11-05T21:16:35.153Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a1c7a9d-39bb-4570-9c37-f05cd14a5b4f/model-vers/model-ver/39c67dd2-1f29-4f45-b43e-d336c72f62b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-05T21:16:35.227Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a1c7a9d-39bb-4570-9c37-f05cd14a5b4f/model-vers/model-ver/39c67dd2-1f29-4f45-b43e-d336c72f62b3?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/5a1c7a9d-39bb-4570-9c37-f05cd14a5b4f/model-vers/model-ver/39c67dd2-1f29-4f45-b43e-d336c72f62b3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211105-21:16:35:159-20085], vertex-id=[471240], Content-Length=[0], Date=[Fri, 05 Nov 2021 21:16:35 GMT], Content-Type=[application/json]}
2021-11-05T21:16:35.228Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a1c7a9d-39bb-4570-9c37-f05cd14a5b4f/model-vers/model-ver/39c67dd2-1f29-4f45-b43e-d336c72f62b3?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-05T21:16:35.228Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a1c7a9d-39bb-4570-9c37-f05cd14a5b4f/model-vers/model-ver/39c67dd2-1f29-4f45-b43e-d336c72f62b3?depth=0|INFO|500||InvokeReturn
2021-11-05T21:16:35.229Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T21:16:35.229Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T21:16:35.233Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-05T21:16:35.233Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a15e541-7184-4eff-96ab-d9551c3139af and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T21:16:35.233Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T21:16:35.234Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T21:16:35.235Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T21:16:35.235Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146995233,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T21:16:35.335Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T21:16:35.335Z||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-05T21:16:35.336Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:16:35.349Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:16:35.350Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-05T21:16:36.245Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:16:36.245Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:16:36.246Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:16:46.742Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:16:46.743Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:16:46.743Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:16:46.743Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:16:56.282Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:16:56.282Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:16:56.282Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:16:56.282Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:16:57.619Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:16:57.619Z||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-05T21:16:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:16:57.644Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:16:57.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:16:57.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:16:57.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-05T21:16:57.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:16:57.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:16:57.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:16:57.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:16:57.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:16:57.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146903908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:16:57.646Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:16:57.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146906325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:16:57.646Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:16:57.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146907512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:16:57.646Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:16:57.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146908562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:16:57.647Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:16:57.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146909702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T21:16:57.647Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:16:57.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146910705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T21:16:57.647Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:16:57.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146911715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-05T21:16:57.647Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:16:57.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146912718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:16:57.648Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:16:57.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f007d36c-9043-42f6-b219-64126e6c6348",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146944329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T21:16:57.648Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:16:57.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:16:57.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:16:57.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T21:16:57.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:16:57.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-05T21:16:57.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:16:57.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:16:57.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:16:57.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-05T21:16:57.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:16:57.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:16:57.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:16:57.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T21:16:57.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:16:57.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146720039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T21:16:57.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-05T21:16:57.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146953529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:16:57.650Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:16:57.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146955734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:16:57.650Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:16:57.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T21:16:57.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146957206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:16:57.650Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:17:05.823Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:17:05.824Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:17:05.824Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:17:05.825Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:17:15.359Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:17:15.360Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:17:15.360Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:17:15.360Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:17:24.900Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:17:24.900Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:17:24.901Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:17:24.901Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:17:34.437Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:17:34.438Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:17:34.438Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:17:34.438Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:17:43.978Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:17:43.979Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:17:43.980Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:17:43.980Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:17:53.517Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:17:53.518Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:17:53.518Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:17:53.518Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:17:57.619Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:17:57.620Z||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-05T21:17:57.620Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:17:58.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:17:58.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:17:58.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146958468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T21:17:58.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:17:58.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:17:58.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146960421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T21:17:58.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:17:58.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:17:58.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146961425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T21:17:58.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:17:58.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:17:58.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146962427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-05T21:17:58.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:17:58.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:17:58.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146963431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T21:17:58.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:17:58.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-05T21:17:58.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a15e541-7184-4eff-96ab-d9551c3139af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636146995233,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T21:17:58.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T21:18:03.053Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:18:03.054Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:18:03.054Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:18:03.054Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:18:12.592Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:18:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:18:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:18:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:18:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:18:57.619Z||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-05T21:18:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:19:07.156Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:19:07.156Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:19:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:19:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:19:57.618Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:19:57.619Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:19:57.619Z||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-05T21:19:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:20:07.155Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:20:07.156Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:20:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:20:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:20:57.618Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:20:57.619Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:20:57.619Z||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-05T21:20:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:21:07.161Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:21:07.161Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:21:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:21:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:21:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:21:57.619Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:21:57.619Z||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-05T21:21:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:22:07.156Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:22:07.157Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:22:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:22:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:22:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:22:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:22:57.619Z||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-05T21:22:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:23:07.158Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:23:07.160Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:23:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:23:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:23:57.618Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:23:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:23:57.619Z||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-05T21:23:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:24:07.157Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:24:07.159Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:24:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:24:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:24:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:24:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:24:57.619Z||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-05T21:24:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:25:07.162Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:25:07.165Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:25:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:25:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:25:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:25:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:25:57.619Z||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-05T21:25:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:26:07.160Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:26:07.161Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:26:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:26:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:26:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:26:57.619Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:26:57.619Z||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-05T21:26:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:27:07.162Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:27:07.162Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:27:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:27:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:27:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:27:57.619Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:27:57.619Z||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-05T21:27:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:28:07.157Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:28:07.158Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:28:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:28:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:28:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:28:57.619Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:28:57.619Z||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-05T21:28:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:29:07.158Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:29:07.161Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:29:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:29:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:29:57.618Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:29:57.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:29:57.619Z||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-05T21:29:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:30:07.162Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:30:07.163Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:30:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:30:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:30:57.617Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:30:57.619Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:30:57.619Z||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-05T21:30:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:31:07.160Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:31:07.160Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:31:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:31:57.617Z||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-05T21:31:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:31:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:31:57.619Z||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-05T21:31:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:32:07.161Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:32:07.162Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:32:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:32:57.617Z||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-05T21:32:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:32:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:32:57.619Z||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-05T21:32:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:33:07.158Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:33:07.158Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:33:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:33:57.617Z||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-05T21:33:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:33:57.619Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:33:57.619Z||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-05T21:33:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:34:07.157Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:34:07.159Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:34:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:34:57.617Z||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-05T21:34:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:34:57.619Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:34:57.619Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:34:57.619Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:35:07.159Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:35:07.162Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:35:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:35:57.617Z||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-05T21:35:57.618Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:35:57.619Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:35:57.619Z||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-05T21:35:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:36:07.159Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:36:07.165Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:36:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:36:57.617Z||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-05T21:36:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:36:57.619Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:36:57.619Z||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-05T21:36:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:37:07.157Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:37:07.158Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:37:57.617Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:37:57.617Z||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-05T21:37:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:37:57.619Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:37:57.619Z||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-05T21:37:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:38:07.157Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:38:07.158Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:38:57.617Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:38:57.617Z||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-05T21:38:57.617Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:38:57.619Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:38:57.619Z|0a15e541-7184-4eff-96ab-d9551c3139af|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-05T21:38:57.619Z|0a15e541-7184-4eff-96ab-d9551c3139af|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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:39:07.162Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:39:07.163Z|0a15e541-7184-4eff-96ab-d9551c3139af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:39:57.617Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:39:57.617Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T21:39:57.617Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:39:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:39:57.619Z||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-05T21:39:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:40:07.158Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:40:07.159Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:40:57.617Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:40:57.617Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T21:40:57.617Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:40:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:40:57.619Z||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-05T21:40:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:41:07.160Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:41:07.162Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:41:57.617Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:41:57.617Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T21:41:57.618Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:41:57.619Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T21:41:57.619Z||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-05T21:41:57.619Z||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 3B7QJZB3hdHyZ0jk) ...
2021-11-05T21:42:07.156Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:42:07.156Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T21:42:17.944Z||http-nio-8085-exec-3|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)