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-08-25T06:32:39.505Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-s9fnq with PID 14 (/app/app.jar started by so in /app)
2021-08-25T06:32:39.510Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-25T06:32:39.511Z||main|||||INFO|500||The following profiles are active: basic
2021-08-25T06:32:57.935Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-25T06:32:57.938Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-25T06:32:58.069Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-25T06:33:04.541Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-25T06:33:04.980Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-25T06:33:05.882Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-25T06:33:05.895Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-25T06:33:06.190Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-25T06:33:07.249Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-25T06:33:08.056Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-25T06:33:13.987Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-25T06:33:16.599Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-25T06:33:16.647Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-25T06:33:17.242Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-25T06:33:17.398Z||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-08-25T06:33:18.774Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-25T06:33:19.764Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-08-25T06:33:19.788Z||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$$e21e573c.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-08-25T06:33:19.790Z||main|||||WARN|500||The sdc end point is not alive
2021-08-25T06:33:22.269Z||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-08-25T06:33:24.461Z||main|||||WARN|500||---
2021-08-25T06:33:24.522Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-25T06:33:24.522Z||main|||||WARN|500||---
2021-08-25T06:33:24.804Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-25T06:33:27.747Z||main|||||INFO|500||Started Application in 53.263 seconds (JVM running for 62.007)
2021-08-25T06:33:27.753Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-25T06:33:27.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-25T06:33:27.778Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-25T06:33:27.820Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-25T06:33:27.876Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5b12a0cb-031f-4f55-b49a-3f77a7198d95 url= /sdc/v1/artifactTypes
2021-08-25T06:33:27.877Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-25T06:33:28.447Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-25T06:33:28.472Z||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-08-25T06:33:28.498Z||scheduling-1|||||DEBUG|500||create keys
2021-08-25T06:33:28.509Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-25T06:33:28.538Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:33:28.562Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a8b12a62-03d3-4a1f-beb1-16fb1fe65d50 url= /sdc/v1/registerForDistribution
2021-08-25T06:33:28.887Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a8b12a62-03d3-4a1f-beb1-16fb1fe65d50 url= /sdc/v1/registerForDistribution
2021-08-25T06:33:28.888Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-25T06:33:28.897Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:33:28.899Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:33:28.903Z||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-08-25T06:33:28.903Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:33:28.904Z||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-08-25T06:33:28.905Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:33:28.905Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-25T06:33:39.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:33:39.188Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:34:28.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:34:28.898Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:34:28.899Z||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-08-25T06:34:28.899Z||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-08-25T06:34:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:34:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:34:38.496Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:34:38.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:35:28.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:35:28.899Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:35:28.900Z||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-08-25T06:35:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:35:28.905Z||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-08-25T06:35:28.905Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:35:38.459Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:35:38.460Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:36:28.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:36:28.898Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:36:28.900Z||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-08-25T06:36:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:36:28.900Z||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-08-25T06:36:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:36:38.459Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:36:38.463Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:37:28.895Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:37:28.898Z||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-08-25T06:37:28.898Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:37:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:37:28.898Z||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-08-25T06:37:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:37:38.444Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:37:38.449Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:38:28.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:38:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:38:28.900Z||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-08-25T06:38:28.900Z||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-08-25T06:38:28.902Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:38:28.902Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:38:38.460Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:38:38.475Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:39:28.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:39:28.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:39:28.899Z||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-08-25T06:39:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:39:28.899Z||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-08-25T06:39:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:39:38.451Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:39:38.453Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:40:28.898Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:40:28.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:40:28.902Z||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-08-25T06:40:28.902Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:40:28.905Z||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-08-25T06:40:28.915Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:40:38.469Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:40:38.473Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:41:28.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:41:28.899Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:41:28.901Z||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-08-25T06:41:28.901Z||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-08-25T06:41:28.901Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:41:28.901Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:41:38.460Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:41:38.462Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:42:28.897Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:42:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:42:28.903Z||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-08-25T06:42:28.903Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:42:28.911Z||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-08-25T06:42:28.911Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:42:38.456Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:42:38.459Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:43:21.155Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-25T06:43:28.895Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:43:28.896Z||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-08-25T06:43:28.896Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:43:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:43:28.898Z||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-08-25T06:43:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:43:38.457Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:43:38.457Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:44:28.895Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:44:28.896Z||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-08-25T06:44:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:44:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:44:28.898Z||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-08-25T06:44:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:44:38.444Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:44:38.444Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:45:28.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:45:28.898Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:45:28.901Z||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-08-25T06:45:28.902Z||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-08-25T06:45:28.902Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:45:28.902Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:45:38.466Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:45:38.487Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:46:28.895Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:46:28.897Z||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-08-25T06:46:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:46:28.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:46:28.899Z||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-08-25T06:46:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:46:38.455Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:46:38.465Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:47:28.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:47:28.897Z||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-08-25T06:47:28.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:47:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:47:28.898Z||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-08-25T06:47:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:47:38.449Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:47:38.453Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:48:28.895Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:48:28.897Z||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-08-25T06:48:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:48:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:48:28.898Z||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-08-25T06:48:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:48:38.451Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:48:38.453Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:49:28.895Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:49:28.896Z||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-08-25T06:49:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:49:28.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:49:28.898Z||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-08-25T06:49:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:49:38.453Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:49:38.453Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:50:28.895Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:50:28.897Z||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-08-25T06:50:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:50:28.898Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:50:28.900Z||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-08-25T06:50:28.901Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:50:38.451Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:50:38.458Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:51:28.895Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:51:28.897Z||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-08-25T06:51:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:51:28.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:51:28.898Z||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-08-25T06:51:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:51:38.443Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:51:38.448Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:52:28.895Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:52:28.897Z||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-08-25T06:52:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:52:28.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:52:28.898Z||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-08-25T06:52:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:52:38.453Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:52:38.471Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:53:28.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:53:28.897Z||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-08-25T06:53:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:53:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:53:28.898Z||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-08-25T06:53:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:53:38.456Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:53:38.460Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:54:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:54:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:54:28.899Z||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-08-25T06:54:28.898Z||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-08-25T06:54:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:54:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:54:38.470Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:54:38.477Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:55:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:55:28.897Z||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-08-25T06:55:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:55:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:55:28.898Z||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-08-25T06:55:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:55:38.451Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:55:38.454Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:56:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:56:28.897Z||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-08-25T06:56:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:56:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:56:28.898Z||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-08-25T06:56:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:56:38.449Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:56:38.469Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:57:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:57:28.897Z||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-08-25T06:57:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:57:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:57:28.899Z||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-08-25T06:57:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:57:38.455Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:57:38.460Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:58:28.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:58:28.897Z||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-08-25T06:58:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:58:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:58:28.898Z||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-08-25T06:58:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:58:38.449Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:58:38.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:59:28.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:59:28.897Z||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-08-25T06:59:28.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T06:59:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:59:28.898Z||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-08-25T06:59:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T06:59:38.456Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T06:59:38.456Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:00:28.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:00:28.898Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:00:28.899Z||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-08-25T07:00:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:00:28.900Z||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-08-25T07:00:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:00:38.453Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:00:38.456Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:01:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:01:28.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:01:28.912Z||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-08-25T07:01:28.912Z||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-08-25T07:01:28.912Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:01:28.912Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:01:38.465Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:01:38.467Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:02:28.895Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:02:28.897Z||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-08-25T07:02:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:02:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:02:28.899Z||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-08-25T07:02:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:02:38.447Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:02:38.468Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:03:28.895Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:03:28.896Z||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-08-25T07:03:28.896Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:03:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:03:28.898Z||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-08-25T07:03:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:03:38.457Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:03:38.474Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:04:28.895Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:04:28.897Z||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-08-25T07:04:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:04:28.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:04:28.898Z||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-08-25T07:04:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:04:38.454Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:04:38.458Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:05:28.895Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:05:28.897Z||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-08-25T07:05:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:05:28.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:05:28.899Z||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-08-25T07:05:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:05:38.463Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:05:38.467Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:06:28.895Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:06:28.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:06:28.899Z||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-08-25T07:06:28.899Z||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-08-25T07:06:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:06:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:06:38.453Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:06:38.455Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:07:28.895Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:07:28.897Z||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-08-25T07:07:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:07:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:07:28.899Z||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-08-25T07:07:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:07:38.465Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:07:38.465Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:08:28.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:08:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:08:28.901Z||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-08-25T07:08:28.901Z||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-08-25T07:08:28.901Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:08:28.901Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:08:38.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:08:38.457Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:09:28.895Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:09:28.896Z||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-08-25T07:09:28.896Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:09:28.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:09:28.898Z||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-08-25T07:09:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:09:38.455Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:09:38.456Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:10:28.895Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:10:28.897Z||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-08-25T07:10:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:10:28.898Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:10:28.898Z||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-08-25T07:10:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:10:38.452Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:10:38.456Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:11:28.895Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:11:28.897Z||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-08-25T07:11:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:11:28.898Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:11:28.898Z||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-08-25T07:11:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:11:38.452Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:11:38.453Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:12:28.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:12:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:12:28.902Z||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-08-25T07:12:28.903Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:12:28.903Z||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-08-25T07:12:28.903Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:12:38.461Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:12:38.462Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:13:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:13:28.896Z||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-08-25T07:13:28.896Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:13:28.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:13:28.899Z||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-08-25T07:13:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:13:38.448Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:13:38.482Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:14:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:14:28.897Z||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-08-25T07:14:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:14:28.898Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:14:28.898Z||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-08-25T07:14:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:14:38.454Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:14:38.455Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:15:28.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:15:28.901Z||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-08-25T07:15:28.902Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:15:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:15:28.907Z||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-08-25T07:15:28.907Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:15:38.465Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:15:38.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:16:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:16:28.896Z||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-08-25T07:16:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:16:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:16:28.898Z||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-08-25T07:16:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:16:38.455Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:16:38.458Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:17:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:17:28.897Z||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-08-25T07:17:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:17:28.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:17:28.898Z||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-08-25T07:17:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:17:38.451Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:17:38.471Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:18:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:18:28.897Z||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-08-25T07:18:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:18:28.898Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:18:28.898Z||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-08-25T07:18:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:18:38.449Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:18:38.450Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:19:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:19:28.896Z||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-08-25T07:19:28.896Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:19:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:19:28.898Z||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-08-25T07:19:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:19:38.442Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:19:38.445Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:20:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:20:28.897Z||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-08-25T07:20:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:20:28.898Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:20:28.898Z||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-08-25T07:20:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:20:38.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:20:38.462Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:21:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:21:28.897Z||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-08-25T07:21:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:21:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:21:28.898Z||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-08-25T07:21:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:21:38.445Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:21:38.445Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:22:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:22:28.896Z||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-08-25T07:22:28.896Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:22:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:22:28.899Z||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-08-25T07:22:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:22:38.458Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:22:38.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:23:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:23:28.896Z||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-08-25T07:23:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:23:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:23:28.898Z||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-08-25T07:23:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:23:38.445Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:23:38.449Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:24:28.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:24:28.898Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:24:28.899Z||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-08-25T07:24:28.899Z||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-08-25T07:24:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:24:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:24:38.449Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:24:38.449Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:25:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:25:28.896Z||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-08-25T07:25:28.896Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:25:28.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:25:28.898Z||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-08-25T07:25:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:25:38.532Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:25:38.536Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:26:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:26:28.897Z||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-08-25T07:26:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:26:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:26:28.898Z||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-08-25T07:26:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:26:38.444Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:26:38.444Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:27:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:27:28.897Z||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-08-25T07:27:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:27:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:27:28.898Z||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-08-25T07:27:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:27:38.447Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:27:38.455Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:28:28.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:28:28.897Z||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-08-25T07:28:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:28:28.898Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:28:28.899Z||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-08-25T07:28:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:28:38.464Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:28:38.470Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:29:28.899Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:29:28.899Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:29:28.906Z||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-08-25T07:29:28.906Z||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-08-25T07:29:28.907Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:29:28.907Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:29:38.456Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:29:38.458Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:30:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:30:28.897Z||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-08-25T07:30:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:30:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:30:28.898Z||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-08-25T07:30:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:30:38.448Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:30:38.448Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:31:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:31:28.897Z||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-08-25T07:31:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:31:28.898Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:31:28.898Z||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-08-25T07:31:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:31:38.443Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:31:38.452Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:32:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:32:28.897Z||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-08-25T07:32:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:32:28.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:32:28.898Z||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-08-25T07:32:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:32:38.440Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:32:38.440Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:33:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:33:28.897Z||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-08-25T07:33:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:33:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:33:28.898Z||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-08-25T07:33:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:33:38.449Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:33:38.450Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:34:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:34:28.897Z||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-08-25T07:34:28.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:34:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:34:28.898Z||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-08-25T07:34:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:34:38.468Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:34:38.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:35:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:35:28.896Z||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-08-25T07:35:28.896Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:35:28.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:35:28.898Z||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-08-25T07:35:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:35:38.447Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:35:38.448Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:36:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:36:28.897Z||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-08-25T07:36:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:36:28.898Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:36:28.898Z||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-08-25T07:36:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:36:38.467Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:36:38.477Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:37:28.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:37:28.898Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:37:28.899Z||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-08-25T07:37:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:37:28.899Z||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-08-25T07:37:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:37:38.471Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:37:38.472Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:38:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:38:28.896Z||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-08-25T07:38:28.896Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:38:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:38:28.899Z||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-08-25T07:38:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:38:38.457Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:38:38.452Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:39:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:39:28.897Z||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-08-25T07:39:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:39:28.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:39:28.898Z||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-08-25T07:39:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:39:38.453Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:39:38.460Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:40:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:40:28.897Z||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-08-25T07:40:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:40:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:40:28.898Z||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-08-25T07:40:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:40:38.457Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:40:38.463Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:41:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:41:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:41:28.898Z||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-08-25T07:41:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:41:28.898Z||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-08-25T07:41:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:41:38.476Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:41:38.477Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:42:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:42:28.896Z||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-08-25T07:42:28.896Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:42:28.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:42:28.898Z||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-08-25T07:42:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:42:38.451Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:42:38.468Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:43:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:43:28.896Z||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-08-25T07:43:28.896Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:43:28.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:43:28.898Z||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-08-25T07:43:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:43:38.464Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:43:38.465Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:44:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:44:28.897Z||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-08-25T07:44:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:44:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:44:28.899Z||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-08-25T07:44:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:44:38.453Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:44:38.453Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:45:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:45:28.897Z||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-08-25T07:45:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:45:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:45:28.898Z||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-08-25T07:45:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:45:38.447Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:45:38.452Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:46:28.895Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:46:28.897Z||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-08-25T07:46:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:46:28.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:46:28.898Z||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-08-25T07:46:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:46:29.043Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:46:29.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "clamp",
  "timestamp": 1629877546408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629877546143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "policy-id",
  "timestamp": 1629877544851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877550654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "dcae-sch",
  "timestamp": 1629877550901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "clamp",
  "timestamp": 1629877546408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json",
  "status": "NOTIFIED"
}
2021-08-25T07:46:29.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629877546143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "policy-id",
  "timestamp": 1629877544851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877550654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json",
  "status": "NOTIFIED"
}
2021-08-25T07:46:29.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "dcae-sch",
  "timestamp": 1629877550901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.093Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "clamp",
  "timestamp": 1629877546408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.093Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629877546143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.094Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "policy-id",
  "timestamp": 1629877544851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-25T07:46:29.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877550654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-25T07:46:29.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "dcae-sch",
  "timestamp": 1629877550901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "clamp",
  "timestamp": 1629877546408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629877546143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "policy-id",
  "timestamp": 1629877544851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877550654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "dcae-sch",
  "timestamp": 1629877550901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "cds",
  "timestamp": 1629877554164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "clamp",
  "timestamp": 1629877546408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629877546143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "policy-id",
  "timestamp": 1629877544851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877550654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-25T07:46:29.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "dcae-sch",
  "timestamp": 1629877550901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "cds",
  "timestamp": 1629877554164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "clamp",
  "timestamp": 1629877546408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "policy-id",
  "timestamp": 1629877544851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629877546143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877550654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "dcae-sch",
  "timestamp": 1629877550901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "cds",
  "timestamp": 1629877554164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "policy-id",
  "timestamp": 1629877544851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T07:46:29.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "clamp",
  "timestamp": 1629877546408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T07:46:29.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629877546143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877550654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T07:46:29.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "dcae-sch",
  "timestamp": 1629877550901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "cds",
  "timestamp": 1629877554164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "cds",
  "timestamp": 1629877554164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877559769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:46:29.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:46:29.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "policy-id",
  "timestamp": 1629877559747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:46:29.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:46:29.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "cds",
  "timestamp": 1629877554164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877559437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "policy-id",
  "timestamp": 1629877560757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T07:46:29.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:46:29.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "cds",
  "timestamp": 1629877554164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T07:46:29.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877559437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "aai-ml",
  "timestamp": 1629877560667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "policy-id",
  "timestamp": 1629877561799,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-25T07:46:29.313Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa57614a-02af-43fa-a85f-837d8ba07671
2021-08-25T07:46:29.337Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa57614a-02af-43fa-a85f-837d8ba07671 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-08-25T07:46:29.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877559437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "aai-ml",
  "timestamp": 1629877560667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877562391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:46:29.361Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:46:29.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877559437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "aai-ml",
  "timestamp": 1629877560667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "cds",
  "timestamp": 1629877563587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:46:29.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:46:29.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877559437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "aai-ml",
  "timestamp": 1629877560667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "cds",
  "timestamp": 1629877564617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-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-08-25T07:46:29.377Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa57614a-02af-43fa-a85f-837d8ba07671
2021-08-25T07:46:29.377Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa57614a-02af-43fa-a85f-837d8ba07671 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-08-25T07:46:29.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877564875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:46:29.392Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:46:29.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877559437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "aai-ml",
  "timestamp": 1629877560667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877559437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T07:46:29.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "aai-ml",
  "timestamp": 1629877560667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877566997,
  "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-08-25T07:46:29.400Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa57614a-02af-43fa-a85f-837d8ba07671
2021-08-25T07:46:29.400Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa57614a-02af-43fa-a85f-837d8ba07671 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-08-25T07:46:29.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "aai-ml",
  "timestamp": 1629877560667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T07:46:29.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:46:29.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877568003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-25T07:46:29.416Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:46:29.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "clamp",
  "timestamp": 1629877568501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:46:29.416Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:46:29.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877568888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:46:29.417Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:46:29.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "clamp",
  "timestamp": 1629877569584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T07:46:29.417Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:46:29.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "aai-ml",
  "timestamp": 1629877569724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:46:29.418Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:46:29.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "clamp",
  "timestamp": 1629877570588,
  "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-08-25T07:46:29.425Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa57614a-02af-43fa-a85f-837d8ba07671
2021-08-25T07:46:29.425Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa57614a-02af-43fa-a85f-837d8ba07671 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-08-25T07:46:29.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877574827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T07:46:29.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:46:29.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877575836,
  "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-08-25T07:46:29.440Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa57614a-02af-43fa-a85f-837d8ba07671
2021-08-25T07:46:29.440Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa57614a-02af-43fa-a85f-837d8ba07671 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-08-25T07:46:29.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "aai-ml",
  "timestamp": 1629877587900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T07:46:29.450Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:46:29.528Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:46:29.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-25T07:46:29.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa57614a-02af-43fa-a85f-837d8ba07671","serviceName":"vFW 2021-08-25 07-42-31","serviceVersion":"1.0","serviceUUID":"5b89d9ac-90a5-4648-85bb-a9cf865d9085","serviceDescription":"catalog service description","serviceInvariantUUID":"19ce64b8-a94a-4d4a-9775-c3fac351f16e","resources":[{"resourceInstanceName":"vFW a468a657-6376 0","resourceName":"vFW a468a657-6376","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"13d3acc5-9172-4c72-bbc8-664c3acbd6d6","resourceInvariantUUID":"e6b2825d-df7e-4fc6-be8b-6806e7a5efbd","resourceCustomizationUUID":"3e3dcf33-04cc-44eb-a809-98a1be2be8df","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vf-license-model.xml","artifactChecksum":"OGEyNWI1ZWM1MDJmNzYzYjM3M2FlMzg3NjM1N2Q2MzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b372642-d256-427d-a739-26668c4a6eb2","artifactVersion":"1"},{"artifactName":"vfwa468a65763760_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json","artifactChecksum":"YWQ0MmNkMmM3OWY2ZmNiZGIwM2MyZTRjNDdkYzA4NjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4696aff5-90af-41bb-9791-6bfd1affbe75","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"48647288-97f8-4afb-a8c8-64467cf0b274","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vendor-license-model.xml","artifactChecksum":"NzUzNzg2YmI0ZDdkZjQxZDYxOTI5YjQxYzY5NjVhNWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a86e6337-57ac-4050-89bb-c941e18f35ca","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"11246622-4a9b-4e00-a796-1bad9308f6b3","artifactVersion":"2","generatedFromUUID":"48647288-97f8-4afb-a8c8-64467cf0b274"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210825074231-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-template.yml","artifactChecksum":"NTNhODE2NmVhOGI0ZDg4YzVlYzAxN2MzMDU4YTJjNDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"56e0f076-ace1-4c6c-ac64-a1f06a55924e","artifactVersion":"1"},{"artifactName":"service-Vfw20210825074231-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar","artifactChecksum":"ZGIxYjEyOGQwNjYxODE2MzY2YTBkMTA5NjZlZWIyMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a45bd208-32a6-4797-b9f3-46be603d573b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-25T07:46:29.541Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T07:46:29.549Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:46:29.563Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:46:29.564Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877588895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:29.663Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2021-08-25T07:46:29.667Z||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-08-25T07:46:29.667Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:46:29.677Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:46:29.678Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-25T07:46:30.573Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T07:46:30.574Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:46:30.576Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:46:30.576Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877588895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json",
  "status": "NOTIFIED"
}
2021-08-25T07:46:30.676Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:46:30.677Z||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-08-25T07:46:30.677Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:46:30.706Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:46:30.706Z||pool-4-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-08-25T07:46:31.577Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T07:46:31.578Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:46:31.580Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:46:31.581Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877588895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-25T07:46:31.681Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-25T07:46:31.682Z||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-08-25T07:46:31.682Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:46:31.696Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:46:31.697Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-25T07:46:32.581Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T07:46:32.582Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:46:32.584Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:46:32.584Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877588895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:32.684Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:46:32.685Z||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-08-25T07:46:32.685Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:46:32.700Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:46:32.701Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-25T07:46:33.585Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T07:46:33.590Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:46:33.592Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:46:33.592Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877588895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-25T07:46:33.692Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:46:33.693Z||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-08-25T07:46:33.693Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:46:33.728Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:46:33.728Z||pool-7-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2021-08-25T07:46:34.592Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T07:46:34.593Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:46:34.598Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:46:34.598Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877588895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:46:34.696Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-25T07:46:34.697Z||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-08-25T07:46:34.697Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:46:34.707Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:46:34.708Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-25T07:46:35.599Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T07:46:35.600Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:46:35.602Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:46:35.602Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877588895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T07:46:35.702Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:46:35.703Z||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-08-25T07:46:35.703Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:46:35.718Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:46:35.719Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-25T07:46:36.604Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "serviceName": "vFW 2021-08-25 07-42-31",
  "serviceVersion": "1.0",
  "serviceUUID": "5b89d9ac-90a5-4648-85bb-a9cf865d9085",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "19ce64b8-a94a-4d4a-9775-c3fac351f16e",
  "resources": [
    {
      "resourceInstanceName": "vFW a468a657-6376 0",
      "resourceCustomizationUUID": "3e3dcf33-04cc-44eb-a809-98a1be2be8df",
      "resourceName": "vFW a468a657-6376",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "13d3acc5-9172-4c72-bbc8-664c3acbd6d6",
      "resourceInvariantUUID": "e6b2825d-df7e-4fc6-be8b-6806e7a5efbd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa468a65763760_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json",
          "artifactChecksum": "YWQ0MmNkMmM3OWY2ZmNiZGIwM2MyZTRjNDdkYzA4NjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4696aff5-90af-41bb-9791-6bfd1affbe75",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "48647288-97f8-4afb-a8c8-64467cf0b274",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "11246622-4a9b-4e00-a796-1bad9308f6b3",
            "generatedFromUUID": "48647288-97f8-4afb-a8c8-64467cf0b274"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "11246622-4a9b-4e00-a796-1bad9308f6b3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210825074231-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
      "artifactChecksum": "ZGIxYjEyOGQwNjYxODE2MzY2YTBkMTA5NjZlZWIyMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a45bd208-32a6-4797-b9f3-46be603d573b"
    }
  ],
  "workloadContext": "Production"
}
2021-08-25T07:46:36.605Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-25T07:46:36.606Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b89d9ac-90a5-4648-85bb-a9cf865d9085 ASDC
2021-08-25T07:46:36.731Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:fa57614a-02af-43fa-a85f-837d8ba07671
ServiceName:vFW 2021-08-25 07-42-31
ServiceVersion:1.0
ServiceUUID:5b89d9ac-90a5-4648-85bb-a9cf865d9085
ServiceInvariantUUID:19ce64b8-a94a-4d4a-9775-c3fac351f16e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210825074231-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar
ArtifactUUID:a45bd208-32a6-4797-b9f3-46be603d573b
ArtifactChecksum:ZGIxYjEyOGQwNjYxODE2MzY2YTBkMTA5NjZlZWIyMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a468a657-6376 0
ResourceCustomizationUUID:3e3dcf33-04cc-44eb-a809-98a1be2be8df
ResourceInvariantUUID:e6b2825d-df7e-4fc6-be8b-6806e7a5efbd
ResourceName:vFW a468a657-6376
ResourceType:VF
ResourceUUID:13d3acc5-9172-4c72-bbc8-664c3acbd6d6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa468a65763760_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json
ArtifactUUID:4696aff5-90af-41bb-9791-6bfd1affbe75
ArtifactChecksum:YWQ0MmNkMmM3OWY2ZmNiZGIwM2MyZTRjNDdkYzA4NjU=
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/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml
ArtifactUUID:48647288-97f8-4afb-a8c8-64467cf0b274
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/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env
ArtifactUUID:11246622-4a9b-4e00-a796-1bad9308f6b3
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/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env
ArtifactUUID:11246622-4a9b-4e00-a796-1bad9308f6b3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-25T07:46:36.732Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b89d9ac-90a5-4648-85bb-a9cf865d9085 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-08-25T07:46:36.793Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-25T07:46:36.795Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-25T07:46:36.796Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-25T07:46:36.797Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a45bd208-32a6-4797-b9f3-46be603d573b from URL: /sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar
2021-08-25T07:46:36.797Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-25T07:46:36.798Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar
2021-08-25T07:46:37.930Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-25T07:46:37.959Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar a45bd208-32a6-4797-b9f3-46be603d573b 98787
2021-08-25T07:46:37.961Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar ASDC sendASDCNotification
2021-08-25T07:46:37.961Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar
2021-08-25T07:46:37.963Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T07:46:37.964Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:46:37.967Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:46:37.967Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877597960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:46:38.067Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:46:38.069Z||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-08-25T07:46:38.069Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:46:38.083Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:46:38.084Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-25T07:46:38.967Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-25T07:46:38.970Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-25T07:46:38.970Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a45bd208-32a6-4797-b9f3-46be603d573b, URL: /sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar to file: /app/ASDC/1/service-Vfw20210825074231-csar.csar
2021-08-25T07:46:38.971Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210825074231-csar.csar
2021-08-25T07:46:39.099Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210825074231-csar.csar
2021-08-25T07:46:39.099Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210825074231-csar.csar
2021-08-25T07:46:39.865Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8881729259032409844/Definitions/service-Vfw20210825074231-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_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_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-08-25T07:46:42.515Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-25T07:46:42.520Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-25T07:46:42.520Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210825074231-csar.csar
2021-08-25T07:46:42.521Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-25T07:46:42.521Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||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-Vfw20210825074231-csar.csar
2021-08-25T07:46:42.521Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||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-Vfw20210825074231-csar.csar
2021-08-25T07:46:42.521Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a468a657-6376 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-Vfw20210825074231-csar.csar
2021-08-25T07:46:42.521Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210825074231-csar.csar
2021-08-25T07:46:42.522Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210825074231-csar.csar
2021-08-25T07:46:42.522Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210825074231-csar.csar
2021-08-25T07:46:42.522Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||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-Vfw20210825074231-csar.csar
2021-08-25T07:46:42.522Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210825074231-csar.csar
2021-08-25T07:46:42.522Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210825074231-csar.csar
2021-08-25T07:46:42.522Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210825074231-csar.csar
2021-08-25T07:46:42.523Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210825074231-csar.csar
2021-08-25T07:46:42.523Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210825074231-csar.csar
2021-08-25T07:46:42.523Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210825074231-csar.csar
2021-08-25T07:46:42.523Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-25T07:46:42.529Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:42.530Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-25 07-42-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:46:42.534Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vFW a468a657-6376 0 is matching search criteria
2021-08-25T07:46:42.534Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-25T07:46:42.536Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a468a657-6376 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-25T07:46:42.538Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:42.538Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-25 07-42-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:46:42.538Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vFW a468a657-6376 0 is matching search criteria
2021-08-25T07:46:42.538Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-25T07:46:42.538Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a468a657-6376 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-25T07:46:42.539Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:42.539Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-25 07-42-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:46:42.542Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:42.542Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vFW a468a657-6376 0 is not matching search criteria
2021-08-25T07:46:42.543Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-25T07:46:42.543Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-25T07:46:42.543Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-25T07:46:42.543Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-25T07:46:42.544Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-25T07:46:42.544Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-25T07:46:42.544Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-25T07:46:42.544Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-25T07:46:42.544Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-25T07:46:42.545Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-25T07:46:42.545Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-25T07:46:42.545Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-25T07:46:42.545Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-25T07:46:42.545Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-25T07:46:42.546Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-25T07:46:42.546Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-25T07:46:42.546Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:42.546Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-25 07-42-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-25T07:46:42.548Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:42.548Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vFW a468a657-6376 0 is matching search criteria
2021-08-25T07:46:42.548Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a468a657-6376 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T07:46:42.548Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:42.549Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vFW a468a657-6376 0 is matching search criteria
2021-08-25T07:46:42.549Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a468a657-6376 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T07:46:42.549Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:42.549Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vFW a468a657-6376 0 is matching search criteria
2021-08-25T07:46:42.550Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a468a657-6376 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T07:46:42.550Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:42.550Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vFW a468a657-6376 0 is not matching search criteria
2021-08-25T07:46:42.550Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-25T07:46:42.551Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-25T07:46:42.551Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-25T07:46:42.551Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-25T07:46:42.551Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-25T07:46:42.552Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-25T07:46:42.552Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-25T07:46:42.552Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-25T07:46:42.552Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-25T07:46:42.552Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-25T07:46:42.553Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-25T07:46:42.553Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=397e7261-4044-45a3-bef9-7881db840ea0
2021-08-25T07:46:42.553Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:42.553Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vFW a468a657-6376 0 is not matching search criteria
2021-08-25T07:46:42.554Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-25T07:46:42.554Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-25T07:46:42.554Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-25T07:46:42.554Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-25T07:46:42.555Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-25T07:46:42.555Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-25T07:46:42.555Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-25T07:46:42.555Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-25T07:46:42.556Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-25T07:46:42.556Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-25T07:46:42.556Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-25T07:46:42.556Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-25T07:46:42.556Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=30276577-8120-4684-b944-b2fe08976714
2021-08-25T07:46:42.557Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:42.557Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vFW a468a657-6376 0 is not matching search criteria
2021-08-25T07:46:42.557Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-25T07:46:42.558Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-25T07:46:42.558Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-25T07:46:42.558Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-25T07:46:42.558Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-25T07:46:42.558Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-25T07:46:42.559Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-25T07:46:42.559Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-25T07:46:42.559Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-25T07:46:42.559Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-25T07:46:42.560Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-25T07:46:42.560Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-25T07:46:42.560Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=658407c6-013e-4062-b12f-021d1683fdf6
2021-08-25T07:46:42.560Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:42.561Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-25 07-42-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:46:42.561Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:42.561Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-25 07-42-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:46:42.561Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:42.561Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-25 07-42-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:46:42.562Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:42.562Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-25 07-42-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:46:42.562Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-08-25 07-42-31
Description:catalog service description
Model UUID:5b89d9ac-90a5-4648-85bb-a9cf865d9085
Model Version:NULL
Model InvariantUuid:19ce64b8-a94a-4d4a-9775-c3fac351f16e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a468a657-6376
Model UUID:d9f9a282-efbf-4f44-8096-480ee1b55f6e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e6b2825d-df7e-4fc6-be8b-6806e7a5efbd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3e3dcf33-04cc-44eb-a809-98a1be2be8df
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d11fa8d9-dae8-4dfc-98a6-a8d3f65272eb
ModelName:VfwA468a6576376..base_vfw..module-0
ModelUuid:8a0bd6a8-0be5-4b2e-83b3-24ab433d5e62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:397e7261-4044-45a3-bef9-7881db840ea0
ModelInvariantUuid:db053986-0af9-4eb4-bff8-00ab32f1c1dc
ModelName:vFW a468a657-6376-nodes.vfwCvfc
ModelUuid:c9c8b0ce-a6da-4306-b23c-84d36738cfd9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:794a37f9-7a80-4c02-944c-5a700aaf5259
ModelInvariantUuid:2bab8321-fde3-4247-be9f-8bbe4c81c56a
ModelName:VfwA468a6576376.compute.nodes.heat.vfw
ModelUuid:806282ca-df87-44e7-b1ce-c460aed230c0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:30276577-8120-4684-b944-b2fe08976714
ModelInvariantUuid:ff18ab7c-eef7-4bbf-878d-909397d6a39b
ModelName:vFW a468a657-6376-nodes.vsnCvfc
ModelUuid:6d9a7e74-9f23-4d50-8174-80533d6eab79
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b4215c84-82b4-467c-83f8-bf748d6c8c06
ModelInvariantUuid:b4ae1c2d-7af2-4661-89ef-2ea0052a00cf
ModelName:VfwA468a6576376.compute.nodes.heat.vsn
ModelUuid:3d0433b9-3b3a-45cf-876e-c6fe933084dd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:658407c6-013e-4062-b12f-021d1683fdf6
ModelInvariantUuid:6c18e886-a8e2-448f-b0ce-b41e0ceded55
ModelName:vFW a468a657-6376-nodes.vpgCvfc
ModelUuid:083a337c-d7c9-4f31-9fbb-fcb6c255722e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6c726698-0ed5-476d-b599-900856d04e3e
ModelInvariantUuid:5b782aae-8e45-4276-966e-d30dccc40073
ModelName:VfwA468a6576376.compute.nodes.heat.vpg
ModelUuid:21d18dee-a04d-4cd2-8421-2b0f4118c6e8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-25T07:46:42.579Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 13d3acc5-9172-4c72-bbc8-664c3acbd6d6
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T07:46:42.665Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||vFW a468a657-6376 0
2021-08-25T07:46:42.671Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 13d3acc5-9172-4c72-bbc8-664c3acbd6d6
2021-08-25T07:46:42.671Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4696aff5-90af-41bb-9791-6bfd1affbe75 from URL: /sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json
2021-08-25T07:46:42.671Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-25T07:46:42.671Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json
2021-08-25T07:46:43.968Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-25T07:46:43.969Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json 4696aff5-90af-41bb-9791-6bfd1affbe75 785
2021-08-25T07:46:43.969Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json ASDC sendASDCNotification
2021-08-25T07:46:43.969Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json
2021-08-25T07:46:43.969Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T07:46:43.970Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:46:43.972Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:46:43.972Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877603969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:46:44.072Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:46:44.073Z||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-08-25T07:46:44.074Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:46:44.083Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:46:44.084Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-25T07:46:44.974Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA468a6576376..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d11fa8d9-dae8-4dfc-98a6-a8d3f65272eb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8a0bd6a8-0be5-4b2e-83b3-24ab433d5e62",
    "vfModuleModelCustomizationUUID": "c8e8561a-0f59-4bd0-a0ef-d3d9fa411683",
    "isBase": true,
    "artifacts": [
      "48647288-97f8-4afb-a8c8-64467cf0b274",
      "11246622-4a9b-4e00-a796-1bad9308f6b3"
    ],
    "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-08-25T07:46:44.997Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA468a6576376..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8a0bd6a8-0be5-4b2e-83b3-24ab433d5e62
VfModuleModelInvariantUUID:d11fa8d9-dae8-4dfc-98a6-a8d3f65272eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
48647288-97f8-4afb-a8c8-64467cf0b274
,
11246622-4a9b-4e00-a796-1bad9308f6b3

}
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-08-25T07:46:45.000Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA468a6576376..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d11fa8d9-dae8-4dfc-98a6-a8d3f65272eb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8a0bd6a8-0be5-4b2e-83b3-24ab433d5e62",
    "vfModuleModelCustomizationUUID": "c8e8561a-0f59-4bd0-a0ef-d3d9fa411683",
    "isBase": true,
    "artifacts": [
      "48647288-97f8-4afb-a8c8-64467cf0b274",
      "11246622-4a9b-4e00-a796-1bad9308f6b3"
    ],
    "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-08-25T07:46:45.000Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA468a6576376..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8a0bd6a8-0be5-4b2e-83b3-24ab433d5e62
VfModuleModelInvariantUUID:d11fa8d9-dae8-4dfc-98a6-a8d3f65272eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
48647288-97f8-4afb-a8c8-64467cf0b274
,
11246622-4a9b-4e00-a796-1bad9308f6b3

}
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-08-25T07:46:45.000Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 48647288-97f8-4afb-a8c8-64467cf0b274 from URL: /sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml
2021-08-25T07:46:45.001Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-25T07:46:45.001Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml
2021-08-25T07:46:46.914Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-25T07:46:46.915Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml 48647288-97f8-4afb-a8c8-64467cf0b274 20368
2021-08-25T07:46:46.915Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-25T07:46:46.915Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml
2021-08-25T07:46:46.915Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T07:46:46.916Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:46:46.917Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:46:46.917Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877606915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:46:47.017Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:46:47.018Z||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-08-25T07:46:47.018Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:46:47.032Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:46:47.033Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-25T07:46:47.918Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 11246622-4a9b-4e00-a796-1bad9308f6b3 from URL: /sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env
2021-08-25T07:46:47.919Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-25T07:46:47.919Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env
2021-08-25T07:46:48.604Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-25T07:46:48.605Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env 11246622-4a9b-4e00-a796-1bad9308f6b3 2098
2021-08-25T07:46:48.606Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-25T07:46:48.606Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env
2021-08-25T07:46:48.606Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T07:46:48.607Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:46:48.610Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:46:48.610Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877608606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:46:48.710Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:46:48.711Z||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-08-25T07:46:48.711Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:46:48.723Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:46:48.723Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-25T07:46:49.611Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 5b89d9ac-90a5-4648-85bb-a9cf865d9085
2021-08-25T07:46:49.611Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a468a657-6376 0 13d3acc5-9172-4c72-bbc8-664c3acbd6d6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T07:46:49.652Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:49.652Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-25 07-42-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:46:49.653Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-08-25T07:46:49.653Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 3e3dcf33-04cc-44eb-a809-98a1be2be8df
2021-08-25T07:46:49.654Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3e3dcf33-04cc-44eb-a809-98a1be2be8df matches Tosca VF Customization UUID: 3e3dcf33-04cc-44eb-a809-98a1be2be8df
2021-08-25T07:46:49.654Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 3e3dcf33-04cc-44eb-a809-98a1be2be8df  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-25T07:46:49.664Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:49.664Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-25 07-42-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:46:49.667Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 3e3dcf33-04cc-44eb-a809-98a1be2be8df: {\"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-08-25T07:46:49.667Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42a9ffcd
2021-08-25T07:46:49.667Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:49.668Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-25 07-42-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-25T07:46:49.669Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c8e8561a-0f59-4bd0-a0ef-d3d9fa411683
2021-08-25T07:46:49.671Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c8e8561a-0f59-4bd0-a0ef-d3d9fa411683
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-25T07:46:49.680Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:49.681Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vFW a468a657-6376 0 is matching search criteria
2021-08-25T07:46:49.681Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a468a657-6376 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T07:46:49.683Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:49.683Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vFW a468a657-6376 0 is matching search criteria
2021-08-25T07:46:49.684Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a468a657-6376 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T07:46:49.684Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:49.685Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vFW a468a657-6376 0 is not matching search criteria
2021-08-25T07:46:49.685Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-25T07:46:49.685Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-25T07:46:49.686Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-25T07:46:49.686Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-25T07:46:49.687Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-25T07:46:49.687Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-25T07:46:49.687Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-25T07:46:49.688Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-25T07:46:49.688Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-25T07:46:49.688Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-25T07:46:49.689Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-25T07:46:49.689Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=397e7261-4044-45a3-bef9-7881db840ea0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-25T07:46:49.705Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:49.705Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vFW a468a657-6376 0 is matching search criteria
2021-08-25T07:46:49.705Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a468a657-6376 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T07:46:49.706Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:49.706Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vFW a468a657-6376 0 is not matching search criteria
2021-08-25T07:46:49.706Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-25T07:46:49.706Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-25T07:46:49.707Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-25T07:46:49.707Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-25T07:46:49.707Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-25T07:46:49.707Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-25T07:46:49.707Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-25T07:46:49.708Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-25T07:46:49.708Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-25T07:46:49.708Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-25T07:46:49.708Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-25T07:46:49.708Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-25T07:46:49.709Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=30276577-8120-4684-b944-b2fe08976714
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-25T07:46:49.712Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:49.712Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vFW a468a657-6376 0 is matching search criteria
2021-08-25T07:46:49.713Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a468a657-6376 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T07:46:49.715Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:49.716Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vFW a468a657-6376 0 is not matching search criteria
2021-08-25T07:46:49.716Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-25T07:46:49.717Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-25T07:46:49.717Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-25T07:46:49.717Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-25T07:46:49.718Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-25T07:46:49.718Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-25T07:46:49.718Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-25T07:46:49.718Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-25T07:46:49.719Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-25T07:46:49.719Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-25T07:46:49.719Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-25T07:46:49.720Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-25T07:46:49.720Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=658407c6-013e-4062-b12f-021d1683fdf6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-25T07:46:49.723Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:49.724Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vFW a468a657-6376 0 is matching search criteria
2021-08-25T07:46:49.724Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a468a657-6376 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T07:46:49.725Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:49.725Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Node template vFW a468a657-6376 0 is matching search criteria
2021-08-25T07:46:49.725Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a468a657-6376 0] matching following query criteria: sdcType=VF, customizationUUID=3e3dcf33-04cc-44eb-a809-98a1be2be8df
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T07:46:49.728Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:49.728Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-25 07-42-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:46:49.729Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 5b89d9ac-90a5-4648-85bb-a9cf865d9085: vFW a468a657-6376
2021-08-25T07:46:49.729Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:49.729Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-25 07-42-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:46:49.730Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:49.730Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-25 07-42-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:46:49.730Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:49.731Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-25 07-42-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:46:49.731Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:49.731Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-25 07-42-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:46:49.732Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:46:49.732Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-25 07-42-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:46:49.732Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-08-25 07-42-31 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-25T07:46:50.030Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a468a657-6376 13d3acc5-9172-4c72-bbc8-664c3acbd6d6 1 ASDC deployResourceStructure
2021-08-25T07:46:50.031Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json ASDC sendASDCNotification
2021-08-25T07:46:50.031Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json
2021-08-25T07:46:50.031Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-25T07:46:50.032Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:46:50.034Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:46:50.034Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877610031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-25T07:46:50.135Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:46:50.136Z||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-08-25T07:46:50.136Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:46:50.149Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:46:50.149Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-25T07:46:51.036Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-25T07:46:51.036Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml
2021-08-25T07:46:51.037Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-25T07:46:51.037Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:46:51.039Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:46:51.039Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877611035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-25T07:46:51.139Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-25T07:46:51.140Z||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-08-25T07:46:51.140Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:46:51.150Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:46:51.150Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-25T07:46:52.041Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-25T07:46:52.041Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env
2021-08-25T07:46:52.041Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-25T07:46:52.042Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:46:52.044Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:46:52.044Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877612040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-25T07:46:52.144Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:46:52.145Z||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-08-25T07:46:52.145Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:46:52.154Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:46:52.155Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-25T07:46:53.045Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar ASDC sendASDCNotification
2021-08-25T07:46:53.046Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar
2021-08-25T07:46:53.046Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-25T07:46:53.046Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:46:53.048Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:46:53.048Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877613045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T07:46:53.148Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:46:53.149Z||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-08-25T07:46:53.149Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:46:53.160Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:46:53.161Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-25T07:46:54.053Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa57614a-02af-43fa-a85f-837d8ba07671
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T07:46:54.066Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa57614a-02af-43fa-a85f-837d8ba07671
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-25T07:46:54.070Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-25T07:46:54.071Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-25T07:46:54.071Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-25T07:47:24.071Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa57614a-02af-43fa-a85f-837d8ba07671
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T07:47:24.082Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa57614a-02af-43fa-a85f-837d8ba07671
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-25T07:47:24.086Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-25T07:47:24.086Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-25T07:47:24.087Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-25T07:47:28.899Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:47:28.901Z||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-08-25T07:47:28.901Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:47:28.936Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:47:28.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:47:28.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "aai-ml",
  "timestamp": 1629877588915,
  "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-08-25T07:47:28.948Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa57614a-02af-43fa-a85f-837d8ba07671
2021-08-25T07:47:28.949Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa57614a-02af-43fa-a85f-837d8ba07671 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-08-25T07:47:54.088Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa57614a-02af-43fa-a85f-837d8ba07671
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T07:47:54.110Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa57614a-02af-43fa-a85f-837d8ba07671
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-25T07:47:54.115Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-25T07:47:54.115Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-25T07:47:54.115Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-25T07:47:54.115Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-25T07:47:54.116Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T07:47:54.116Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T07:47:54.116Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T07:47:54.117Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T07:47:54.117Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T07:47:54.117Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T07:47:54.117Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-25T07:47:54.123Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-25T07:48:24.124Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa57614a-02af-43fa-a85f-837d8ba07671 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-08-25T07:48:24.136Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa57614a-02af-43fa-a85f-837d8ba07671 and serviceModelVersionId: 5b89d9ac-90a5-4648-85bb-a9cf865d9085
2021-08-25T07:48:24.136Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 19ce64b8-a94a-4d4a-9775-c3fac351f16e
2021-08-25T07:48:28.899Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:48:28.899Z||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-08-25T07:48:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:48:29.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:48:29.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:48:29.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877588895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:48:29.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:48:29.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:48:29.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877588895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json",
  "status": "NOTIFIED"
}
2021-08-25T07:48:29.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:48:29.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:48:29.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877588895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-25T07:48:29.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:48:29.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:48:29.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877588895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:48:29.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:48:29.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:48:29.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877588895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-25T07:48:29.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:48:29.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:48:29.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877588895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:48:29.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:48:29.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:48:29.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877588895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T07:48:29.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:48:29.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:48:29.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877597960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:48:29.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:48:29.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:48:29.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877603969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:48:29.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:48:29.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:48:29.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877606915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:48:29.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:48:29.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:48:29.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877608606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:48:29.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:48:29.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:48:29.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877610031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/vfwa468a65763760_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-25T07:48:29.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:48:29.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:48:29.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877611035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-25T07:48:29.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:48:29.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:48:29.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877612040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/resourceInstances/vfwa468a65763760/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-25T07:48:29.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:48:29.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:48:29.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877613045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210825074231/1.0/artifacts/service-Vfw20210825074231-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T07:48:29.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:48:37.480Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/19ce64b8-a94a-4d4a-9775-c3fac351f16e/model-vers/model-ver/5b89d9ac-90a5-4648-85bb-a9cf865d9085?depth=0
2021-08-25T07:48:37.601Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-25T07:48:38.079Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19ce64b8-a94a-4d4a-9775-c3fac351f16e/model-vers/model-ver/5b89d9ac-90a5-4648-85bb-a9cf865d9085?depth=0|INFO|500||Invoke
2021-08-25T07:48:38.086Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19ce64b8-a94a-4d4a-9775-c3fac351f16e/model-vers/model-ver/5b89d9ac-90a5-4648-85bb-a9cf865d9085?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19ce64b8-a94a-4d4a-9775-c3fac351f16e/model-vers/model-ver/5b89d9ac-90a5-4648-85bb-a9cf865d9085?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa57614a-02af-43fa-a85f-837d8ba07671], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[19d0c275-94c7-4690-b903-13721cf1b57d], X-ECOMP-RequestID=[fa57614a-02af-43fa-a85f-837d8ba07671], X-TransactionId=[], X-ONAP-RequestID=[fa57614a-02af-43fa-a85f-837d8ba07671], Content-Type=[application/merge-patch+json]}
2021-08-25T07:48:38.259Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19ce64b8-a94a-4d4a-9775-c3fac351f16e/model-vers/model-ver/5b89d9ac-90a5-4648-85bb-a9cf865d9085?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-25T07:48:38.660Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19ce64b8-a94a-4d4a-9775-c3fac351f16e/model-vers/model-ver/5b89d9ac-90a5-4648-85bb-a9cf865d9085?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19ce64b8-a94a-4d4a-9775-c3fac351f16e/model-vers/model-ver/5b89d9ac-90a5-4648-85bb-a9cf865d9085?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210825-07:48:38:269-56714], vertex-id=[319728], Content-Length=[0], Date=[Wed, 25 Aug 2021 07:48:38 GMT], Content-Type=[application/json]}
2021-08-25T07:48:38.661Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19ce64b8-a94a-4d4a-9775-c3fac351f16e/model-vers/model-ver/5b89d9ac-90a5-4648-85bb-a9cf865d9085?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-25T07:48:38.662Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19ce64b8-a94a-4d4a-9775-c3fac351f16e/model-vers/model-ver/5b89d9ac-90a5-4648-85bb-a9cf865d9085?depth=0|INFO|500||InvokeReturn
2021-08-25T07:48:38.666Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-25T07:48:38.666Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T07:48:38.675Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-25T07:48:38.676Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa57614a-02af-43fa-a85f-837d8ba07671 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-25T07:48:38.677Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-25T07:48:38.678Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:48:38.680Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:48:38.680Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877718676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-25T07:48:38.780Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-25T07:48:38.782Z||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-08-25T07:48:38.782Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:48:38.816Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:48:38.817Z||pool-18-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-25T07:48:39.696Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:48:39.697Z|fa57614a-02af-43fa-a85f-837d8ba07671|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-08-25T07:48:39.697Z|fa57614a-02af-43fa-a85f-837d8ba07671|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:48:49.926Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:48:49.927Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:48:49.927Z|fa57614a-02af-43fa-a85f-837d8ba07671|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-08-25T07:48:49.927Z|fa57614a-02af-43fa-a85f-837d8ba07671|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:48:59.468Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:49:28.895Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:49:28.896Z|fa57614a-02af-43fa-a85f-837d8ba07671|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-08-25T07:49:28.896Z|fa57614a-02af-43fa-a85f-837d8ba07671|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:49:28.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:49:28.898Z||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-08-25T07:49:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:49:29.520Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:49:29.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T07:49:29.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa57614a-02af-43fa-a85f-837d8ba07671",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877718676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-25T07:49:29.522Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:49:38.452Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:50:28.896Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:50:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:50:28.899Z|fa57614a-02af-43fa-a85f-837d8ba07671|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-08-25T07:50:28.899Z||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-08-25T07:50:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:50:28.899Z|fa57614a-02af-43fa-a85f-837d8ba07671|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:50:38.445Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:50:38.464Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:51:28.895Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:51:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:51:28.899Z||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-08-25T07:51:28.899Z|fa57614a-02af-43fa-a85f-837d8ba07671|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-08-25T07:51:28.901Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:51:28.901Z|fa57614a-02af-43fa-a85f-837d8ba07671|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:51:29.537Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:51:29.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:51:29.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "cds",
  "timestamp": 1629877839163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "clamp",
  "timestamp": 1629877846410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "policy-id",
  "timestamp": 1629877844851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629877846146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "clamp",
  "timestamp": 1629877846410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json",
  "status": "NOTIFIED"
}
2021-08-25T07:51:29.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "cds",
  "timestamp": 1629877839163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "policy-id",
  "timestamp": 1629877844851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629877846146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "cds",
  "timestamp": 1629877839163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "clamp",
  "timestamp": 1629877846410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "policy-id",
  "timestamp": 1629877844851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-25T07:51:29.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629877846146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.549Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.549Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"15bda708-b2f8-4737-84d0-5983cc736ba5","serviceName":"basic_onboard_eFLnAk","serviceVersion":"1.0","serviceUUID":"89b4edbb-4508-4bfb-8e09-7cde2c2d347c","serviceDescription":"service","serviceInvariantUUID":"a0ec1641-0678-4463-96ce-7b1c5b8d1da0","resources":[{"resourceInstanceName":"basic_onboard_eFLnAk 0","resourceName":"basic_onboard_eFLnAk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fafe3964-9690-4395-b5de-ff5970cbdb3b","resourceInvariantUUID":"f79e2823-93fc-4f00-bbca-3ccd3ad10a49","resourceCustomizationUUID":"08626c92-b1d5-43e4-8bf0-3bcebf4f7998","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vf-license-model.xml","artifactChecksum":"ZmFmNDYzNjY4MWQ2ZjdkNmFiOTE5NzdlZTRhNjYyY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b5975a45-dc7c-4e65-b340-36fcbbc190ea","artifactVersion":"1"},{"artifactName":"basic_onboard_eflnak0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json","artifactChecksum":"NGRkMDljNjE0YjhmOWIzZGNiMDgwYWIyMGQzYTM0NGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0acd269e-97ff-4e96-a8a0-e6de00e4781d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d83dab69-6528-4cea-853f-ff58d41c6ade","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f36a9e61-b342-4541-bb31-fef46f9cd7bb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"08837ef8-7de8-48a1-919b-6b257bb7afa7","artifactVersion":"2","generatedFromUUID":"d83dab69-6528-4cea-853f-ff58d41c6ade"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEflnak-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-template.yml","artifactChecksum":"ODhjZjdhMDFmMTNkYTczZGVhYWNjNWFjMGMwZDE1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c13bc57-3e2f-4a61-96ec-09b2eda15159","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEflnak-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar","artifactChecksum":"NDM3NGEwZjMxZTgzZWVlNmJlMTAyZmI4NzMwZDkyOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db9836e3-7ca3-40d0-b0b6-2807cf0ced1c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-25T07:51:29.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877850653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "dcae-sch",
  "timestamp": 1629877850900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "cds",
  "timestamp": 1629877839163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "clamp",
  "timestamp": 1629877846410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "policy-id",
  "timestamp": 1629877844851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629877846146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877850653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json",
  "status": "NOTIFIED"
}
2021-08-25T07:51:29.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "dcae-sch",
  "timestamp": 1629877850900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "cds",
  "timestamp": 1629877839163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "clamp",
  "timestamp": 1629877846410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "policy-id",
  "timestamp": 1629877844851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629877846146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877850653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-25T07:51:29.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "dcae-sch",
  "timestamp": 1629877850900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "cds",
  "timestamp": 1629877839163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "clamp",
  "timestamp": 1629877846410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "policy-id",
  "timestamp": 1629877844851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629877846146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877850653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "dcae-sch",
  "timestamp": 1629877850900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "cds",
  "timestamp": 1629877839163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T07:51:29.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "clamp",
  "timestamp": 1629877846410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T07:51:29.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "policy-id",
  "timestamp": 1629877844851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T07:51:29.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629877846146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877850653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-25T07:51:29.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "dcae-sch",
  "timestamp": 1629877850900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.557Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T07:51:29.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "cds",
  "timestamp": 1629877856190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:51:29.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:51:29.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877850653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.558Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:51:29.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "policy-id",
  "timestamp": 1629877856300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:51:29.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:51:29.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "dcae-sch",
  "timestamp": 1629877850900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "cds",
  "timestamp": 1629877857207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-08-25T07:51:29.565Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:51:29.565Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877888895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T07:51:29.583Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15bda708-b2f8-4737-84d0-5983cc736ba5
2021-08-25T07:51:29.583Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15bda708-b2f8-4737-84d0-5983cc736ba5 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-08-25T07:51:29.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877850653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T07:51:29.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "policy-id",
  "timestamp": 1629877857310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T07:51:29.592Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:51:29.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "dcae-sch",
  "timestamp": 1629877850900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "policy-id",
  "timestamp": 1629877858314,
  "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-08-25T07:51:29.599Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15bda708-b2f8-4737-84d0-5983cc736ba5
2021-08-25T07:51:29.599Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15bda708-b2f8-4737-84d0-5983cc736ba5 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-08-25T07:51:29.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877859439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877861024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:51:29.615Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:51:29.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877859439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "aai-ml",
  "timestamp": 1629877860667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877859439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "aai-ml",
  "timestamp": 1629877860667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "clamp",
  "timestamp": 1629877862800,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:51:29.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:51:29.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877859439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "aai-ml",
  "timestamp": 1629877860667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877863524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:51:29.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:51:29.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877859439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "aai-ml",
  "timestamp": 1629877860667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "clamp",
  "timestamp": 1629877864821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T07:51:29.618Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:51:29.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877859439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "aai-ml",
  "timestamp": 1629877860667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.619Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "clamp",
  "timestamp": 1629877865825,
  "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-08-25T07:51:29.627Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 15bda708-b2f8-4737-84d0-5983cc736ba5
2021-08-25T07:51:29.627Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15bda708-b2f8-4737-84d0-5983cc736ba5 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-08-25T07:51:29.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877866052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:51:29.636Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:51:29.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877859439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T07:51:29.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "aai-ml",
  "timestamp": 1629877860667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:29.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877867089,
  "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-08-25T07:51:29.644Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15bda708-b2f8-4737-84d0-5983cc736ba5
2021-08-25T07:51:29.645Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15bda708-b2f8-4737-84d0-5983cc736ba5 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-08-25T07:51:29.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "aai-ml",
  "timestamp": 1629877860667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T07:51:29.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:51:29.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629877868094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-25T07:51:29.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:51:29.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877869080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:51:29.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:51:29.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "aai-ml",
  "timestamp": 1629877869409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:51:29.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:51:29.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877871907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T07:51:29.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:51:29.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629877872911,
  "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-08-25T07:51:29.663Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15bda708-b2f8-4737-84d0-5983cc736ba5
2021-08-25T07:51:29.663Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15bda708-b2f8-4737-84d0-5983cc736ba5 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=?
2021-08-25T07:51:29.665Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-25T07:51:29.665Z||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-08-25T07:51:29.665Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-25T07:51:29.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "aai-ml",
  "timestamp": 1629877876517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T07:51:29.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:51:29.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:51:29.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "aai-ml",
  "timestamp": 1629877877520,
  "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-08-25T07:51:29.676Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 15bda708-b2f8-4737-84d0-5983cc736ba5
2021-08-25T07:51:29.677Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:51:29.677Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15bda708-b2f8-4737-84d0-5983cc736ba5 and ComponentName AAI
2021-08-25T07:51:29.677Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-25T07:51:30.569Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T07:51:30.569Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:51:30.572Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:51:30.572Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877888895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json",
  "status": "NOTIFIED"
}
2021-08-25T07:51:30.672Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:51:30.673Z||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-08-25T07:51:30.673Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:51:30.686Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:51:30.686Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-25T07:51:31.573Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T07:51:31.574Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:51:31.576Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:51:31.576Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877888895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-25T07:51:31.676Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:51:31.677Z||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-08-25T07:51:31.678Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:51:31.708Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:51:31.709Z||pool-21-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-08-25T07:51:32.577Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T07:51:32.577Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:51:32.579Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:51:32.579Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877888895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:32.680Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-25T07:51:32.681Z||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-08-25T07:51:32.681Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:51:32.692Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:51:32.692Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-25T07:51:33.580Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T07:51:33.581Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:51:33.583Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:51:33.584Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877888895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-25T07:51:33.684Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:51:33.684Z||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-08-25T07:51:33.684Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:51:33.693Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:51:33.694Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-25T07:51:34.585Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T07:51:34.586Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:51:34.588Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:51:34.588Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877888895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:51:34.688Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:51:34.689Z||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-08-25T07:51:34.689Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:51:34.699Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:51:34.699Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-25T07:51:35.589Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T07:51:35.590Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:51:35.592Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:51:35.592Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877888895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T07:51:35.693Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:51:35.694Z||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-08-25T07:51:35.694Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:51:35.710Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:51:35.710Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-08-25T07:51:36.594Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "serviceName": "basic_onboard_eFLnAk",
  "serviceVersion": "1.0",
  "serviceUUID": "89b4edbb-4508-4bfb-8e09-7cde2c2d347c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a0ec1641-0678-4463-96ce-7b1c5b8d1da0",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_eFLnAk 0",
      "resourceCustomizationUUID": "08626c92-b1d5-43e4-8bf0-3bcebf4f7998",
      "resourceName": "basic_onboard_eFLnAk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fafe3964-9690-4395-b5de-ff5970cbdb3b",
      "resourceInvariantUUID": "f79e2823-93fc-4f00-bbca-3ccd3ad10a49",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_eflnak0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json",
          "artifactChecksum": "NGRkMDljNjE0YjhmOWIzZGNiMDgwYWIyMGQzYTM0NGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0acd269e-97ff-4e96-a8a0-e6de00e4781d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d83dab69-6528-4cea-853f-ff58d41c6ade",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "08837ef8-7de8-48a1-919b-6b257bb7afa7",
            "generatedFromUUID": "d83dab69-6528-4cea-853f-ff58d41c6ade"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "08837ef8-7de8-48a1-919b-6b257bb7afa7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardEflnak-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
      "artifactChecksum": "NDM3NGEwZjMxZTgzZWVlNmJlMTAyZmI4NzMwZDkyOGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db9836e3-7ca3-40d0-b0b6-2807cf0ced1c"
    }
  ],
  "workloadContext": "Production"
}
2021-08-25T07:51:36.595Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-25T07:51:36.595Z|fa57614a-02af-43fa-a85f-837d8ba07671|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 89b4edbb-4508-4bfb-8e09-7cde2c2d347c ASDC
2021-08-25T07:51:36.596Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:15bda708-b2f8-4737-84d0-5983cc736ba5
ServiceName:basic_onboard_eFLnAk
ServiceVersion:1.0
ServiceUUID:89b4edbb-4508-4bfb-8e09-7cde2c2d347c
ServiceInvariantUUID:a0ec1641-0678-4463-96ce-7b1c5b8d1da0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEflnak-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar
ArtifactUUID:db9836e3-7ca3-40d0-b0b6-2807cf0ced1c
ArtifactChecksum:NDM3NGEwZjMxZTgzZWVlNmJlMTAyZmI4NzMwZDkyOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_eFLnAk 0
ResourceCustomizationUUID:08626c92-b1d5-43e4-8bf0-3bcebf4f7998
ResourceInvariantUUID:f79e2823-93fc-4f00-bbca-3ccd3ad10a49
ResourceName:basic_onboard_eFLnAk
ResourceType:VF
ResourceUUID:fafe3964-9690-4395-b5de-ff5970cbdb3b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_eflnak0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json
ArtifactUUID:0acd269e-97ff-4e96-a8a0-e6de00e4781d
ArtifactChecksum:NGRkMDljNjE0YjhmOWIzZGNiMDgwYWIyMGQzYTM0NGI=
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/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d83dab69-6528-4cea-853f-ff58d41c6ade
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/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env
ArtifactUUID:08837ef8-7de8-48a1-919b-6b257bb7afa7
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/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env
ArtifactUUID:08837ef8-7de8-48a1-919b-6b257bb7afa7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-25T07:51:36.596Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89b4edbb-4508-4bfb-8e09-7cde2c2d347c 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-08-25T07:51:36.642Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-25T07:51:36.643Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-25T07:51:36.644Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-25T07:51:36.644Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: db9836e3-7ca3-40d0-b0b6-2807cf0ced1c from URL: /sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar
2021-08-25T07:51:36.644Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-25T07:51:36.646Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar
2021-08-25T07:51:37.448Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-25T07:51:37.452Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar db9836e3-7ca3-40d0-b0b6-2807cf0ced1c 71371
2021-08-25T07:51:37.452Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar ASDC sendASDCNotification
2021-08-25T07:51:37.452Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar
2021-08-25T07:51:37.452Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T07:51:37.453Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:51:37.455Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:51:37.455Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877897452,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:51:37.555Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:51:37.556Z||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-08-25T07:51:37.556Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:51:37.567Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:51:37.567Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-25T07:51:38.455Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-25T07:51:38.457Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-25T07:51:38.457Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: db9836e3-7ca3-40d0-b0b6-2807cf0ced1c, URL: /sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar to file: /app/ASDC/1/service-BasicOnboardEflnak-csar.csar
2021-08-25T07:51:38.457Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEflnak-csar.csar
2021-08-25T07:51:38.458Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEflnak-csar.csar
2021-08-25T07:51:38.458Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEflnak-csar.csar
2021-08-25T07:51:38.723Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5432666179103688610/Definitions/service-BasicOnboardEflnak-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-08-25T07:51:39.960Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-25T07:51:39.961Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-25T07:51:39.961Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEflnak-csar.csar
2021-08-25T07:51:39.961Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-25T07:51:39.961Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_eFLnAk 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-BasicOnboardEflnak-csar.csar
2021-08-25T07:51:39.961Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardEflnak-csar.csar
2021-08-25T07:51:39.961Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEflnak-csar.csar
2021-08-25T07:51:39.961Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEflnak-csar.csar
2021-08-25T07:51:39.962Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEflnak-csar.csar
2021-08-25T07:51:39.962Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardEflnak-csar.csar
2021-08-25T07:51:39.962Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEflnak-csar.csar
2021-08-25T07:51:39.962Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEflnak-csar.csar
2021-08-25T07:51:39.962Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardEflnak-csar.csar
2021-08-25T07:51:39.962Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-25T07:51:39.962Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:39.962Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eFLnAk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:51:39.962Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eFLnAk 0 is matching search criteria
2021-08-25T07:51:39.963Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-25T07:51:39.963Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_eFLnAk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-25T07:51:39.963Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:39.963Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eFLnAk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:51:39.963Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eFLnAk 0 is matching search criteria
2021-08-25T07:51:39.963Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-25T07:51:39.964Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_eFLnAk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-25T07:51:39.964Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:39.964Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eFLnAk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:51:39.964Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:39.964Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eFLnAk 0 is not matching search criteria
2021-08-25T07:51:39.964Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-25T07:51:39.964Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-25T07:51:39.965Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-25T07:51:39.965Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-25T07:51:39.965Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-25T07:51:39.965Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:39.965Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eFLnAk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-25T07:51:39.965Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:39.965Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eFLnAk 0 is matching search criteria
2021-08-25T07:51:39.965Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_eFLnAk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T07:51:39.966Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:39.966Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eFLnAk 0 is matching search criteria
2021-08-25T07:51:39.966Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_eFLnAk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T07:51:39.966Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:39.966Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eFLnAk 0 is matching search criteria
2021-08-25T07:51:39.966Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_eFLnAk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T07:51:39.966Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:39.967Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eFLnAk 0 is not matching search criteria
2021-08-25T07:51:39.967Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-25T07:51:39.967Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-25T07:51:39.967Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c8684afa-5912-4d75-b372-e78f10f1a9f6
2021-08-25T07:51:39.967Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:39.967Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eFLnAk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:51:39.967Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:39.967Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eFLnAk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:51:39.968Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:39.968Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eFLnAk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:51:39.968Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:39.968Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eFLnAk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:51:39.968Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_eFLnAk
Description:service
Model UUID:89b4edbb-4508-4bfb-8e09-7cde2c2d347c
Model Version:NULL
Model InvariantUuid:a0ec1641-0678-4463-96ce-7b1c5b8d1da0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_eFLnAk
Model UUID:c1a8c6c3-7f33-46b1-81e8-3a9e6c6ce52b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f79e2823-93fc-4f00-bbca-3ccd3ad10a49
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:08626c92-b1d5-43e4-8bf0-3bcebf4f7998
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:be5bcfb6-8db1-4caa-a782-1ea8be9d033c
ModelName:BasicOnboardEflnak..base_ubuntu18..module-0
ModelUuid:aa9d7ae7-431b-466a-be7c-e9e0b196d685
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c8684afa-5912-4d75-b372-e78f10f1a9f6
ModelInvariantUuid:65ae5e4a-d4f4-4ece-96b9-95a8ed3a725e
ModelName:basic_onboard_eFLnAk-nodes.ubuntu18Cvfc
ModelUuid:b5e3bf58-1659-4da0-beb4-d7fe2b55c30a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:dce56f61-07c7-47f9-970d-25e6cd556f74
ModelInvariantUuid:bdbbed2d-33af-48b0-878c-9d6d9f327223
ModelName:BasicOnboardEflnak.compute.nodes.heat.ubuntu18
ModelUuid:56bbbb3d-5862-42d9-b041-671cb46a4974
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-25T07:51:39.982Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: fafe3964-9690-4395-b5de-ff5970cbdb3b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T07:51:39.986Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||basic_onboard_eFLnAk 0
2021-08-25T07:51:39.986Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fafe3964-9690-4395-b5de-ff5970cbdb3b
2021-08-25T07:51:39.987Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0acd269e-97ff-4e96-a8a0-e6de00e4781d from URL: /sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json
2021-08-25T07:51:39.987Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-25T07:51:39.987Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json
2021-08-25T07:51:41.556Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-25T07:51:41.556Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json 0acd269e-97ff-4e96-a8a0-e6de00e4781d 798
2021-08-25T07:51:41.557Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json ASDC sendASDCNotification
2021-08-25T07:51:41.557Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json
2021-08-25T07:51:41.557Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T07:51:41.557Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:51:41.560Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:51:41.560Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877901557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:51:41.660Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:51:41.661Z||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-08-25T07:51:41.661Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:51:41.672Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:51:41.673Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-25T07:51:42.561Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardEflnak..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "be5bcfb6-8db1-4caa-a782-1ea8be9d033c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aa9d7ae7-431b-466a-be7c-e9e0b196d685",
    "vfModuleModelCustomizationUUID": "9aa20bd9-7d11-4799-889f-df32c418243f",
    "isBase": true,
    "artifacts": [
      "d83dab69-6528-4cea-853f-ff58d41c6ade",
      "08837ef8-7de8-48a1-919b-6b257bb7afa7"
    ],
    "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-08-25T07:51:42.566Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEflnak..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa9d7ae7-431b-466a-be7c-e9e0b196d685
VfModuleModelInvariantUUID:be5bcfb6-8db1-4caa-a782-1ea8be9d033c
VfModuleModelDescription:NULL
Artifacts UUID List:{
d83dab69-6528-4cea-853f-ff58d41c6ade
,
08837ef8-7de8-48a1-919b-6b257bb7afa7

}
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-08-25T07:51:42.568Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardEflnak..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "be5bcfb6-8db1-4caa-a782-1ea8be9d033c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aa9d7ae7-431b-466a-be7c-e9e0b196d685",
    "vfModuleModelCustomizationUUID": "9aa20bd9-7d11-4799-889f-df32c418243f",
    "isBase": true,
    "artifacts": [
      "d83dab69-6528-4cea-853f-ff58d41c6ade",
      "08837ef8-7de8-48a1-919b-6b257bb7afa7"
    ],
    "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-08-25T07:51:42.569Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEflnak..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa9d7ae7-431b-466a-be7c-e9e0b196d685
VfModuleModelInvariantUUID:be5bcfb6-8db1-4caa-a782-1ea8be9d033c
VfModuleModelDescription:NULL
Artifacts UUID List:{
d83dab69-6528-4cea-853f-ff58d41c6ade
,
08837ef8-7de8-48a1-919b-6b257bb7afa7

}
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-08-25T07:51:42.569Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d83dab69-6528-4cea-853f-ff58d41c6ade from URL: /sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml
2021-08-25T07:51:42.569Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-25T07:51:42.569Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml
2021-08-25T07:51:43.963Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-25T07:51:43.964Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml d83dab69-6528-4cea-853f-ff58d41c6ade 5033
2021-08-25T07:51:43.964Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-25T07:51:43.965Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml
2021-08-25T07:51:43.965Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T07:51:43.965Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:51:43.968Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:51:43.968Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877903964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:51:44.068Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:51:44.070Z||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-08-25T07:51:44.070Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:51:44.080Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:51:44.081Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-25T07:51:44.969Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 08837ef8-7de8-48a1-919b-6b257bb7afa7 from URL: /sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env
2021-08-25T07:51:44.970Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-25T07:51:44.970Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env
2021-08-25T07:51:47.220Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-25T07:51:47.220Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env 08837ef8-7de8-48a1-919b-6b257bb7afa7 909
2021-08-25T07:51:47.220Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-25T07:51:47.220Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env
2021-08-25T07:51:47.221Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T07:51:47.221Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:51:47.223Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:51:47.223Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877907220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:51:47.323Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:51:47.324Z||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-08-25T07:51:47.325Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:51:47.345Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:51:47.346Z||pool-29-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-08-25T07:51:48.224Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 89b4edbb-4508-4bfb-8e09-7cde2c2d347c
2021-08-25T07:51:48.224Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_eFLnAk 0 fafe3964-9690-4395-b5de-ff5970cbdb3b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T07:51:48.245Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:48.245Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eFLnAk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:51:48.246Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-08-25T07:51:48.246Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 08626c92-b1d5-43e4-8bf0-3bcebf4f7998
2021-08-25T07:51:48.247Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 08626c92-b1d5-43e4-8bf0-3bcebf4f7998 matches Tosca VF Customization UUID: 08626c92-b1d5-43e4-8bf0-3bcebf4f7998
2021-08-25T07:51:48.247Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 08626c92-b1d5-43e4-8bf0-3bcebf4f7998  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-25T07:51:48.251Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:48.251Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eFLnAk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:51:48.252Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 08626c92-b1d5-43e4-8bf0-3bcebf4f7998: {\"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-08-25T07:51:48.253Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1185e7a8
2021-08-25T07:51:48.253Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:48.253Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eFLnAk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-25T07:51:48.254Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9aa20bd9-7d11-4799-889f-df32c418243f
2021-08-25T07:51:48.254Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9aa20bd9-7d11-4799-889f-df32c418243f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-25T07:51:48.257Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:48.258Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eFLnAk 0 is matching search criteria
2021-08-25T07:51:48.258Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_eFLnAk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T07:51:48.258Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:48.259Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eFLnAk 0 is matching search criteria
2021-08-25T07:51:48.259Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_eFLnAk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T07:51:48.259Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:48.260Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eFLnAk 0 is not matching search criteria
2021-08-25T07:51:48.260Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-25T07:51:48.260Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-25T07:51:48.260Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c8684afa-5912-4d75-b372-e78f10f1a9f6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-25T07:51:48.273Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:48.274Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eFLnAk 0 is matching search criteria
2021-08-25T07:51:48.274Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_eFLnAk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T07:51:48.275Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:48.275Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eFLnAk 0 is matching search criteria
2021-08-25T07:51:48.275Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_eFLnAk 0] matching following query criteria: sdcType=VF, customizationUUID=08626c92-b1d5-43e4-8bf0-3bcebf4f7998
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T07:51:48.278Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:48.278Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eFLnAk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:51:48.279Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 89b4edbb-4508-4bfb-8e09-7cde2c2d347c: basic_onboard_eFLnAk
2021-08-25T07:51:48.279Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:48.279Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eFLnAk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:51:48.280Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:48.280Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eFLnAk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:51:48.280Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:48.281Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eFLnAk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:51:48.281Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:48.281Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eFLnAk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:51:48.281Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T07:51:48.282Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eFLnAk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T07:51:48.282Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_eFLnAk 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-25T07:51:48.370Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_eFLnAk fafe3964-9690-4395-b5de-ff5970cbdb3b 1 ASDC deployResourceStructure
2021-08-25T07:51:48.371Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json ASDC sendASDCNotification
2021-08-25T07:51:48.371Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json
2021-08-25T07:51:48.371Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-25T07:51:48.371Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:51:48.373Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:51:48.373Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877908371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-25T07:51:48.473Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-25T07:51:48.475Z||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-08-25T07:51:48.475Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:51:48.491Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:51:48.492Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-25T07:51:49.374Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-25T07:51:49.375Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml
2021-08-25T07:51:49.375Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-25T07:51:49.375Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:51:49.377Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:51:49.378Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877909374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-25T07:51:49.478Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-25T07:51:49.479Z||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-08-25T07:51:49.479Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:51:49.494Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:51:49.494Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-25T07:51:50.379Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-25T07:51:50.379Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env
2021-08-25T07:51:50.379Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-25T07:51:50.379Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:51:50.381Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:51:50.381Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877910378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-25T07:51:50.481Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:51:50.482Z||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-08-25T07:51:50.483Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:51:50.494Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:51:50.494Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-25T07:51:51.382Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar ASDC sendASDCNotification
2021-08-25T07:51:51.383Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar
2021-08-25T07:51:51.383Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-25T07:51:51.383Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:51:51.385Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:51:51.385Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877911382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T07:51:51.485Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:51:51.486Z||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-08-25T07:51:51.486Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:51:51.500Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:51:51.500Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-25T07:51:52.386Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15bda708-b2f8-4737-84d0-5983cc736ba5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T07:51:52.399Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15bda708-b2f8-4737-84d0-5983cc736ba5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-25T07:51:52.403Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-25T07:51:52.403Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-25T07:51:52.403Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-25T07:51:52.403Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-25T07:51:52.403Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T07:51:52.403Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T07:51:52.403Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T07:51:52.403Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T07:51:52.404Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T07:51:52.404Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T07:51:52.404Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-25T07:51:52.409Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-25T07:52:22.410Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15bda708-b2f8-4737-84d0-5983cc736ba5 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-08-25T07:52:22.419Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15bda708-b2f8-4737-84d0-5983cc736ba5 and serviceModelVersionId: 89b4edbb-4508-4bfb-8e09-7cde2c2d347c
2021-08-25T07:52:22.419Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0ec1641-0678-4463-96ce-7b1c5b8d1da0
2021-08-25T07:52:22.421Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0ec1641-0678-4463-96ce-7b1c5b8d1da0/model-vers/model-ver/89b4edbb-4508-4bfb-8e09-7cde2c2d347c?depth=0
2021-08-25T07:52:22.426Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-25T07:52:22.482Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ec1641-0678-4463-96ce-7b1c5b8d1da0/model-vers/model-ver/89b4edbb-4508-4bfb-8e09-7cde2c2d347c?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-08-25T07:52:22.484Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ec1641-0678-4463-96ce-7b1c5b8d1da0/model-vers/model-ver/89b4edbb-4508-4bfb-8e09-7cde2c2d347c?depth=0|INFO|500||Invoke
2021-08-25T07:52:22.511Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ec1641-0678-4463-96ce-7b1c5b8d1da0/model-vers/model-ver/89b4edbb-4508-4bfb-8e09-7cde2c2d347c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-25T07:52:23.150Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ec1641-0678-4463-96ce-7b1c5b8d1da0/model-vers/model-ver/89b4edbb-4508-4bfb-8e09-7cde2c2d347c?depth=0|INFO|500||InvokeReturn
2021-08-25T07:52:23.150Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ec1641-0678-4463-96ce-7b1c5b8d1da0/model-vers/model-ver/89b4edbb-4508-4bfb-8e09-7cde2c2d347c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210825-07:52:22:521-74271], vertex-id=[323824], Content-Length=[0], Date=[Wed, 25 Aug 2021 07:52:22 GMT], Content-Type=[application/json]}
2021-08-25T07:52:23.151Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-08-25T07:52:23.151Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-25T07:52:23.151Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T07:52:23.155Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-25T07:52:23.155Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15bda708-b2f8-4737-84d0-5983cc736ba5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-25T07:52:23.156Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-25T07:52:23.156Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-25T07:52:23.158Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T07:52:23.158Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877943155,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-25T07:52:23.258Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T07:52:23.259Z||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-08-25T07:52:23.259Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T07:52:23.288Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:52:23.288Z||pool-34-thread-1|||||INFO|500||cambria reply ok (29 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-08-25T07:52:28.896Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:52:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:52:28.901Z||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-08-25T07:52:28.901Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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-08-25T07:52:28.901Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:52:28.901Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:52:29.036Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:52:29.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T07:52:29.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877888895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:52:29.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:52:38.453Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:53:28.895Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:53:28.896Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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-08-25T07:53:28.896Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:53:28.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:53:28.898Z||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-08-25T07:53:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:53:29.432Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:53:29.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-25T07:53:29.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877888895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json",
  "status": "NOTIFIED"
}
2021-08-25T07:53:29.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:53:29.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-25T07:53:29.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877888895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-25T07:53:29.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:53:29.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-25T07:53:29.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877888895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:53:29.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:53:29.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-25T07:53:29.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877888895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-25T07:53:29.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:53:29.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-25T07:53:29.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877888895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T07:53:29.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:53:29.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-25T07:53:29.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877888895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T07:53:29.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-25T07:53:29.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-25T07:53:29.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877897452,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:53:29.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:53:29.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-25T07:53:29.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877901557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:53:29.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:53:29.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-25T07:53:29.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877903964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:53:29.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:53:29.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-25T07:53:29.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877907220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-25T07:53:29.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:53:29.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-25T07:53:29.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877908371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/basic_onboard_eflnak0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-25T07:53:29.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:53:29.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-25T07:53:29.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877909374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-25T07:53:29.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:53:29.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-25T07:53:29.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877910378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/resourceInstances/basic_onboard_eflnak0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-25T07:53:29.439Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:53:29.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-25T07:53:29.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877911382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEflnak/1.0/artifacts/service-BasicOnboardEflnak-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T07:53:29.439Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:53:29.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-25T07:53:29.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15bda708-b2f8-4737-84d0-5983cc736ba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629877943155,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-25T07:53:29.439Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T07:53:38.456Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:54:28.896Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:54:28.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:54:28.899Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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-08-25T07:54:28.899Z||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-08-25T07:54:28.900Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:54:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:54:38.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:54:38.467Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:55:28.895Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:55:28.897Z||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-08-25T07:55:28.898Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:55:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:55:28.898Z||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-08-25T07:55:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:55:38.447Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:55:38.467Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:56:28.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:56:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:56:28.901Z||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-08-25T07:56:28.901Z||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-08-25T07:56:28.902Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:56:28.902Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:56:38.478Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:56:38.480Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:57:28.895Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:57:28.895Z||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-08-25T07:57:28.896Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:57:28.898Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:57:28.898Z||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-08-25T07:57:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:57:38.499Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:57:38.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:58:28.895Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:58:28.897Z||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-08-25T07:58:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:58:28.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:58:28.898Z||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-08-25T07:58:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:58:38.470Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:58:38.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:59:28.895Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:59:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T07:59:28.898Z||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-08-25T07:59:28.898Z||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-08-25T07:59:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:59:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T07:59:38.446Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T07:59:38.450Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:00:28.895Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:00:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:00:28.898Z||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-08-25T08:00:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:00:28.898Z||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-08-25T08:00:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:00:38.451Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:00:38.458Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:01:28.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:01:28.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:01:28.900Z||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-08-25T08:01:28.900Z||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-08-25T08:01:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:01:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:01:38.448Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:01:38.467Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:02:28.897Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:02:28.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:02:28.903Z||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-08-25T08:02:28.904Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:02:28.904Z||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-08-25T08:02:28.904Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:02:38.469Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:02:38.486Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:03:28.895Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:03:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:03:28.898Z||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-08-25T08:03:28.898Z||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-08-25T08:03:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:03:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:03:38.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:03:38.471Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:04:28.895Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:04:28.898Z||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-08-25T08:04:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:04:28.899Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:04:28.899Z||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-08-25T08:04:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:04:38.450Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:04:38.451Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:05:28.897Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:05:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:05:28.902Z||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-08-25T08:05:28.902Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:05:28.902Z||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-08-25T08:05:28.902Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:05:29.542Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:05:29.543Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:05:29.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629878686144,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:05:29.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"49985277-ad6e-4e65-b429-a5c19efa9b05","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"65ed63dd-d2c6-4cc5-bc4e-75918d290a6a","serviceDescription":"service","serviceInvariantUUID":"2a6e38a8-c5ad-484a-9ee3-bfbf5a689647","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"530c3c61-d261-49f8-8ef0-a4091eb7c1e3","resourceInvariantUUID":"dfb57468-78bd-49f0-a165-f77203cb53d0","resourceCustomizationUUID":"b57d407e-69df-4c23-b5c4-17d4cd6e79e4","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":"Y2EyYTg4MDc4NGNhODIxMDgwYTYxNjQ5N2I0ZGRjNzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"71dbc47d-093d-456b-807d-fc8395c6bdf5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTJhZGQ5NzY1MjUxODcyYzMxNGFmMzI5NGY5OWMyMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5dd1db4a-9df8-4e89-a4e9-f51b9e65ba6d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-25T08:05:29.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:05:29.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "clamp",
  "timestamp": 1629878686408,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:05:29.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:05:29.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "dcae-sch",
  "timestamp": 1629878690909,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:05:29.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:05:29.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878690653,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:05:29.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:05:29.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "policy-id",
  "timestamp": 1629878684851,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:05:29.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:05:29.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "cds",
  "timestamp": 1629878694166,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:05:29.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:05:29.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629878686144,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:05:29.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:05:29.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "clamp",
  "timestamp": 1629878686408,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:05:29.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:05:29.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "dcae-sch",
  "timestamp": 1629878690909,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:05:29.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:05:29.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878690653,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:05:29.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:05:29.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "cds",
  "timestamp": 1629878694166,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:05:29.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:05:29.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "policy-id",
  "timestamp": 1629878684851,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:05:29.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:05:29.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "cds",
  "timestamp": 1629878697804,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:05:29.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:05:29.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "policy-id",
  "timestamp": 1629878698145,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:05:29.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:05:29.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "cds",
  "timestamp": 1629878698825,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-08-25T08:05:29.553Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:05:29.553Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-25T08:05:29.557Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:05:29.557Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878728896,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-25T08:05:29.569Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 49985277-ad6e-4e65-b429-a5c19efa9b05
2021-08-25T08:05:29.569Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49985277-ad6e-4e65-b429-a5c19efa9b05 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-08-25T08:05:29.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "policy-id",
  "timestamp": 1629878699149,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:05:29.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:05:29.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878699438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:05:29.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:05:29.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "policy-id",
  "timestamp": 1629878700151,
  "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-08-25T08:05:29.584Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49985277-ad6e-4e65-b429-a5c19efa9b05
2021-08-25T08:05:29.584Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49985277-ad6e-4e65-b429-a5c19efa9b05 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-08-25T08:05:29.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878699438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:05:29.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:05:29.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "aai-ml",
  "timestamp": 1629878700669,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:05:29.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:05:29.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "aai-ml",
  "timestamp": 1629878700669,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:05:29.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:05:29.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878703736,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:05:29.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:05:29.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "aai-ml",
  "timestamp": 1629878704933,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:05:29.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:05:29.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878705435,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:05:29.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:05:29.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878706454,
  "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-08-25T08:05:29.606Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 49985277-ad6e-4e65-b429-a5c19efa9b05
2021-08-25T08:05:29.606Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49985277-ad6e-4e65-b429-a5c19efa9b05 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-08-25T08:05:29.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "clamp",
  "timestamp": 1629878707511,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:05:29.614Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:05:29.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "clamp",
  "timestamp": 1629878710517,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:05:29.615Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:05:29.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "aai-ml",
  "timestamp": 1629878710787,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:05:29.615Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:05:29.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "clamp",
  "timestamp": 1629878711567,
  "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-08-25T08:05:29.619Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 49985277-ad6e-4e65-b429-a5c19efa9b05
2021-08-25T08:05:29.620Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49985277-ad6e-4e65-b429-a5c19efa9b05 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-08-25T08:05:29.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:05:29.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "aai-ml",
  "timestamp": 1629878711791,
  "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-08-25T08:05:29.631Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 49985277-ad6e-4e65-b429-a5c19efa9b05
2021-08-25T08:05:29.631Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49985277-ad6e-4e65-b429-a5c19efa9b05 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-08-25T08:05:29.658Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-25T08:05:29.659Z||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-08-25T08:05:29.659Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:05:29.669Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:05:29.670Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:05:30.558Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:05:30.559Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:05:30.561Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:05:30.561Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878728896,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:05:30.661Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:05:30.662Z||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-08-25T08:05:30.663Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:05:30.679Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:05:30.680Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:05:31.562Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "65ed63dd-d2c6-4cc5-bc4e-75918d290a6a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2a6e38a8-c5ad-484a-9ee3-bfbf5a689647",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "b57d407e-69df-4c23-b5c4-17d4cd6e79e4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "530c3c61-d261-49f8-8ef0-a4091eb7c1e3",
      "resourceInvariantUUID": "dfb57468-78bd-49f0-a165-f77203cb53d0",
      "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": "YTJhZGQ5NzY1MjUxODcyYzMxNGFmMzI5NGY5OWMyMzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5dd1db4a-9df8-4e89-a4e9-f51b9e65ba6d"
    }
  ],
  "workloadContext": "Production"
}
2021-08-25T08:05:31.562Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-25T08:05:31.563Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 65ed63dd-d2c6-4cc5-bc4e-75918d290a6a ASDC
2021-08-25T08:05:31.563Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:49985277-ad6e-4e65-b429-a5c19efa9b05
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:65ed63dd-d2c6-4cc5-bc4e-75918d290a6a
ServiceInvariantUUID:2a6e38a8-c5ad-484a-9ee3-bfbf5a689647
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:5dd1db4a-9df8-4e89-a4e9-f51b9e65ba6d
ArtifactChecksum:YTJhZGQ5NzY1MjUxODcyYzMxNGFmMzI5NGY5OWMyMzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b57d407e-69df-4c23-b5c4-17d4cd6e79e4
ResourceInvariantUUID:dfb57468-78bd-49f0-a165-f77203cb53d0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:530c3c61-d261-49f8-8ef0-a4091eb7c1e3
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-08-25T08:05:31.564Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65ed63dd-d2c6-4cc5-bc4e-75918d290a6a 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-08-25T08:05:31.597Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-25T08:05:31.599Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-25T08:05:31.600Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-25T08:05:31.600Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5dd1db4a-9df8-4e89-a4e9-f51b9e65ba6d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-25T08:05:31.600Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-25T08:05:31.601Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-25T08:05:32.296Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-25T08:05:32.299Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5dd1db4a-9df8-4e89-a4e9-f51b9e65ba6d 52174
2021-08-25T08:05:32.300Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-25T08:05:32.300Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-25T08:05:32.300Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T08:05:32.300Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:05:32.302Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:05:32.303Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878732300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:05:32.403Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:05:32.404Z||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-08-25T08:05:32.404Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:05:32.420Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:05:32.421Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:05:33.303Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-25T08:05:33.304Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-25T08:05:33.305Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 5dd1db4a-9df8-4e89-a4e9-f51b9e65ba6d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-25T08:05:33.305Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-25T08:05:33.305Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-25T08:05:33.306Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-25T08:05:33.508Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10768530645016587102/Definitions/service-BasicNetwork-template.yml
2021-08-25T08:05:34.008Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-25T08:05:34.010Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-25T08:05:34.010Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-25T08:05:34.010Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-25T08:05:34.010Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||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-08-25T08:05:34.010Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||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-08-25T08:05:34.011Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||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-08-25T08:05:34.011Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||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-08-25T08:05:34.011Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-25T08:05:34.011Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||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-08-25T08:05:34.011Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||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-08-25T08:05:34.012Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||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-08-25T08:05:34.012Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-25T08:05:34.012Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:05:34.012Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:05:34.013Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-25T08:05:34.013Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-25T08:05:34.013Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-25T08:05:34.013Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:05:34.014Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:05:34.014Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-25T08:05:34.014Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-25T08:05:34.014Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-25T08:05:34.015Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:05:34.015Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:05:34.015Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:05:34.015Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:05:34.016Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:05:34.016Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:05:34.017Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:05:34.017Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:05:34.017Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:05:34.018Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:05:34.018Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:65ed63dd-d2c6-4cc5-bc4e-75918d290a6a
Model Version:NULL
Model InvariantUuid:2a6e38a8-c5ad-484a-9ee3-bfbf5a689647
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:dfb57468-78bd-49f0-a165-f77203cb53d0
Model UUID:c0f90d42-a57a-4b4d-89f0-5277c93ab8a5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:b57d407e-69df-4c23-b5c4-17d4cd6e79e4
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-25T08:05:34.026Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 530c3c61-d261-49f8-8ef0-a4091eb7c1e3
2021-08-25T08:05:34.026Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||No resources found for Service: 65ed63dd-d2c6-4cc5-bc4e-75918d290a6a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T08:05:34.032Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||
2021-08-25T08:05:34.032Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-08-25T08:05:34.033Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 65ed63dd-d2c6-4cc5-bc4e-75918d290a6a
2021-08-25T08:05:34.033Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 65ed63dd-d2c6-4cc5-bc4e-75918d290a6a
2021-08-25T08:05:34.033Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-08-25T08:05:34.033Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T08:05:34.039Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:05:34.039Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:05:34.039Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:05:34.040Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:05:34.040Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 65ed63dd-d2c6-4cc5-bc4e-75918d290a6a: Generic NeutronNet
2021-08-25T08:05:34.040Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:05:34.040Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:05:34.041Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:05:34.041Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-08-25T08:05:34.068Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:05:34.069Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:05:34.069Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:05:34.069Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:05:34.069Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:05:34.069Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:05:34.070Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-25T08:05:34.127Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-08-25T08:05:34.128Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-25T08:05:34.128Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-25T08:05:34.128Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-25T08:05:34.129Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:05:34.131Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:05:34.132Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878734128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:05:34.231Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-25T08:05:34.232Z||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-08-25T08:05:34.232Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:05:34.243Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:05:34.243Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-25T08:05:35.136Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49985277-ad6e-4e65-b429-a5c19efa9b05
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T08:05:35.149Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49985277-ad6e-4e65-b429-a5c19efa9b05
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-25T08:05:35.153Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-25T08:05:35.153Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-25T08:05:35.153Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-25T08:05:35.153Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-25T08:05:35.154Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:05:35.154Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:05:35.154Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:05:35.154Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:05:35.155Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:05:35.155Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:05:35.155Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-25T08:05:35.161Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-25T08:06:05.162Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 49985277-ad6e-4e65-b429-a5c19efa9b05 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-08-25T08:06:05.172Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 49985277-ad6e-4e65-b429-a5c19efa9b05 and serviceModelVersionId: 65ed63dd-d2c6-4cc5-bc4e-75918d290a6a
2021-08-25T08:06:05.172Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a6e38a8-c5ad-484a-9ee3-bfbf5a689647
2021-08-25T08:06:05.174Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a6e38a8-c5ad-484a-9ee3-bfbf5a689647/model-vers/model-ver/65ed63dd-d2c6-4cc5-bc4e-75918d290a6a?depth=0
2021-08-25T08:06:05.183Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-25T08:06:05.249Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2a6e38a8-c5ad-484a-9ee3-bfbf5a689647/model-vers/model-ver/65ed63dd-d2c6-4cc5-bc4e-75918d290a6a?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-08-25T08:06:05.254Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2a6e38a8-c5ad-484a-9ee3-bfbf5a689647/model-vers/model-ver/65ed63dd-d2c6-4cc5-bc4e-75918d290a6a?depth=0|INFO|500||Invoke
2021-08-25T08:06:05.287Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2a6e38a8-c5ad-484a-9ee3-bfbf5a689647/model-vers/model-ver/65ed63dd-d2c6-4cc5-bc4e-75918d290a6a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-25T08:06:05.753Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2a6e38a8-c5ad-484a-9ee3-bfbf5a689647/model-vers/model-ver/65ed63dd-d2c6-4cc5-bc4e-75918d290a6a?depth=0|INFO|500||InvokeReturn
2021-08-25T08:06:05.754Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2a6e38a8-c5ad-484a-9ee3-bfbf5a689647/model-vers/model-ver/65ed63dd-d2c6-4cc5-bc4e-75918d290a6a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210825-08:06:05:297-67], vertex-id=[221320], Content-Length=[0], Date=[Wed, 25 Aug 2021 08:06:05 GMT], Content-Type=[application/json]}
2021-08-25T08:06:05.755Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-08-25T08:06:05.755Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-25T08:06:05.755Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T08:06:05.760Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-25T08:06:05.761Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 49985277-ad6e-4e65-b429-a5c19efa9b05 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-25T08:06:05.762Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-25T08:06:05.762Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:06:05.765Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:06:05.765Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878765762,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-25T08:06:05.865Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-25T08:06:05.867Z||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-08-25T08:06:05.867Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:06:05.883Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:06:05.884Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 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-08-25T08:06:28.896Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:06:28.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:06:28.899Z|49985277-ad6e-4e65-b429-a5c19efa9b05|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-08-25T08:06:28.899Z||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-08-25T08:06:28.899Z|49985277-ad6e-4e65-b429-a5c19efa9b05|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:06:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:06:29.036Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:06:29.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-25T08:06:29.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878728896,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:06:29.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:06:38.454Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:07:28.895Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:07:28.897Z|49985277-ad6e-4e65-b429-a5c19efa9b05|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-08-25T08:07:28.897Z|49985277-ad6e-4e65-b429-a5c19efa9b05|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:07:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:07:28.899Z||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-08-25T08:07:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:07:29.427Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:07:29.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-25T08:07:29.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878728896,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:07:29.429Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:07:29.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-25T08:07:29.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878732300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:07:29.429Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:07:29.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-25T08:07:29.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878734128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:07:29.430Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:07:29.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-25T08:07:29.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49985277-ad6e-4e65-b429-a5c19efa9b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878765762,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-25T08:07:29.430Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:07:38.468Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:08:28.895Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:08:28.898Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:08:28.898Z|49985277-ad6e-4e65-b429-a5c19efa9b05|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-08-25T08:08:28.898Z||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-08-25T08:08:28.898Z|49985277-ad6e-4e65-b429-a5c19efa9b05|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:08:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:08:29.512Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:08:29.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878890662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629878886143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "cds",
  "timestamp": 1629878889166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "dcae-sch",
  "timestamp": 1629878890905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629878886143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "cds",
  "timestamp": 1629878889166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878890662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-25T08:08:29.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "dcae-sch",
  "timestamp": 1629878890905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "clamp",
  "timestamp": 1629878896407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629878886143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "cds",
  "timestamp": 1629878889166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878890662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-25T08:08:29.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "dcae-sch",
  "timestamp": 1629878890905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "clamp",
  "timestamp": 1629878896407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-25T08:08:29.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629878886143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "cds",
  "timestamp": 1629878889166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "dcae-sch",
  "timestamp": 1629878890905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878890662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "clamp",
  "timestamp": 1629878896407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629878886143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "cds",
  "timestamp": 1629878889166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "dcae-sch",
  "timestamp": 1629878890905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878890662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-25T08:08:29.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "clamp",
  "timestamp": 1629878896407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629878886143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "cds",
  "timestamp": 1629878889166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "dcae-sch",
  "timestamp": 1629878890905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878890662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "clamp",
  "timestamp": 1629878896407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629878886143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "cds",
  "timestamp": 1629878889166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:08:29.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "dcae-sch",
  "timestamp": 1629878890905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878890662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:08:29.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "clamp",
  "timestamp": 1629878896407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "clamp",
  "timestamp": 1629878896407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:08:29.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "cds",
  "timestamp": 1629878903956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:08:29.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:08:29.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878904038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:08:29.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:08:29.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "cds",
  "timestamp": 1629878904964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-25T08:08:29.539Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:08:29.540Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.540Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a3324e6-69ab-4bbe-ad52-a7d0522fefd9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"fed78189-69b5-4fba-923b-4c4a0811539a","serviceDescription":"service","serviceInvariantUUID":"40c53350-20cb-4e4c-938b-e1238de73f33","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f05c4b94-f2ea-4fe1-87a4-122e3dac5e42","resourceInvariantUUID":"fb838e48-94e3-4960-ae0d-579ee5304cd5","resourceCustomizationUUID":"a5ed141c-45b8-49a4-89df-3270dbce74a5","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":"OTBmZGMwZTkzYTQyYmQ1YjA2YTg1ZjFjZjIxYTFlNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1246f0f-b5ce-401e-bfdd-095dc949b0e2","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":"ODhiNjNjOWM1NTcxN2I1YWJkNzZmNWQ4YWZkZDlkODk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"59700551-c2a2-49a7-9a66-e40bc62944f8","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"27e3ba0b-38f5-4c5f-a4cb-c0774639eec3","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":"250c3c9a-4530-4fef-a280-b496818df15c","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9befd1de-af03-49d4-bd7a-7cabb0df3c6d","artifactVersion":"2","generatedFromUUID":"27e3ba0b-38f5-4c5f-a4cb-c0774639eec3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTFjNWJkMzNmZGQ3N2IyNGZmZjVjYzEzZTc5MmE5NGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1cae6be-18c1-48b5-9b22-9ae8a2fcd86d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTNiOWU4OTZlYzQ0M2Y0N2JmMmYwNTMwMmFmY2IzNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8f3758c-de87-4ebb-af62-a298d375236c","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-25T08:08:29.545Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:08:29.545Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-25T08:08:29.549Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:08:29.549Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878908895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.555Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
2021-08-25T08:08:29.556Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9 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-08-25T08:08:29.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "policy-id",
  "timestamp": 1629878904851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "policy-id",
  "timestamp": 1629878904851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "policy-id",
  "timestamp": 1629878904851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-25T08:08:29.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:08:29.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "policy-id",
  "timestamp": 1629878904851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:29.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:08:29.649Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:08:29.650Z||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-08-25T08:08:29.650Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:08:29.672Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:08:29.672Z||pool-40-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":5,"count":1}
2021-08-25T08:08:30.550Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:08:30.550Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:08:30.552Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:08:30.552Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878908895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-25T08:08:30.653Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:08:30.654Z||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-08-25T08:08:30.654Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:08:30.666Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:08:30.666Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-25T08:08:31.553Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:08:31.554Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:08:31.556Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:08:31.556Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878908895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-25T08:08:31.656Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-25T08:08:31.658Z||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-08-25T08:08:31.658Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:08:31.674Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:08:31.675Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:08:32.557Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:08:32.558Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:08:32.560Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:08:32.560Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878908895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:32.660Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:08:32.661Z||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-08-25T08:08:32.661Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:08:32.672Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:08:32.672Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:08:33.562Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:08:33.565Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:08:33.568Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:08:33.568Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878908895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-25T08:08:33.667Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-25T08:08:33.668Z||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-08-25T08:08:33.668Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:08:33.677Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:08:33.678Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:08:34.569Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:08:34.570Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:08:34.572Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:08:34.572Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878908895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:08:34.672Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:08:34.673Z||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-08-25T08:08:34.673Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:08:34.686Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:08:34.686Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:08:35.572Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:08:35.573Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:08:35.575Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:08:35.575Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878908895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:08:35.676Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:08:35.677Z||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-08-25T08:08:35.677Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:08:35.691Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:08:35.692Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-08-25T08:08:36.577Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "fed78189-69b5-4fba-923b-4c4a0811539a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40c53350-20cb-4e4c-938b-e1238de73f33",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "a5ed141c-45b8-49a4-89df-3270dbce74a5",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f05c4b94-f2ea-4fe1-87a4-122e3dac5e42",
      "resourceInvariantUUID": "fb838e48-94e3-4960-ae0d-579ee5304cd5",
      "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": "ODhiNjNjOWM1NTcxN2I1YWJkNzZmNWQ4YWZkZDlkODk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "59700551-c2a2-49a7-9a66-e40bc62944f8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "27e3ba0b-38f5-4c5f-a4cb-c0774639eec3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9befd1de-af03-49d4-bd7a-7cabb0df3c6d",
            "generatedFromUUID": "27e3ba0b-38f5-4c5f-a4cb-c0774639eec3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9befd1de-af03-49d4-bd7a-7cabb0df3c6d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MTNiOWU4OTZlYzQ0M2Y0N2JmMmYwNTMwMmFmY2IzNTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e8f3758c-de87-4ebb-af62-a298d375236c"
    }
  ],
  "workloadContext": "Production"
}
2021-08-25T08:08:36.578Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-25T08:08:36.578Z|49985277-ad6e-4e65-b429-a5c19efa9b05|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fed78189-69b5-4fba-923b-4c4a0811539a ASDC
2021-08-25T08:08:36.579Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:fed78189-69b5-4fba-923b-4c4a0811539a
ServiceInvariantUUID:40c53350-20cb-4e4c-938b-e1238de73f33
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:e8f3758c-de87-4ebb-af62-a298d375236c
ArtifactChecksum:MTNiOWU4OTZlYzQ0M2Y0N2JmMmYwNTMwMmFmY2IzNTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:a5ed141c-45b8-49a4-89df-3270dbce74a5
ResourceInvariantUUID:fb838e48-94e3-4960-ae0d-579ee5304cd5
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:f05c4b94-f2ea-4fe1-87a4-122e3dac5e42
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:59700551-c2a2-49a7-9a66-e40bc62944f8
ArtifactChecksum:ODhiNjNjOWM1NTcxN2I1YWJkNzZmNWQ4YWZkZDlkODk=
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:27e3ba0b-38f5-4c5f-a4cb-c0774639eec3
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
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:9befd1de-af03-49d4-bd7a-7cabb0df3c6d
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
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:9befd1de-af03-49d4-bd7a-7cabb0df3c6d
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-25T08:08:36.579Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fed78189-69b5-4fba-923b-4c4a0811539a 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-08-25T08:08:36.627Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-25T08:08:36.629Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-25T08:08:36.629Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-25T08:08:36.629Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e8f3758c-de87-4ebb-af62-a298d375236c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-25T08:08:36.629Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-25T08:08:36.629Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-25T08:08:37.823Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-25T08:08:37.826Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e8f3758c-de87-4ebb-af62-a298d375236c 70836
2021-08-25T08:08:37.826Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-25T08:08:37.826Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-25T08:08:37.826Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T08:08:37.827Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:08:37.828Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:08:37.829Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878917826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:08:37.929Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:08:37.931Z||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-08-25T08:08:37.931Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:08:37.949Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:08:37.950Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:08:38.829Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-25T08:08:38.830Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-25T08:08:38.830Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e8f3758c-de87-4ebb-af62-a298d375236c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-25T08:08:38.831Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-25T08:08:38.831Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-25T08:08:38.831Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-25T08:08:39.180Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17466539776651506770/Definitions/service-BasicVm-template.yml
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_vlan_requirements" 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
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_name" is not provided
2021-08-25T08:08:40.406Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-25T08:08:40.407Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-25T08:08:40.407Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-25T08:08:40.407Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-25T08:08:40.407Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:40.407Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:40.407Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:40.407Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:40.407Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:40.408Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-25T08:08:40.408Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-25T08:08:40.408Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:40.408Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:40.408Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-25T08:08:40.408Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:40.408Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:08:40.409Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-25T08:08:40.409Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-25T08:08:40.410Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-25T08:08:40.410Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:40.410Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:08:40.410Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-25T08:08:40.410Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-25T08:08:40.411Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-25T08:08:40.411Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:40.411Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:08:40.411Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:40.411Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-25T08:08:40.412Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-25T08:08:40.412Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-25T08:08:40.412Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-25T08:08:40.412Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-25T08:08:40.412Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-25T08:08:40.412Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:40.412Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-25T08:08:40.413Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:40.413Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-25T08:08:40.413Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T08:08:40.413Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:40.413Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-25T08:08:40.413Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T08:08:40.413Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:40.414Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-25T08:08:40.414Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T08:08:40.414Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:40.414Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-25T08:08:40.414Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-25T08:08:40.414Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-25T08:08:40.414Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c0165df9-136e-48a3-a479-65654b9e8d41
2021-08-25T08:08:40.415Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:40.415Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:08:40.415Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:40.415Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:08:40.415Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:40.415Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:08:40.415Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:40.416Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:08:40.416Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:fed78189-69b5-4fba-923b-4c4a0811539a
Model Version:NULL
Model InvariantUuid:40c53350-20cb-4e4c-938b-e1238de73f33
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:964147ea-06b4-401a-b8ab-a03da838709e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fb838e48-94e3-4960-ae0d-579ee5304cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a5ed141c-45b8-49a4-89df-3270dbce74a5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ea435470-62ea-4062-a0c6-918474df0f9b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:29123381-c33e-4256-9641-712024ccbbf0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c0165df9-136e-48a3-a479-65654b9e8d41
ModelInvariantUuid:4bf353d7-ea20-460e-a4a2-e6afc73b0628
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:6c284774-fd42-451f-bc71-a03c98e441a6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:fb9e1108-251b-4a60-9965-3ee48afe941d
ModelInvariantUuid:ff067a88-c780-4efc-9f8d-f90cb9eb024c
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:9c627e3a-4419-406b-8e2b-9a5786e89051
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-25T08:08:40.422Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f05c4b94-f2ea-4fe1-87a4-122e3dac5e42
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T08:08:40.426Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||basic_vm 0
2021-08-25T08:08:40.426Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f05c4b94-f2ea-4fe1-87a4-122e3dac5e42
2021-08-25T08:08:40.426Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 59700551-c2a2-49a7-9a66-e40bc62944f8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-25T08:08:40.426Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-25T08:08:40.426Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:42.446Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-25T08:08:42.447Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 59700551-c2a2-49a7-9a66-e40bc62944f8 787
2021-08-25T08:08:42.447Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:42.447Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:42.447Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T08:08:42.447Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:08:42.449Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:08:42.449Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878922447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:08:42.549Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:08:42.550Z||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-08-25T08:08:42.550Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:08:42.560Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:08:42.565Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:08:43.450Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ea435470-62ea-4062-a0c6-918474df0f9b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "29123381-c33e-4256-9641-712024ccbbf0",
    "vfModuleModelCustomizationUUID": "1c43b427-4820-442a-88ad-9a33d72446f0",
    "isBase": true,
    "artifacts": [
      "27e3ba0b-38f5-4c5f-a4cb-c0774639eec3",
      "9befd1de-af03-49d4-bd7a-7cabb0df3c6d"
    ],
    "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-08-25T08:08:43.454Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:29123381-c33e-4256-9641-712024ccbbf0
VfModuleModelInvariantUUID:ea435470-62ea-4062-a0c6-918474df0f9b
VfModuleModelDescription:NULL
Artifacts UUID List:{
27e3ba0b-38f5-4c5f-a4cb-c0774639eec3
,
9befd1de-af03-49d4-bd7a-7cabb0df3c6d

}
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-08-25T08:08:43.456Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ea435470-62ea-4062-a0c6-918474df0f9b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "29123381-c33e-4256-9641-712024ccbbf0",
    "vfModuleModelCustomizationUUID": "1c43b427-4820-442a-88ad-9a33d72446f0",
    "isBase": true,
    "artifacts": [
      "27e3ba0b-38f5-4c5f-a4cb-c0774639eec3",
      "9befd1de-af03-49d4-bd7a-7cabb0df3c6d"
    ],
    "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-08-25T08:08:43.456Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:29123381-c33e-4256-9641-712024ccbbf0
VfModuleModelInvariantUUID:ea435470-62ea-4062-a0c6-918474df0f9b
VfModuleModelDescription:NULL
Artifacts UUID List:{
27e3ba0b-38f5-4c5f-a4cb-c0774639eec3
,
9befd1de-af03-49d4-bd7a-7cabb0df3c6d

}
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-08-25T08:08:43.456Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 27e3ba0b-38f5-4c5f-a4cb-c0774639eec3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-25T08:08:43.457Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-25T08:08:43.457Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:44.931Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-25T08:08:44.932Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 27e3ba0b-38f5-4c5f-a4cb-c0774639eec3 5033
2021-08-25T08:08:44.932Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:44.932Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:44.932Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T08:08:44.932Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:08:44.934Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:08:44.934Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878924932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:08:45.035Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-25T08:08:45.036Z||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-08-25T08:08:45.036Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:08:45.096Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:08:45.097Z||pool-49-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:08:45.935Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9befd1de-af03-49d4-bd7a-7cabb0df3c6d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-25T08:08:45.935Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-25T08:08:45.935Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:48.548Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-25T08:08:48.549Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 9befd1de-af03-49d4-bd7a-7cabb0df3c6d 903
2021-08-25T08:08:48.549Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:48.549Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:48.550Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T08:08:48.550Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:08:48.553Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:08:48.553Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878928549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:08:48.653Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:08:48.654Z||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-08-25T08:08:48.654Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:08:48.663Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:08:48.664Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:08:49.554Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: fed78189-69b5-4fba-923b-4c4a0811539a
2021-08-25T08:08:49.554Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f05c4b94-f2ea-4fe1-87a4-122e3dac5e42 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T08:08:49.572Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:49.573Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:08:49.574Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-08-25T08:08:49.574Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= a5ed141c-45b8-49a4-89df-3270dbce74a5
2021-08-25T08:08:49.574Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a5ed141c-45b8-49a4-89df-3270dbce74a5 matches Tosca VF Customization UUID: a5ed141c-45b8-49a4-89df-3270dbce74a5
2021-08-25T08:08:49.574Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: a5ed141c-45b8-49a4-89df-3270dbce74a5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-25T08:08:49.577Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:49.577Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:08:49.578Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id a5ed141c-45b8-49a4-89df-3270dbce74a5: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-08-25T08:08:49.578Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a794e23
2021-08-25T08:08:49.579Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:49.579Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-25T08:08:49.579Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1c43b427-4820-442a-88ad-9a33d72446f0
2021-08-25T08:08:49.579Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1c43b427-4820-442a-88ad-9a33d72446f0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-25T08:08:49.581Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:49.582Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-25T08:08:49.582Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T08:08:49.582Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:49.582Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-25T08:08:49.582Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T08:08:49.582Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:49.583Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-25T08:08:49.583Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-25T08:08:49.583Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-25T08:08:49.583Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c0165df9-136e-48a3-a479-65654b9e8d41
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-25T08:08:49.585Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:49.586Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-25T08:08:49.586Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T08:08:49.586Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:49.586Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-25T08:08:49.586Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a5ed141c-45b8-49a4-89df-3270dbce74a5
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T08:08:49.588Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:49.588Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:08:49.588Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid fed78189-69b5-4fba-923b-4c4a0811539a: basic_vm
2021-08-25T08:08:49.588Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:49.588Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:08:49.589Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:49.589Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:08:49.589Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:49.589Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:08:49.589Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:49.589Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:08:49.590Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:08:49.590Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:08:49.590Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-25T08:08:49.680Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f05c4b94-f2ea-4fe1-87a4-122e3dac5e42 1 ASDC deployResourceStructure
2021-08-25T08:08:49.680Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:49.680Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:49.680Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-25T08:08:49.681Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:08:49.683Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:08:49.683Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878929680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-25T08:08:49.783Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:08:49.785Z||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-08-25T08:08:49.785Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:08:49.798Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:08:49.799Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:08:50.684Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:50.685Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:50.685Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-25T08:08:50.688Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:08:50.690Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:08:50.691Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878930684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-25T08:08:50.790Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-25T08:08:50.792Z||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-08-25T08:08:50.792Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:08:50.804Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:08:50.805Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:08:51.695Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:51.695Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||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-08-25T08:08:51.696Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-25T08:08:51.696Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:08:51.700Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:08:51.701Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878931694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-25T08:08:51.801Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:08:51.802Z||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-08-25T08:08:51.802Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:08:51.815Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:08:51.816Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:08:52.710Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-25T08:08:52.711Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-25T08:08:52.711Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-25T08:08:52.711Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:08:52.715Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:08:52.715Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878932708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:08:52.815Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:08:52.817Z||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-08-25T08:08:52.817Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:08:52.829Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:08:52.830Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:08:53.720Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T08:08:53.745Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-25T08:08:53.748Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-25T08:08:53.749Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-25T08:08:53.749Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-25T08:09:23.750Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T08:09:23.763Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-25T08:09:23.765Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-25T08:09:23.765Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-25T08:09:23.765Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-25T08:09:28.898Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:09:28.899Z||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-08-25T08:09:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:09:28.929Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:09:28.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:09:28.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878909393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:09:28.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:09:53.765Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T08:09:53.785Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-25T08:09:53.789Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-25T08:09:53.789Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-25T08:09:53.789Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-25T08:10:23.790Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T08:10:23.816Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-25T08:10:23.819Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-25T08:10:23.819Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-25T08:10:23.819Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-25T08:10:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:10:28.901Z||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-08-25T08:10:28.902Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:10:28.934Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:10:28.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:10:28.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878908895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:10:28.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:10:53.819Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T08:10:53.829Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-25T08:10:53.831Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-25T08:10:53.831Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-25T08:10:53.831Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-25T08:11:23.832Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T08:11:23.842Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-25T08:11:23.849Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-25T08:11:23.850Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-25T08:11:23.850Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-25T08:11:28.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:11:28.905Z||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-08-25T08:11:28.905Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:11:28.952Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:11:29.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "policy-id",
  "timestamp": 1629878904851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878909436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878908895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "policy-id",
  "timestamp": 1629878904851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878909436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "aai-ml",
  "timestamp": 1629878910669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878908895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "policy-id",
  "timestamp": 1629878904851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878911711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:11:29.472Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878909436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "aai-ml",
  "timestamp": 1629878910669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878908895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "clamp",
  "timestamp": 1629878912677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:11:29.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878912806,
  "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-08-25T08:11:29.486Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
2021-08-25T08:11:29.487Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9 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-08-25T08:11:29.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878909436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "aai-ml",
  "timestamp": 1629878910669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "policy-id",
  "timestamp": 1629878913415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:11:29.502Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878908895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "clamp",
  "timestamp": 1629878913749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:11:29.502Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878913819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-25T08:11:29.503Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878909436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "aai-ml",
  "timestamp": 1629878910669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "policy-id",
  "timestamp": 1629878914445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:11:29.504Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878908895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "clamp",
  "timestamp": 1629878914754,
  "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-08-25T08:11:29.509Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
2021-08-25T08:11:29.509Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9 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-08-25T08:11:29.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878909436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "aai-ml",
  "timestamp": 1629878910669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629878906143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "dcae-sch",
  "timestamp": 1629878910901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "cds",
  "timestamp": 1629878905968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878914852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "policy-id",
  "timestamp": 1629878915464,
  "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-08-25T08:11:29.525Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
2021-08-25T08:11:29.526Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9 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-08-25T08:11:29.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878908895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878909436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "aai-ml",
  "timestamp": 1629878910669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629878906143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "dcae-sch",
  "timestamp": 1629878910901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "cds",
  "timestamp": 1629878905968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878914852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "aai-ml",
  "timestamp": 1629878910669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629878906143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "dcae-sch",
  "timestamp": 1629878910901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "cds",
  "timestamp": 1629878905968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878914852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878917826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:11:29.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878918237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:11:29.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "dcae-sch",
  "timestamp": 1629878910901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629878906143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "cds",
  "timestamp": 1629878905968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878914852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "dcae-sch",
  "timestamp": 1629878910901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629878906143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "cds",
  "timestamp": 1629878905968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878914852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "dcae-sch",
  "timestamp": 1629878910901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629878906143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "cds",
  "timestamp": 1629878905968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878914852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878920903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:11:29.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "dcae-sch",
  "timestamp": 1629878910901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629878906143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "cds",
  "timestamp": 1629878905968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878914852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "aai-ml",
  "timestamp": 1629878921659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:11:29.547Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878921914,
  "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-08-25T08:11:29.553Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
2021-08-25T08:11:29.553Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9 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-08-25T08:11:29.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878922447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:11:29.563Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629878906143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "dcae-sch",
  "timestamp": 1629878910901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "cds",
  "timestamp": 1629878905968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878914852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629878906143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "dcae-sch",
  "timestamp": 1629878910901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "cds",
  "timestamp": 1629878905968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878914852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878924932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:11:29.566Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "policy-id",
  "timestamp": 1629878924852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878925720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:11:29.566Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "cds",
  "timestamp": 1629878925949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:11:29.567Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "policy-id",
  "timestamp": 1629878924852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "cds",
  "timestamp": 1629878926956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-25T08:11:29.579Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 36ef57a5-69c6-4de5-87fd-f729a2b80b3a
2021-08-25T08:11:29.579Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36ef57a5-69c6-4de5-87fd-f729a2b80b3a 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-08-25T08:11:29.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "clamp",
  "timestamp": 1629878926414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "policy-id",
  "timestamp": 1629878924852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "clamp",
  "timestamp": 1629878926414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "policy-id",
  "timestamp": 1629878924852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878928549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:11:29.596Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "clamp",
  "timestamp": 1629878926414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "policy-id",
  "timestamp": 1629878924852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878929680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-25T08:11:29.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878929908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:11:29.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "clamp",
  "timestamp": 1629878926414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "policy-id",
  "timestamp": 1629878924852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878930684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-25T08:11:29.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "clamp",
  "timestamp": 1629878926414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "policy-id",
  "timestamp": 1629878924852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878931694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-25T08:11:29.599Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878931892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:11:29.600Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "aai-ml",
  "timestamp": 1629878931888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:11:29.600Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "clamp",
  "timestamp": 1629878926414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "policy-id",
  "timestamp": 1629878924852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629878932708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:11:29.601Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "aai-ml",
  "timestamp": 1629878932893,
  "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-08-25T08:11:29.606Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
2021-08-25T08:11:29.606Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9 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-08-25T08:11:29.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "clamp",
  "timestamp": 1629878926414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "policy-id",
  "timestamp": 1629878924852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878933620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:11:29.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "clamp",
  "timestamp": 1629878926414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878934692,
  "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-08-25T08:11:29.622Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 36ef57a5-69c6-4de5-87fd-f729a2b80b3a
2021-08-25T08:11:29.622Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36ef57a5-69c6-4de5-87fd-f729a2b80b3a 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-08-25T08:11:29.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "clamp",
  "timestamp": 1629878926414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "policy-id",
  "timestamp": 1629878935528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:11:29.630Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629878935710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-25T08:11:29.630Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "policy-id",
  "timestamp": 1629878936535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:11:29.631Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "policy-id",
  "timestamp": 1629878937558,
  "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-08-25T08:11:29.636Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 36ef57a5-69c6-4de5-87fd-f729a2b80b3a
2021-08-25T08:11:29.636Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36ef57a5-69c6-4de5-87fd-f729a2b80b3a 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-08-25T08:11:29.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878939437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878939437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "aai-ml",
  "timestamp": 1629878940667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878939437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "aai-ml",
  "timestamp": 1629878940667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878939437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "aai-ml",
  "timestamp": 1629878940667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878939437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "aai-ml",
  "timestamp": 1629878940667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878939437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "aai-ml",
  "timestamp": 1629878940667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878939437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "aai-ml",
  "timestamp": 1629878940667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "clamp",
  "timestamp": 1629878946724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:11:29.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878939437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "aai-ml",
  "timestamp": 1629878940667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878939437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "aai-ml",
  "timestamp": 1629878940667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:11:29.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "clamp",
  "timestamp": 1629878948736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:11:29.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "aai-ml",
  "timestamp": 1629878940667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:11:29.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:11:29.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "clamp",
  "timestamp": 1629878949740,
  "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-08-25T08:11:29.650Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 36ef57a5-69c6-4de5-87fd-f729a2b80b3a
2021-08-25T08:11:29.651Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36ef57a5-69c6-4de5-87fd-f729a2b80b3a 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-08-25T08:11:29.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878950304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:11:29.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "aai-ml",
  "timestamp": 1629878951411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:11:29.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878953331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:11:29.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629878954335,
  "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-08-25T08:11:29.669Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 36ef57a5-69c6-4de5-87fd-f729a2b80b3a
2021-08-25T08:11:29.669Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36ef57a5-69c6-4de5-87fd-f729a2b80b3a 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-08-25T08:11:29.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "aai-ml",
  "timestamp": 1629878960025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:11:29.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:11:29.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:11:29.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "aai-ml",
  "timestamp": 1629878961029,
  "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-08-25T08:11:29.683Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 36ef57a5-69c6-4de5-87fd-f729a2b80b3a
2021-08-25T08:11:29.683Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36ef57a5-69c6-4de5-87fd-f729a2b80b3a 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-08-25T08:11:53.851Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T08:11:53.873Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-25T08:11:53.876Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-25T08:11:53.876Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-25T08:11:53.877Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-25T08:11:53.877Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-25T08:11:53.877Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:11:53.877Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:11:53.878Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:11:53.878Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:11:53.878Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:11:53.878Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:11:53.879Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-25T08:11:53.890Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-25T08:12:23.891Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9 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-08-25T08:12:23.896Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9 and serviceModelVersionId: fed78189-69b5-4fba-923b-4c4a0811539a
2021-08-25T08:12:23.897Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40c53350-20cb-4e4c-938b-e1238de73f33
2021-08-25T08:12:23.898Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40c53350-20cb-4e4c-938b-e1238de73f33/model-vers/model-ver/fed78189-69b5-4fba-923b-4c4a0811539a?depth=0
2021-08-25T08:12:23.906Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-25T08:12:23.986Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/40c53350-20cb-4e4c-938b-e1238de73f33/model-vers/model-ver/fed78189-69b5-4fba-923b-4c4a0811539a?depth=0|INFO|500||Invoke
2021-08-25T08:12:23.987Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/40c53350-20cb-4e4c-938b-e1238de73f33/model-vers/model-ver/fed78189-69b5-4fba-923b-4c4a0811539a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/40c53350-20cb-4e4c-938b-e1238de73f33/model-vers/model-ver/fed78189-69b5-4fba-923b-4c4a0811539a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a3324e6-69ab-4bbe-ad52-a7d0522fefd9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[49603054-7fb7-40a4-b50a-f6367115df48], X-ECOMP-RequestID=[7a3324e6-69ab-4bbe-ad52-a7d0522fefd9], X-TransactionId=[], X-ONAP-RequestID=[7a3324e6-69ab-4bbe-ad52-a7d0522fefd9], Content-Type=[application/merge-patch+json]}
2021-08-25T08:12:24.027Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/40c53350-20cb-4e4c-938b-e1238de73f33/model-vers/model-ver/fed78189-69b5-4fba-923b-4c4a0811539a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-25T08:12:24.453Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/40c53350-20cb-4e4c-938b-e1238de73f33/model-vers/model-ver/fed78189-69b5-4fba-923b-4c4a0811539a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/40c53350-20cb-4e4c-938b-e1238de73f33/model-vers/model-ver/fed78189-69b5-4fba-923b-4c4a0811539a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210825-08:12:24:038-81680], vertex-id=[381152], Content-Length=[0], Date=[Wed, 25 Aug 2021 08:12:24 GMT], Content-Type=[application/json]}
2021-08-25T08:12:24.453Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/40c53350-20cb-4e4c-938b-e1238de73f33/model-vers/model-ver/fed78189-69b5-4fba-923b-4c4a0811539a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-25T08:12:24.454Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/40c53350-20cb-4e4c-938b-e1238de73f33/model-vers/model-ver/fed78189-69b5-4fba-923b-4c4a0811539a?depth=0|INFO|500||InvokeReturn
2021-08-25T08:12:24.455Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-25T08:12:24.455Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T08:12:24.460Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-25T08:12:24.461Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a3324e6-69ab-4bbe-ad52-a7d0522fefd9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-25T08:12:24.461Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-25T08:12:24.462Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:24.464Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:24.464Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879144461,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-25T08:12:24.564Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:12:24.565Z||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-08-25T08:12:24.565Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:24.583Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:24.584Z||pool-55-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-25T08:12:25.478Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:12:25.479Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|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-08-25T08:12:25.479Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:12:28.898Z||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-08-25T08:12:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:29.525Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:29.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:12:29.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a3324e6-69ab-4bbe-ad52-a7d0522fefd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879144461,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-25T08:12:29.527Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:12:29.830Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:29.830Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-25T08:12:29.830Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"36ef57a5-69c6-4de5-87fd-f729a2b80b3a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e79493f1-6253-4ed7-a27d-f1749e8d1609","serviceDescription":"service","serviceInvariantUUID":"24451276-5e2d-4e42-bada-dbf5334cba0d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0752a67a-abe3-4c51-84cb-1ebd191d80ee","resourceInvariantUUID":"5748d010-3984-4134-b45b-0c4e6859767b","resourceCustomizationUUID":"33b8a459-0c06-442d-8823-5f9a33cf312b","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":"YjY4MWI2MzVlNGI3N2M1MDg4NjJhOWJjYTE0MDI1Njk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16cd4b01-f503-412c-82b4-5d9da5d94c8b","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":"e01c4e78-9f0a-4e8f-a9f2-2b20f115f843","artifactVersion":"2","generatedFromUUID":"ae681300-7645-45f6-bb42-2a01b980a7c1"},{"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":"ae681300-7645-45f6-bb42-2a01b980a7c1","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":"MGJiZWI4MjZkN2E2Y2ExODY3ZDdmZTgyNTBjNjY5YzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"65508a67-940c-4cb3-becd-18ab00efb18d","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":"b3a14d38-379c-4ccb-a5a5-20f2f561d504","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":"8ef21204-fb67-4587-9d50-2e7b7a761d53","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":"2d732c35-6728-43ce-af7b-045e424f9c95","artifactVersion":"2","generatedFromUUID":"b3a14d38-379c-4ccb-a5a5-20f2f561d504"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTEyYzNkMzcwNDk2ZTA3OTZmNDIxZjlhYWY5NzQwNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8b3932c1-ed1e-445e-9656-08703fb1b22a","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzA1Y2NkMTNiN2U2OTcxOWY2NDY3NTIzZmQ5MzQ1OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1952a716-6237-4699-925e-f0a47056c98d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-25T08:12:29.833Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:12:29.833Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:29.835Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:29.835Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879145478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:12:29.935Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:12:29.936Z||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-08-25T08:12:29.936Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:29.948Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:29.948Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:12:30.835Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:12:30.836Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:30.839Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:30.839Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879145478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-25T08:12:30.939Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:12:30.940Z||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-08-25T08:12:30.940Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:30.950Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:30.950Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:12:31.840Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:12:31.841Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:31.843Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:31.844Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879145478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-25T08:12:31.944Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:12:31.944Z||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-08-25T08:12:31.945Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:31.956Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:31.956Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:12:32.844Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:12:32.845Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:32.847Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:32.848Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879145478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-25T08:12:32.948Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:12:32.949Z||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-08-25T08:12:32.949Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:32.959Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:32.959Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:12:33.848Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:12:33.849Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:33.850Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:33.851Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879145478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-25T08:12:33.951Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:12:33.952Z||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-08-25T08:12:33.952Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:33.964Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:33.964Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:12:34.851Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:12:34.852Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:34.854Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:34.854Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879145478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:12:34.954Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:12:34.956Z||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-08-25T08:12:34.957Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:34.969Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:34.971Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:12:35.855Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:12:35.856Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:35.858Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:35.858Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879145478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-25T08:12:35.958Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:12:35.959Z||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-08-25T08:12:35.959Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:35.971Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:35.972Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-25T08:12:36.859Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:12:36.860Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:36.862Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:36.862Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879145478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:12:36.962Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:12:36.963Z||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-08-25T08:12:36.963Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:36.976Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:36.976Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:12:37.863Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:12:37.863Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:37.866Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:37.866Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879145478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:12:37.966Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-25T08:12:37.967Z||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-08-25T08:12:37.967Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:37.978Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:37.978Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:12:38.867Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "e79493f1-6253-4ed7-a27d-f1749e8d1609",
  "serviceDescription": "service",
  "serviceInvariantUUID": "24451276-5e2d-4e42-bada-dbf5334cba0d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "33b8a459-0c06-442d-8823-5f9a33cf312b",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0752a67a-abe3-4c51-84cb-1ebd191d80ee",
      "resourceInvariantUUID": "5748d010-3984-4134-b45b-0c4e6859767b",
      "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": "e01c4e78-9f0a-4e8f-a9f2-2b20f115f843",
          "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": "ae681300-7645-45f6-bb42-2a01b980a7c1",
          "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": "MGJiZWI4MjZkN2E2Y2ExODY3ZDdmZTgyNTBjNjY5YzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "65508a67-940c-4cb3-becd-18ab00efb18d",
          "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": "b3a14d38-379c-4ccb-a5a5-20f2f561d504",
          "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": "2d732c35-6728-43ce-af7b-045e424f9c95",
            "generatedFromUUID": "b3a14d38-379c-4ccb-a5a5-20f2f561d504"
          },
          "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": "2d732c35-6728-43ce-af7b-045e424f9c95",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NzA1Y2NkMTNiN2U2OTcxOWY2NDY3NTIzZmQ5MzQ1OWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1952a716-6237-4699-925e-f0a47056c98d"
    }
  ],
  "workloadContext": "Production"
}
2021-08-25T08:12:38.868Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-25T08:12:38.869Z|7a3324e6-69ab-4bbe-ad52-a7d0522fefd9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e79493f1-6253-4ed7-a27d-f1749e8d1609 ASDC
2021-08-25T08:12:38.870Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:36ef57a5-69c6-4de5-87fd-f729a2b80b3a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:e79493f1-6253-4ed7-a27d-f1749e8d1609
ServiceInvariantUUID:24451276-5e2d-4e42-bada-dbf5334cba0d
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:1952a716-6237-4699-925e-f0a47056c98d
ArtifactChecksum:NzA1Y2NkMTNiN2U2OTcxOWY2NDY3NTIzZmQ5MzQ1OWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:33b8a459-0c06-442d-8823-5f9a33cf312b
ResourceInvariantUUID:5748d010-3984-4134-b45b-0c4e6859767b
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:0752a67a-abe3-4c51-84cb-1ebd191d80ee
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:e01c4e78-9f0a-4e8f-a9f2-2b20f115f843
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:ae681300-7645-45f6-bb42-2a01b980a7c1
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:65508a67-940c-4cb3-becd-18ab00efb18d
ArtifactChecksum:MGJiZWI4MjZkN2E2Y2ExODY3ZDdmZTgyNTBjNjY5YzU=
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:b3a14d38-379c-4ccb-a5a5-20f2f561d504
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:2d732c35-6728-43ce-af7b-045e424f9c95
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:2d732c35-6728-43ce-af7b-045e424f9c95
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-25T08:12:38.870Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e79493f1-6253-4ed7-a27d-f1749e8d1609 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-08-25T08:12:38.908Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-25T08:12:38.909Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-25T08:12:38.909Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-25T08:12:38.909Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1952a716-6237-4699-925e-f0a47056c98d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-25T08:12:38.909Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-25T08:12:38.910Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-25T08:12:40.465Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-25T08:12:40.480Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1952a716-6237-4699-925e-f0a47056c98d 68760
2021-08-25T08:12:40.481Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-08-25T08:12:40.481Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-25T08:12:40.481Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T08:12:40.482Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:40.484Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:40.484Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879160481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:12:40.585Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-25T08:12:40.586Z||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-08-25T08:12:40.586Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:40.595Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:40.596Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:12:41.485Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-25T08:12:41.486Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-25T08:12:41.487Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1952a716-6237-4699-925e-f0a47056c98d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-25T08:12:41.515Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-08-25T08:12:41.515Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-25T08:12:41.516Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-25T08:12:41.785Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11759423485992201354/Definitions/service-BasicCnf-template.yml
2021-08-25T08:12:42.867Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-25T08:12:42.868Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-25T08:12:42.868Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-25T08:12:42.868Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-08-25T08:12:42.868Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-25T08:12:42.868Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-25T08:12:42.869Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-25T08:12:42.869Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-25T08:12:42.869Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-25T08:12:42.869Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:42.869Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:12:42.870Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-25T08:12:42.870Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-25T08:12:42.870Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-25T08:12:42.870Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:42.870Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:12:42.871Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-25T08:12:42.871Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-25T08:12:42.871Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-25T08:12:42.871Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:42.871Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:12:42.872Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:42.872Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-25T08:12:42.872Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-08-25T08:12:42.872Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2021-08-25T08:12:42.873Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-25T08:12:42.873Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:42.873Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-25T08:12:42.873Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:42.873Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-25T08:12:42.874Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T08:12:42.874Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:42.874Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-25T08:12:42.874Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T08:12:42.875Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:42.875Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-25T08:12:42.875Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T08:12:42.875Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:42.875Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-25T08:12:42.875Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-25T08:12:42.876Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e533c128-28ab-498e-9833-38fbffb4aa5f
2021-08-25T08:12:42.876Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:42.876Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:12:42.876Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:42.876Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:12:42.877Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:42.877Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:12:42.877Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:42.877Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:12:42.877Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:e79493f1-6253-4ed7-a27d-f1749e8d1609
Model Version:NULL
Model InvariantUuid:24451276-5e2d-4e42-bada-dbf5334cba0d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:a81bd522-e839-4f9c-b103-797438ed2091
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5748d010-3984-4134-b45b-0c4e6859767b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:33b8a459-0c06-442d-8823-5f9a33cf312b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2562806c-2cb9-41d0-bcb4-7a44fc7a32fa
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:cc339264-5696-43f0-9590-b314b5de0ab6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e533c128-28ab-498e-9833-38fbffb4aa5f
ModelInvariantUuid:175e16c0-be91-44d8-bef5-2d23094a7d5e
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:a7a58a14-64ff-480e-b17c-5d3a9809054f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:282ea515-bd83-4edb-91fa-b0a3f9cee76a
ModelInvariantUuid:19c25e86-8679-4ce5-b16c-0bd6e26da842
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e228b44f-ed1c-476d-aeeb-220d0210bef4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-25T08:12:42.885Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 0752a67a-abe3-4c51-84cb-1ebd191d80ee
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T08:12:42.888Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||basic_cnf 0
2021-08-25T08:12:42.889Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0752a67a-abe3-4c51-84cb-1ebd191d80ee
2021-08-25T08:12:42.889Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e01c4e78-9f0a-4e8f-a9f2-2b20f115f843 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-25T08:12:42.889Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-25T08:12:42.889Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-25T08:12:44.255Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-25T08:12:44.256Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e01c4e78-9f0a-4e8f-a9f2-2b20f115f843 12
2021-08-25T08:12:44.256Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-08-25T08:12:44.256Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-25T08:12:44.256Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T08:12:44.257Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:44.261Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:44.261Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879164256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:12:44.365Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-25T08:12:44.369Z||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-08-25T08:12:44.370Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:44.386Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:44.391Z||pool-66-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:12:45.263Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ae681300-7645-45f6-bb42-2a01b980a7c1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-25T08:12:45.265Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-25T08:12:45.265Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-25T08:12:47.158Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-25T08:12:47.162Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ae681300-7645-45f6-bb42-2a01b980a7c1 2688
2021-08-25T08:12:47.164Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-08-25T08:12:47.164Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-25T08:12:47.164Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T08:12:47.164Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:47.171Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:47.171Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879167163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:12:47.271Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:12:47.273Z||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-08-25T08:12:47.273Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:47.284Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:47.285Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:12:48.173Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 65508a67-940c-4cb3-becd-18ab00efb18d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-25T08:12:48.173Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-25T08:12:48.174Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-25T08:12:49.397Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-25T08:12:49.397Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 65508a67-940c-4cb3-becd-18ab00efb18d 828
2021-08-25T08:12:49.397Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-08-25T08:12:49.397Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-25T08:12:49.397Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T08:12:49.398Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:49.400Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:49.400Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879169397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:12:49.500Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-25T08:12:49.501Z||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-08-25T08:12:49.501Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:49.511Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:49.512Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:12:50.400Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "2562806c-2cb9-41d0-bcb4-7a44fc7a32fa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cc339264-5696-43f0-9590-b314b5de0ab6",
    "vfModuleModelCustomizationUUID": "022f6b24-576b-4805-a3e7-d1b735291dd0",
    "isBase": true,
    "artifacts": [
      "ae681300-7645-45f6-bb42-2a01b980a7c1",
      "b3a14d38-379c-4ccb-a5a5-20f2f561d504",
      "2d732c35-6728-43ce-af7b-045e424f9c95"
    ],
    "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-08-25T08:12:50.409Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cc339264-5696-43f0-9590-b314b5de0ab6
VfModuleModelInvariantUUID:2562806c-2cb9-41d0-bcb4-7a44fc7a32fa
VfModuleModelDescription:NULL
Artifacts UUID List:{
ae681300-7645-45f6-bb42-2a01b980a7c1
,
b3a14d38-379c-4ccb-a5a5-20f2f561d504
,
2d732c35-6728-43ce-af7b-045e424f9c95

}
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-08-25T08:12:50.412Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "2562806c-2cb9-41d0-bcb4-7a44fc7a32fa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cc339264-5696-43f0-9590-b314b5de0ab6",
    "vfModuleModelCustomizationUUID": "022f6b24-576b-4805-a3e7-d1b735291dd0",
    "isBase": true,
    "artifacts": [
      "ae681300-7645-45f6-bb42-2a01b980a7c1",
      "b3a14d38-379c-4ccb-a5a5-20f2f561d504",
      "2d732c35-6728-43ce-af7b-045e424f9c95"
    ],
    "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-08-25T08:12:50.412Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cc339264-5696-43f0-9590-b314b5de0ab6
VfModuleModelInvariantUUID:2562806c-2cb9-41d0-bcb4-7a44fc7a32fa
VfModuleModelDescription:NULL
Artifacts UUID List:{
ae681300-7645-45f6-bb42-2a01b980a7c1
,
b3a14d38-379c-4ccb-a5a5-20f2f561d504
,
2d732c35-6728-43ce-af7b-045e424f9c95

}
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-08-25T08:12:50.412Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b3a14d38-379c-4ccb-a5a5-20f2f561d504 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-25T08:12:50.412Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-25T08:12:50.412Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-25T08:12:51.599Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-25T08:12:51.600Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b3a14d38-379c-4ccb-a5a5-20f2f561d504 1164
2021-08-25T08:12:51.600Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-08-25T08:12:51.601Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-25T08:12:51.601Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T08:12:51.601Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:51.604Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:51.604Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879171600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:12:51.704Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:12:51.705Z||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-08-25T08:12:51.705Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:51.717Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:51.718Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:12:52.604Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2d732c35-6728-43ce-af7b-045e424f9c95 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-25T08:12:52.605Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-25T08:12:52.606Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-25T08:12:53.488Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-25T08:12:53.488Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2d732c35-6728-43ce-af7b-045e424f9c95 200
2021-08-25T08:12:53.489Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-08-25T08:12:53.489Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-25T08:12:53.489Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T08:12:53.489Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:53.491Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:53.491Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879173489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:12:53.591Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:12:53.592Z||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-08-25T08:12:53.592Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:53.602Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:53.603Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:12:54.492Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e79493f1-6253-4ed7-a27d-f1749e8d1609
2021-08-25T08:12:54.493Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 0752a67a-abe3-4c51-84cb-1ebd191d80ee ASDC
2021-08-25T08:12:54.508Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T08:12:54.526Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:54.527Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:12:54.527Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-08-25T08:12:54.528Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 33b8a459-0c06-442d-8823-5f9a33cf312b
2021-08-25T08:12:54.528Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 33b8a459-0c06-442d-8823-5f9a33cf312b matches Tosca VF Customization UUID: 33b8a459-0c06-442d-8823-5f9a33cf312b
2021-08-25T08:12:54.528Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 33b8a459-0c06-442d-8823-5f9a33cf312b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-25T08:12:54.530Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:54.531Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:12:54.533Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 33b8a459-0c06-442d-8823-5f9a33cf312b: {\"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-08-25T08:12:54.533Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56c8cbe0
2021-08-25T08:12:54.533Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:54.534Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-25T08:12:54.534Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 022f6b24-576b-4805-a3e7-d1b735291dd0
2021-08-25T08:12:54.535Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 022f6b24-576b-4805-a3e7-d1b735291dd0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-25T08:12:54.538Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:54.539Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-25T08:12:54.539Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T08:12:54.540Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:54.540Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-25T08:12:54.541Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T08:12:54.541Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:54.541Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-25T08:12:54.542Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-25T08:12:54.542Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e533c128-28ab-498e-9833-38fbffb4aa5f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-25T08:12:54.545Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:54.545Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-25T08:12:54.545Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-25T08:12:54.546Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:54.546Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-25T08:12:54.547Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=33b8a459-0c06-442d-8823-5f9a33cf312b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T08:12:54.549Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:54.550Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:12:54.550Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e79493f1-6253-4ed7-a27d-f1749e8d1609: basic_cnf
2021-08-25T08:12:54.550Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:54.551Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:12:54.551Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:54.552Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:12:54.553Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:54.553Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:12:54.553Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:54.554Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:12:54.554Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:12:54.554Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:12:54.555Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-25T08:12:54.636Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 0752a67a-abe3-4c51-84cb-1ebd191d80ee 1 ASDC deployResourceStructure
2021-08-25T08:12:54.637Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-08-25T08:12:54.637Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-08-25T08:12:54.638Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-25T08:12:54.638Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:54.641Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:54.642Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879174636,
  "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-08-25T08:12:54.742Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:12:54.743Z||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-08-25T08:12:54.743Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:54.756Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:54.757Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:12:55.643Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-08-25T08:12:55.644Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-08-25T08:12:55.644Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-25T08:12:55.644Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:55.646Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:55.646Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879175643,
  "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-08-25T08:12:55.746Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:12:55.747Z||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-08-25T08:12:55.747Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:55.760Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:55.760Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:12:56.647Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-08-25T08:12:56.648Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-25T08:12:56.648Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-25T08:12:56.648Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:56.650Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:56.650Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879176647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-25T08:12:56.750Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:12:56.751Z||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-08-25T08:12:56.751Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:56.760Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:56.760Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:12:57.652Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-08-25T08:12:57.652Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-25T08:12:57.653Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-25T08:12:57.653Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:57.656Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:57.656Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879177652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-08-25T08:12:57.759Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-08-25T08:12:57.760Z||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-08-25T08:12:57.760Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:57.768Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:57.769Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:12:58.657Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-08-25T08:12:58.658Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-25T08:12:58.658Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-25T08:12:58.658Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:58.660Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:58.660Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879178657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-08-25T08:12:58.760Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:12:58.761Z||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-08-25T08:12:58.761Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:58.774Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:58.774Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-25T08:12:59.661Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-08-25T08:12:59.661Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-25T08:12:59.661Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-25T08:12:59.661Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:12:59.663Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:12:59.663Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879179661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:12:59.764Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:12:59.764Z||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-08-25T08:12:59.765Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:12:59.775Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:12:59.775Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:13:00.664Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36ef57a5-69c6-4de5-87fd-f729a2b80b3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T08:13:00.676Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36ef57a5-69c6-4de5-87fd-f729a2b80b3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-25T08:13:00.679Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-25T08:13:00.680Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-25T08:13:00.680Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-25T08:13:00.680Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-25T08:13:00.680Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:13:00.680Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:13:00.681Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:13:00.681Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:13:00.681Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:13:00.681Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:13:00.681Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-25T08:13:00.687Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-25T08:13:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:13:28.899Z||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-08-25T08:13:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:13:29.522Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:13:29.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879145478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:13:29.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:13:29.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879145478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-25T08:13:29.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:13:29.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879145478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-25T08:13:29.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:13:29.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879145478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-25T08:13:29.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:13:29.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879145478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-25T08:13:29.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:13:29.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879145478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:13:29.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:13:29.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879145478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-25T08:13:29.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:13:29.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879145478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:13:29.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:13:29.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879145478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:13:29.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:13:29.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879160481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:13:29.526Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:13:29.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879164256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:13:29.527Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:13:29.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879167163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:13:29.527Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:13:29.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879169397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:13:29.527Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:13:29.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879171600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:13:29.528Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:13:29.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879173489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:13:29.528Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:13:29.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879174636,
  "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-08-25T08:13:29.528Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:13:29.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879175643,
  "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-08-25T08:13:29.529Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:13:29.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879176647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-25T08:13:29.529Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:13:29.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879177652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-08-25T08:13:29.529Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:13:29.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879178657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-08-25T08:13:29.529Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:13:29.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-25T08:13:29.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879179661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:13:29.530Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:13:30.687Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 36ef57a5-69c6-4de5-87fd-f729a2b80b3a 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-08-25T08:13:30.694Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 36ef57a5-69c6-4de5-87fd-f729a2b80b3a and serviceModelVersionId: e79493f1-6253-4ed7-a27d-f1749e8d1609
2021-08-25T08:13:30.694Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24451276-5e2d-4e42-bada-dbf5334cba0d
2021-08-25T08:13:30.696Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24451276-5e2d-4e42-bada-dbf5334cba0d/model-vers/model-ver/e79493f1-6253-4ed7-a27d-f1749e8d1609?depth=0
2021-08-25T08:13:30.703Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-25T08:13:30.775Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24451276-5e2d-4e42-bada-dbf5334cba0d/model-vers/model-ver/e79493f1-6253-4ed7-a27d-f1749e8d1609?depth=0|INFO|500||Invoke
2021-08-25T08:13:30.775Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24451276-5e2d-4e42-bada-dbf5334cba0d/model-vers/model-ver/e79493f1-6253-4ed7-a27d-f1749e8d1609?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24451276-5e2d-4e42-bada-dbf5334cba0d/model-vers/model-ver/e79493f1-6253-4ed7-a27d-f1749e8d1609?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[36ef57a5-69c6-4de5-87fd-f729a2b80b3a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[60166ddc-f97f-45de-82f1-a17fc6b5c83c], X-ECOMP-RequestID=[36ef57a5-69c6-4de5-87fd-f729a2b80b3a], X-TransactionId=[], X-ONAP-RequestID=[36ef57a5-69c6-4de5-87fd-f729a2b80b3a], Content-Type=[application/merge-patch+json]}
2021-08-25T08:13:30.815Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24451276-5e2d-4e42-bada-dbf5334cba0d/model-vers/model-ver/e79493f1-6253-4ed7-a27d-f1749e8d1609?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-25T08:13:31.231Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24451276-5e2d-4e42-bada-dbf5334cba0d/model-vers/model-ver/e79493f1-6253-4ed7-a27d-f1749e8d1609?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24451276-5e2d-4e42-bada-dbf5334cba0d/model-vers/model-ver/e79493f1-6253-4ed7-a27d-f1749e8d1609?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210825-08:13:30:824-23127], vertex-id=[217256], Content-Length=[0], Date=[Wed, 25 Aug 2021 08:13:30 GMT], Content-Type=[application/json]}
2021-08-25T08:13:31.231Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24451276-5e2d-4e42-bada-dbf5334cba0d/model-vers/model-ver/e79493f1-6253-4ed7-a27d-f1749e8d1609?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-25T08:13:31.231Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/24451276-5e2d-4e42-bada-dbf5334cba0d/model-vers/model-ver/e79493f1-6253-4ed7-a27d-f1749e8d1609?depth=0|INFO|500||InvokeReturn
2021-08-25T08:13:31.255Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-25T08:13:31.261Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T08:13:31.266Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-25T08:13:31.271Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 36ef57a5-69c6-4de5-87fd-f729a2b80b3a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-25T08:13:31.271Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-25T08:13:31.271Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:13:31.274Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:13:31.274Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879211271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-25T08:13:31.374Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:13:31.375Z||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-08-25T08:13:31.375Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:13:31.405Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:13:31.406Z||pool-77-thread-1|||||INFO|500||cambria reply ok (32 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-08-25T08:13:32.292Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:13:32.292Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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-08-25T08:13:32.292Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:13:41.836Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:13:41.837Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:13:41.837Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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-08-25T08:13:41.837Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:13:51.392Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:13:51.393Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:13:51.393Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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-08-25T08:13:51.393Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:14:01.007Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:14:01.011Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:14:01.013Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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-08-25T08:14:01.013Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:14:10.570Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:14:28.895Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:14:28.895Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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-08-25T08:14:28.896Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:14:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:14:28.899Z||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-08-25T08:14:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:14:29.525Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:14:29.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-25T08:14:29.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36ef57a5-69c6-4de5-87fd-f729a2b80b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629879211271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-25T08:14:29.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:14:38.448Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:15:28.896Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:15:28.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:15:28.901Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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-08-25T08:15:28.901Z||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-08-25T08:15:28.901Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:15:28.901Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:15:38.448Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:15:38.456Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:16:28.896Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:16:28.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:16:28.898Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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-08-25T08:16:28.898Z||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-08-25T08:16:28.899Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:16:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:16:38.455Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:16:38.464Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:17:28.895Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:17:28.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:17:28.899Z||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-08-25T08:17:28.899Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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-08-25T08:17:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:17:28.900Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:17:38.454Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:17:38.455Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:18:28.896Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:18:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:18:28.900Z||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-08-25T08:18:28.900Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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-08-25T08:18:28.901Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:18:28.901Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:18:38.453Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:18:38.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:19:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:19:28.901Z||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-08-25T08:19:28.901Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:19:28.896Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:19:28.904Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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-08-25T08:19:28.904Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:19:38.481Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:19:38.482Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:20:28.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:20:28.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:20:28.899Z||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-08-25T08:20:28.899Z||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-08-25T08:20:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:20:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:20:38.467Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:20:38.467Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:21:28.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:21:28.898Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:21:28.899Z||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-08-25T08:21:28.899Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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-08-25T08:21:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:21:28.900Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:21:38.457Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:21:38.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:22:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:22:28.897Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:22:28.902Z||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-08-25T08:22:28.902Z||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-08-25T08:22:28.903Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:22:28.903Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:22:38.476Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:22:38.483Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:23:28.895Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:23:28.896Z||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-08-25T08:23:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:23:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:23:28.898Z||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-08-25T08:23:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:23:38.455Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:23:38.460Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:24:28.895Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:24:28.898Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:24:28.898Z||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-08-25T08:24:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:24:28.898Z||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-08-25T08:24:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:24:38.473Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:24:38.484Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:25:28.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:25:28.898Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:25:28.901Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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-08-25T08:25:28.901Z||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-08-25T08:25:28.901Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:25:28.901Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:25:38.466Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:25:38.466Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:26:28.895Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:26:28.898Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:26:28.899Z||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-08-25T08:26:28.899Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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-08-25T08:26:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:26:28.899Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:26:38.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:26:38.468Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:27:28.895Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:27:28.897Z||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-08-25T08:27:28.897Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:27:28.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:27:28.898Z||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-08-25T08:27:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:27:29.037Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:27:29.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "cds",
  "timestamp": 1629880029166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "dcae-sch",
  "timestamp": 1629880030904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629880030653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "clamp",
  "timestamp": 1629880036407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "cds",
  "timestamp": 1629880029166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "dcae-sch",
  "timestamp": 1629880030904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629880030653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "clamp",
  "timestamp": 1629880036407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "cds",
  "timestamp": 1629880029166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "dcae-sch",
  "timestamp": 1629880030904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629880030653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "clamp",
  "timestamp": 1629880036407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "cds",
  "timestamp": 1629880029166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "dcae-sch",
  "timestamp": 1629880030904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629880030653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "clamp",
  "timestamp": 1629880036407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "cds",
  "timestamp": 1629880029166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "dcae-sch",
  "timestamp": 1629880030904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629880030653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "clamp",
  "timestamp": 1629880036407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "cds",
  "timestamp": 1629880029166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "dcae-sch",
  "timestamp": 1629880030904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629880030653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "clamp",
  "timestamp": 1629880036407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "cds",
  "timestamp": 1629880029166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "dcae-sch",
  "timestamp": 1629880030904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629880030653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "clamp",
  "timestamp": 1629880036407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "cds",
  "timestamp": 1629880029166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:27:29.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "dcae-sch",
  "timestamp": 1629880030904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629880030653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:27:29.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "clamp",
  "timestamp": 1629880036407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:27:29.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "policy-id",
  "timestamp": 1629880044851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "policy-id",
  "timestamp": 1629880044851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629880046145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "cds",
  "timestamp": 1629880047476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:27:29.056Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:27:29.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "policy-id",
  "timestamp": 1629880044851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629880046145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "cds",
  "timestamp": 1629880048487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-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-08-25T08:27:29.081Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 52bf3be3-82c7-4dc1-a100-806f188451af
2021-08-25T08:27:29.082Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52bf3be3-82c7-4dc1-a100-806f188451af 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-08-25T08:27:29.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "policy-id",
  "timestamp": 1629880044851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.094Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:27:29.529Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:27:29.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-25T08:27:29.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"52bf3be3-82c7-4dc1-a100-806f188451af","serviceName":"Demo_pNF_JTv4N8nLRmpzbu5EbckJ","serviceVersion":"1.0","serviceUUID":"27e70fdf-26eb-4a55-a316-6f132b6518a2","serviceDescription":"catalog service description","serviceInvariantUUID":"af4ff7c7-8ed4-4a46-bd72-0481846ccdb3","resources":[{"resourceInstanceName":"pNF 74671fb4-b35b 0","resourceName":"pNF 74671fb4-b35b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0fa22765-c755-4e40-ba7d-1107215f85f9","resourceInvariantUUID":"fa381d9a-576f-45f1-b62c-76096ae66808","resourceCustomizationUUID":"1b6735cd-1a26-4414-86bc-7563a5d68019","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vf-license-model.xml","artifactChecksum":"Y2IwZjZkNmIwYTJkODFlZTNkZDllYmI1MGZhYzgzZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"93432625-a92c-4cfe-804c-9a92ef47dec1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/pNF.csar","artifactChecksum":"ZjIzZjFiMDcwNGQ3M2Q5YTUyOGE0NTU3ZTkzNWVhODM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69cdd956-c998-4189-a961-03d741d28621","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e77162ea-b709-4701-a5e7-6f462d80d21a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vendor-license-model.xml","artifactChecksum":"M2NkMzM1ZWFkNDA0MTlkNTcxZmE4ZTM2Zjk2MGRlN2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"527f0d93-720a-4353-8d39-4aef8613e01a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"65db7254-08f9-4a9d-8b5f-3ddcc9edb934","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"daf74d89-2924-4c1c-a304-e1efb2b904f9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJtv4n8nlrmpzbu5ebckj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-template.yml","artifactChecksum":"NTZlZTA4M2U1ODViNjUyZmRmZmExY2M1NmMzNzMxNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c634f0c-78db-4cc5-959f-969eb75988f7","artifactVersion":"1"},{"artifactName":"service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar","artifactChecksum":"ZjNmMGIyYTFiMzNmZjc3Y2YwODk0ZTI3ODJmMGNmZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f6181d30-4050-4d44-ac69-e01ec10b433b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-25T08:27:29.532Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:27:29.533Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:27:29.537Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:27:29.537Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880048895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:29.637Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:27:29.638Z||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-08-25T08:27:29.638Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:27:29.648Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:27:29.649Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:27:30.538Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:27:30.538Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:27:30.540Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:27:30.540Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880048895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:30.640Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:27:30.641Z||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-08-25T08:27:30.641Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:27:30.662Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:27:30.662Z||pool-79-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:27:31.541Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:27:31.541Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:27:31.544Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:27:31.544Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880048895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:31.644Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:27:31.645Z||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-08-25T08:27:31.645Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:27:31.659Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:27:31.660Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:27:32.545Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:27:32.546Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:27:32.547Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:27:32.548Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880048895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:32.648Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:27:32.649Z||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-08-25T08:27:32.649Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:27:32.660Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:27:32.660Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:27:33.548Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:27:33.549Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:27:33.551Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:27:33.552Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880048895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:33.652Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:27:33.653Z||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-08-25T08:27:33.653Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:27:33.666Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:27:33.666Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:27:34.552Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:27:34.553Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:27:34.555Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:27:34.556Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880048895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:34.656Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:27:34.658Z||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-08-25T08:27:34.658Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:27:34.670Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:27:34.670Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:27:35.557Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:27:35.558Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:27:35.562Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:27:35.562Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880048895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:27:35.662Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-25T08:27:35.663Z||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-08-25T08:27:35.663Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:27:35.674Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:27:35.674Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:27:36.570Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-25T08:27:36.572Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:27:36.575Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:27:36.575Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880048895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:27:36.676Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-25T08:27:36.677Z||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-08-25T08:27:36.677Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:27:36.701Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:27:36.701Z||pool-85-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":8,"count":1}
2021-08-25T08:27:37.578Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "serviceName": "Demo_pNF_JTv4N8nLRmpzbu5EbckJ",
  "serviceVersion": "1.0",
  "serviceUUID": "27e70fdf-26eb-4a55-a316-6f132b6518a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "af4ff7c7-8ed4-4a46-bd72-0481846ccdb3",
  "resources": [
    {
      "resourceInstanceName": "pNF 74671fb4-b35b 0",
      "resourceCustomizationUUID": "1b6735cd-1a26-4414-86bc-7563a5d68019",
      "resourceName": "pNF 74671fb4-b35b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0fa22765-c755-4e40-ba7d-1107215f85f9",
      "resourceInvariantUUID": "fa381d9a-576f-45f1-b62c-76096ae66808",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
      "artifactChecksum": "ZjNmMGIyYTFiMzNmZjc3Y2YwODk0ZTI3ODJmMGNmZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f6181d30-4050-4d44-ac69-e01ec10b433b"
    }
  ],
  "workloadContext": "Production"
}
2021-08-25T08:27:37.584Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-25T08:27:37.584Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27e70fdf-26eb-4a55-a316-6f132b6518a2 ASDC
2021-08-25T08:27:37.586Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:52bf3be3-82c7-4dc1-a100-806f188451af
ServiceName:Demo_pNF_JTv4N8nLRmpzbu5EbckJ
ServiceVersion:1.0
ServiceUUID:27e70fdf-26eb-4a55-a316-6f132b6518a2
ServiceInvariantUUID:af4ff7c7-8ed4-4a46-bd72-0481846ccdb3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar
ArtifactUUID:f6181d30-4050-4d44-ac69-e01ec10b433b
ArtifactChecksum:ZjNmMGIyYTFiMzNmZjc3Y2YwODk0ZTI3ODJmMGNmZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 74671fb4-b35b 0
ResourceCustomizationUUID:1b6735cd-1a26-4414-86bc-7563a5d68019
ResourceInvariantUUID:fa381d9a-576f-45f1-b62c-76096ae66808
ResourceName:pNF 74671fb4-b35b
ResourceType:PNF
ResourceUUID:0fa22765-c755-4e40-ba7d-1107215f85f9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-08-25T08:27:37.587Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27e70fdf-26eb-4a55-a316-6f132b6518a2 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-08-25T08:27:37.624Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-25T08:27:37.627Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-25T08:27:37.627Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-25T08:27:37.628Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f6181d30-4050-4d44-ac69-e01ec10b433b from URL: /sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar
2021-08-25T08:27:37.629Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-25T08:27:37.629Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar
2021-08-25T08:27:38.331Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-25T08:27:38.337Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar f6181d30-4050-4d44-ac69-e01ec10b433b 82540
2021-08-25T08:27:38.338Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar ASDC sendASDCNotification
2021-08-25T08:27:38.338Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar
2021-08-25T08:27:38.339Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-25T08:27:38.339Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:27:38.352Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:27:38.352Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880058338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:27:38.447Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-08-25T08:27:38.448Z||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-08-25T08:27:38.448Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:27:38.472Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:27:38.472Z||pool-86-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:27:39.353Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-25T08:27:39.354Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-25T08:27:39.355Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f6181d30-4050-4d44-ac69-e01ec10b433b, URL: /sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar to file: /app/ASDC/1/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar
2021-08-25T08:27:39.355Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar
2021-08-25T08:27:39.356Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar
2021-08-25T08:27:39.356Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar
2021-08-25T08:27:39.562Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16324731161783124978/Definitions/service-DemoPnfJtv4n8nlrmpzbu5ebckj-template.yml
2021-08-25T08:27:40.353Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-25T08:27:40.354Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-25T08:27:40.354Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar
2021-08-25T08:27:40.354Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-25T08:27:40.354Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 74671fb4-b35b 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-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar
2021-08-25T08:27:40.354Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar
2021-08-25T08:27:40.355Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar
2021-08-25T08:27:40.355Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar
2021-08-25T08:27:40.355Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar
2021-08-25T08:27:40.355Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar
2021-08-25T08:27:40.355Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar
2021-08-25T08:27:40.355Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-25T08:27:40.356Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:27:40.356Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_JTv4N8nLRmpzbu5EbckJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:27:40.356Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Node template pNF 74671fb4-b35b 0 is matching search criteria
2021-08-25T08:27:40.356Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-25T08:27:40.356Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 74671fb4-b35b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-25T08:27:40.357Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:27:40.357Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_JTv4N8nLRmpzbu5EbckJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:27:40.357Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Node template pNF 74671fb4-b35b 0 is matching search criteria
2021-08-25T08:27:40.357Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-25T08:27:40.358Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 74671fb4-b35b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-25T08:27:40.358Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:27:40.358Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_JTv4N8nLRmpzbu5EbckJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:27:40.358Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:27:40.358Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_JTv4N8nLRmpzbu5EbckJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:27:40.359Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:27:40.359Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_JTv4N8nLRmpzbu5EbckJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:27:40.359Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:27:40.359Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_JTv4N8nLRmpzbu5EbckJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:27:40.359Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:27:40.360Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_JTv4N8nLRmpzbu5EbckJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:27:40.360Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JTv4N8nLRmpzbu5EbckJ
Description:catalog service description
Model UUID:27e70fdf-26eb-4a55-a316-6f132b6518a2
Model Version:NULL
Model InvariantUuid:af4ff7c7-8ed4-4a46-bd72-0481846ccdb3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-25T08:27:40.366Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0fa22765-c755-4e40-ba7d-1107215f85f9
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T08:27:40.372Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||pNF 74671fb4-b35b 0
2021-08-25T08:27:40.373Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0fa22765-c755-4e40-ba7d-1107215f85f9
2021-08-25T08:27:40.373Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 27e70fdf-26eb-4a55-a316-6f132b6518a2
2021-08-25T08:27:40.373Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 27e70fdf-26eb-4a55-a316-6f132b6518a2
2021-08-25T08:27:40.373Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 74671fb4-b35b 0 0fa22765-c755-4e40-ba7d-1107215f85f9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T08:27:40.379Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:27:40.380Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_JTv4N8nLRmpzbu5EbckJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:27:40.380Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 27e70fdf-26eb-4a55-a316-6f132b6518a2: pNF 74671fb4-b35b
2021-08-25T08:27:40.380Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||Processing PNF resource: 0fa22765-c755-4e40-ba7d-1107215f85f9
2021-08-25T08:27:40.381Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-25T08:27:40.381Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_JTv4N8nLRmpzbu5EbckJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-25T08:27:40.381Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||Resource customization UUID: 1b6735cd-1a26-4414-86bc-7563a5d68019 is the same as notified resource customizationUUID: 1b6735cd-1a26-4414-86bc-7563a5d68019
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-25T08:27:40.426Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 74671fb4-b35b 0fa22765-c755-4e40-ba7d-1107215f85f9 0 ASDC deployResourceStructure
2021-08-25T08:27:40.427Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar ASDC sendASDCNotification
2021-08-25T08:27:40.427Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar
2021-08-25T08:27:40.427Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-25T08:27:40.428Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:27:40.430Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:27:40.430Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880060427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:27:40.530Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-25T08:27:40.531Z||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-08-25T08:27:40.531Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:27:40.541Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:27:40.542Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-25T08:27:41.431Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52bf3be3-82c7-4dc1-a100-806f188451af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T08:27:41.442Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52bf3be3-82c7-4dc1-a100-806f188451af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-25T08:27:41.448Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-25T08:27:41.449Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-25T08:27:41.449Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-25T08:28:11.449Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52bf3be3-82c7-4dc1-a100-806f188451af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T08:28:11.472Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52bf3be3-82c7-4dc1-a100-806f188451af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-25T08:28:11.474Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-25T08:28:11.474Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-25T08:28:11.474Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-25T08:28:28.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:28:28.899Z||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-08-25T08:28:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:28:28.937Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:28:28.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:28:28.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629880046145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:28:28.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:28:41.476Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52bf3be3-82c7-4dc1-a100-806f188451af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T08:28:41.500Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52bf3be3-82c7-4dc1-a100-806f188451af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-25T08:28:41.502Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-25T08:28:41.502Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-25T08:28:41.502Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-25T08:29:11.503Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52bf3be3-82c7-4dc1-a100-806f188451af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T08:29:11.516Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52bf3be3-82c7-4dc1-a100-806f188451af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-25T08:29:11.518Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-25T08:29:11.518Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-25T08:29:11.518Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-25T08:29:28.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:29:28.900Z||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-08-25T08:29:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:29:29.425Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:29:29.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880048895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "policy-id",
  "timestamp": 1629880044851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629880046145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629880049438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880048895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "policy-id",
  "timestamp": 1629880044851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629880046145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629880049438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "aai-ml",
  "timestamp": 1629880050667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880048895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "policy-id",
  "timestamp": 1629880044851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629880046145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-08-25T08:29:29.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629880049438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "aai-ml",
  "timestamp": 1629880050667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880048895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "policy-id",
  "timestamp": 1629880044851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:29:29.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "clamp",
  "timestamp": 1629880052775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:29:29.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:29:29.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629880046145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629880049438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "aai-ml",
  "timestamp": 1629880050667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880048895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629880046145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629880049438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "aai-ml",
  "timestamp": 1629880050667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880048895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "policy-id",
  "timestamp": 1629880054812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:29:29.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:29:29.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629880049438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "aai-ml",
  "timestamp": 1629880050667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880048895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "clamp",
  "timestamp": 1629880055774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:29:29.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:29:29.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629880055832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:29:29.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:29:29.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "policy-id",
  "timestamp": 1629880055820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:29:29.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:29:29.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629880049438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "aai-ml",
  "timestamp": 1629880050667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880048895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:29:29.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "clamp",
  "timestamp": 1629880056794,
  "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-08-25T08:29:29.444Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 52bf3be3-82c7-4dc1-a100-806f188451af
2021-08-25T08:29:29.444Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52bf3be3-82c7-4dc1-a100-806f188451af 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-08-25T08:29:29.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "policy-id",
  "timestamp": 1629880056823,
  "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-08-25T08:29:29.459Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 52bf3be3-82c7-4dc1-a100-806f188451af
2021-08-25T08:29:29.459Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52bf3be3-82c7-4dc1-a100-806f188451af 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-08-25T08:29:29.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629880057013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/resourceInstances/pnf74671fb4b35b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-08-25T08:29:29.470Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:29:29.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629880049438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:29:29.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "aai-ml",
  "timestamp": 1629880050667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-25T08:29:29.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629880058021,
  "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-08-25T08:29:29.476Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 52bf3be3-82c7-4dc1-a100-806f188451af
2021-08-25T08:29:29.476Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52bf3be3-82c7-4dc1-a100-806f188451af 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-08-25T08:29:29.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "aai-ml",
  "timestamp": 1629880050667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "NOTIFIED"
}
2021-08-25T08:29:29.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-25T08:29:29.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880058338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:29:29.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:29:29.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629880059379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:29:29.486Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:29:29.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880060427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:29:29.486Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:29:29.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629880061420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:29:29.487Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:29:29.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "aai-ml",
  "timestamp": 1629880061663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-25T08:29:29.487Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:29:29.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629880062439,
  "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-08-25T08:29:29.492Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 52bf3be3-82c7-4dc1-a100-806f188451af
2021-08-25T08:29:29.493Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52bf3be3-82c7-4dc1-a100-806f188451af 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-08-25T08:29:29.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "aai-ml",
  "timestamp": 1629880068187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtv4n8nlrmpzbu5ebckj/1.0/artifacts/service-DemoPnfJtv4n8nlrmpzbu5ebckj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-25T08:29:29.502Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:29:29.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-25T08:29:29.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "aai-ml",
  "timestamp": 1629880069190,
  "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-08-25T08:29:29.507Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 52bf3be3-82c7-4dc1-a100-806f188451af
2021-08-25T08:29:29.507Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52bf3be3-82c7-4dc1-a100-806f188451af 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-08-25T08:29:41.518Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52bf3be3-82c7-4dc1-a100-806f188451af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T08:29:41.529Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52bf3be3-82c7-4dc1-a100-806f188451af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-25T08:29:41.533Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-25T08:29:41.533Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-25T08:29:41.533Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-25T08:29:41.533Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-25T08:29:41.533Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:29:41.533Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:29:41.533Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:29:41.533Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:29:41.534Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:29:41.534Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:29:41.534Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-25T08:29:41.534Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:29:41.539Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-25T08:30:11.540Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52bf3be3-82c7-4dc1-a100-806f188451af 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-08-25T08:30:11.556Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52bf3be3-82c7-4dc1-a100-806f188451af and serviceModelVersionId: 27e70fdf-26eb-4a55-a316-6f132b6518a2
2021-08-25T08:30:11.556Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : af4ff7c7-8ed4-4a46-bd72-0481846ccdb3
2021-08-25T08:30:11.558Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/af4ff7c7-8ed4-4a46-bd72-0481846ccdb3/model-vers/model-ver/27e70fdf-26eb-4a55-a316-6f132b6518a2?depth=0
2021-08-25T08:30:11.568Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-08-25T08:30:11.632Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af4ff7c7-8ed4-4a46-bd72-0481846ccdb3/model-vers/model-ver/27e70fdf-26eb-4a55-a316-6f132b6518a2?depth=0|INFO|500||Invoke
2021-08-25T08:30:11.632Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af4ff7c7-8ed4-4a46-bd72-0481846ccdb3/model-vers/model-ver/27e70fdf-26eb-4a55-a316-6f132b6518a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af4ff7c7-8ed4-4a46-bd72-0481846ccdb3/model-vers/model-ver/27e70fdf-26eb-4a55-a316-6f132b6518a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[52bf3be3-82c7-4dc1-a100-806f188451af], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[07269a4d-1e05-4ada-a491-60f71fdec047], X-ECOMP-RequestID=[52bf3be3-82c7-4dc1-a100-806f188451af], X-TransactionId=[], X-ONAP-RequestID=[52bf3be3-82c7-4dc1-a100-806f188451af], Content-Type=[application/merge-patch+json]}
2021-08-25T08:30:11.676Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af4ff7c7-8ed4-4a46-bd72-0481846ccdb3/model-vers/model-ver/27e70fdf-26eb-4a55-a316-6f132b6518a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-25T08:30:12.087Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af4ff7c7-8ed4-4a46-bd72-0481846ccdb3/model-vers/model-ver/27e70fdf-26eb-4a55-a316-6f132b6518a2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af4ff7c7-8ed4-4a46-bd72-0481846ccdb3/model-vers/model-ver/27e70fdf-26eb-4a55-a316-6f132b6518a2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210825-08:30:11:689-51630], vertex-id=[266448], Content-Length=[0], Date=[Wed, 25 Aug 2021 08:30:11 GMT], Content-Type=[application/json]}
2021-08-25T08:30:12.088Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af4ff7c7-8ed4-4a46-bd72-0481846ccdb3/model-vers/model-ver/27e70fdf-26eb-4a55-a316-6f132b6518a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-25T08:30:12.089Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af4ff7c7-8ed4-4a46-bd72-0481846ccdb3/model-vers/model-ver/27e70fdf-26eb-4a55-a316-6f132b6518a2?depth=0|INFO|500||InvokeReturn
2021-08-25T08:30:12.089Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-25T08:30:12.090Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-25T08:30:12.097Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:30:12.099Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52bf3be3-82c7-4dc1-a100-806f188451af and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-25T08:30:12.099Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-25T08:30:12.100Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-25T08:30:12.104Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-25T08:30:12.104Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880212099,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-25T08:30:12.205Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-25T08:30:12.207Z||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-08-25T08:30:12.207Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BSTH2x3fkRGPyx5j) ...
2021-08-25T08:30:12.226Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:30:12.227Z||pool-88-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-25T08:30:13.123Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:30:13.124Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:30:13.125Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:30:23.396Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:30:23.396Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:30:23.397Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:30:23.397Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:30:28.898Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:30:28.898Z||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-08-25T08:30:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:30:29.528Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:30:29.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-25T08:30:29.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52bf3be3-82c7-4dc1-a100-806f188451af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629880212099,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-25T08:30:29.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-25T08:30:32.956Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:30:32.957Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:30:32.957Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:30:32.957Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:30:42.506Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:31:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:31:28.898Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:31:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:31:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:31:28.898Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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-08-25T08:31:28.898Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:31:38.461Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:31:38.462Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:32:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:32:28.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:32:28.899Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:32:28.899Z||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-08-25T08:32:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:32:28.899Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:32:38.453Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:32:38.454Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:33:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:33:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:33:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:33:28.903Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:33:28.903Z||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-08-25T08:33:28.903Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:33:38.460Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:33:38.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:34:28.895Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:34:28.898Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:34:28.900Z||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-08-25T08:34:28.900Z||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-08-25T08:34:28.901Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:34:28.901Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:34:38.483Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:34:38.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:35:28.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:35:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:35:28.906Z||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-08-25T08:35:28.906Z||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-08-25T08:35:28.907Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:35:28.907Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:35:38.472Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:35:38.480Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:36:28.895Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:36:28.896Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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-08-25T08:36:28.896Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:36:28.898Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:36:28.898Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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-08-25T08:36:28.899Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:36:38.452Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:36:38.452Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:37:28.895Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:37:28.897Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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-08-25T08:37:28.897Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:37:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:37:28.899Z||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-08-25T08:37:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:37:38.448Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:37:38.448Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:38:28.895Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:38:28.897Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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-08-25T08:38:28.897Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:38:28.899Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:38:28.900Z||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-08-25T08:38:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:38:38.461Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:38:38.470Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:39:28.895Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:39:28.898Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:39:28.898Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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-08-25T08:39:28.898Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:39:28.898Z||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-08-25T08:39:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:39:38.463Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:39:38.466Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:40:28.895Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:40:28.897Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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-08-25T08:40:28.897Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:40:28.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:40:28.898Z||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-08-25T08:40:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:40:38.457Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:40:38.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:41:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:41:28.897Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:41:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:41:28.898Z||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-08-25T08:41:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:41:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:41:38.459Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:41:38.461Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:42:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:42:28.897Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:42:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:42:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:42:28.898Z||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-08-25T08:42:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:42:38.446Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:42:38.450Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:43:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:43:28.897Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:43:28.898Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:43:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:43:28.898Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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-08-25T08:43:28.898Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:43:38.452Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:43:38.460Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:44:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:44:28.897Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:44:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:44:28.898Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:44:28.898Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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-08-25T08:44:28.899Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:44:38.450Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:44:38.467Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:45:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:45:28.897Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:45:28.897Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:45:28.898Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:45:28.898Z||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-08-25T08:45:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:45:38.448Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:45:38.449Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:46:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:46:28.897Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:46:28.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:46:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:46:28.898Z||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-08-25T08:46:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:46:38.458Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:46:38.459Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:47:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:47:28.898Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:47:28.899Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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-08-25T08:47:28.899Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:47:28.899Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:47:28.899Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:47:38.464Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:47:38.467Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:48:28.896Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:48:28.898Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:48:28.899Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:48:28.899Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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-08-25T08:48:28.899Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:48:28.899Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:48:38.469Z|36ef57a5-69c6-4de5-87fd-f729a2b80b3a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:48:38.469Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:49:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:49:28.898Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:49:28.903Z||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-08-25T08:49:28.903Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:49:28.904Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:49:28.904Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:49:38.459Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:49:38.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:50:28.896Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:50:28.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:50:28.901Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:50:28.901Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:50:28.901Z||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-08-25T08:50:28.901Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:50:38.470Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:50:38.473Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:51:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:51:28.897Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:51:28.897Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:51:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:51:28.898Z||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-08-25T08:51:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:51:38.451Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:51:38.459Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:52:28.896Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:52:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:52:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:52:28.898Z||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-08-25T08:52:28.899Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:52:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:52:38.452Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:52:38.452Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:53:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:53:28.898Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:53:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:53:28.898Z||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-08-25T08:53:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:53:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:53:38.466Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:53:38.487Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:54:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:54:28.898Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:54:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:54:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:54:28.898Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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-08-25T08:54:28.898Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:54:38.475Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:54:38.488Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:55:28.897Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:55:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:55:28.900Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:55:28.900Z||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-08-25T08:55:28.900Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:55:28.900Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:55:38.462Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:55:38.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:56:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:56:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:56:28.898Z||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-08-25T08:56:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:56:28.899Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:56:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:56:38.460Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:56:38.474Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:57:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:57:28.898Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:57:28.906Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:57:28.906Z||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-08-25T08:57:28.907Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:57:28.907Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:57:38.472Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:57:38.472Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:58:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:58:28.896Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:58:28.896Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:58:28.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:58:28.898Z||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-08-25T08:58:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:58:38.459Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:58:38.459Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:59:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:59:28.897Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T08:59:28.897Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:59:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T08:59:28.898Z||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-08-25T08:59:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T08:59:38.447Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T08:59:38.449Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T09:00:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T09:00:28.897Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T09:00:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T09:00:28.898Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T09:00:28.898Z||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-08-25T09:00:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T09:00:38.457Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T09:00:38.470Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T09:01:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T09:01:28.898Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T09:01:28.898Z||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-08-25T09:01:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T09:01:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T09:01:28.899Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T09:01:38.447Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T09:01:38.447Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T09:02:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T09:02:28.897Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T09:02:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T09:02:28.898Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T09:02:28.898Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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-08-25T09:02:28.898Z|15bda708-b2f8-4737-84d0-5983cc736ba5|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T09:02:38.471Z|15bda708-b2f8-4737-84d0-5983cc736ba5|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T09:02:38.474Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T09:03:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T09:03:28.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T09:03:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T09:03:28.899Z||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-08-25T09:03:28.899Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T09:03:28.899Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T09:03:38.492Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T09:03:38.494Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T09:04:28.901Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T09:04:28.901Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T09:04:28.903Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T09:04:28.903Z||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-08-25T09:04:28.903Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T09:04:28.904Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T09:04:38.467Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T09:04:38.474Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T09:05:28.899Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T09:05:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T09:05:28.910Z||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-08-25T09:05:28.911Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T09:05:28.912Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T09:05:28.912Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T09:05:38.466Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T09:05:38.466Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T09:06:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T09:06:28.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T09:06:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T09:06:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T09:06:28.898Z||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-08-25T09:06:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T09:06:38.460Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T09:06:38.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T09:07:28.895Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T09:07:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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-08-25T09:07:28.898Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-25T09:07:28.898Z|52bf3be3-82c7-4dc1-a100-806f188451af|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 BSTH2x3fkRGPyx5j) ...
2021-08-25T09:07:28.898Z||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-08-25T09:07:28.898Z||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 BSTH2x3fkRGPyx5j) ...
2021-08-25T09:07:38.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-25T09:07:38.466Z|52bf3be3-82c7-4dc1-a100-806f188451af|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK