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-04-28T23:30:03.376Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-d8b69c5ff-mn9zl with PID 14 (/app/app.jar started by so in /app)
2021-04-28T23:30:03.383Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-28T23:30:03.383Z||main|||||INFO|500||The following profiles are active: basic
2021-04-28T23:30:10.375Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-28T23:30:10.376Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-28T23:30:10.473Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-28T23:30:12.302Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-28T23:30:12.463Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-28T23:30:12.825Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-28T23:30:12.832Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-28T23:30:12.901Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-28T23:30:13.003Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-28T23:30:13.403Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-28T23:30:14.082Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-28T23:30:15.912Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-28T23:30:15.986Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-28T23:30:16.337Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-28T23:30:16.471Z||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-04-28T23:30:17.626Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-28T23:30:18.469Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-28T23:30:18.491Z||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$$83973e3c.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-04-28T23:30:18.493Z||main|||||WARN|500||The sdc end point is not alive
2021-04-28T23:30:20.566Z||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-04-28T23:30:22.556Z||main|||||WARN|500||---
2021-04-28T23:30:22.556Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-28T23:30:22.557Z||main|||||WARN|500||---
2021-04-28T23:30:22.920Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-28T23:30:25.865Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-28T23:30:25.866Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-28T23:30:25.869Z||main|||||INFO|500||Started Application in 24.508 seconds (JVM running for 25.789)
2021-04-28T23:30:25.880Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-28T23:30:25.931Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-28T23:30:25.967Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7e404f74-4931-4829-a8e4-7158e4697f30 url= /sdc/v1/artifactTypes
2021-04-28T23:30:25.967Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-28T23:30:26.237Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-28T23:30:26.251Z||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-04-28T23:30:26.270Z||scheduling-1|||||DEBUG|500||create keys
2021-04-28T23:30:26.278Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-28T23:30:26.312Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:30:26.330Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 905b47e3-5ce6-4583-aa3e-ce39f9bb3a1b url= /sdc/v1/registerForDistribution
2021-04-28T23:30:26.478Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 905b47e3-5ce6-4583-aa3e-ce39f9bb3a1b url= /sdc/v1/registerForDistribution
2021-04-28T23:30:26.479Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-28T23:30:26.492Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:30:26.493Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:30:26.498Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-28T23:30:26.499Z||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-04-28T23:30:26.499Z||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-04-28T23:30:26.499Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:30:26.499Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:30:36.769Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:30:36.817Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:31:26.490Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:31:26.491Z||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-04-28T23:31:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:31:26.492Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:31:26.493Z||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-04-28T23:31:26.494Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:31:36.078Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:31:36.079Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:32:26.490Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:32:26.491Z||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-04-28T23:32:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:32:26.492Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:32:26.492Z||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-04-28T23:32:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:32:36.049Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:32:36.062Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:33:26.490Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:33:26.492Z||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-04-28T23:33:26.492Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:33:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:33:26.493Z||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-04-28T23:33:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:33:36.045Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:33:36.062Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:34:26.491Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:34:26.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:34:26.493Z||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-04-28T23:34:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:34:26.495Z||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-04-28T23:34:26.496Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:34:36.044Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:34:36.059Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:35:26.491Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:35:26.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:35:26.493Z||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-04-28T23:35:26.494Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:35:26.789Z||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-04-28T23:35:26.790Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:35:36.046Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:35:36.335Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:36:26.491Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:36:26.492Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:36:26.493Z||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-04-28T23:36:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:36:26.494Z||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-04-28T23:36:26.495Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:36:36.042Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:36:36.042Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:37:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:37:26.492Z||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-04-28T23:37:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:37:26.492Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:37:26.496Z||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-04-28T23:37:26.496Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:37:36.042Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:37:36.042Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:38:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:38:26.492Z||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-04-28T23:38:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:38:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:38:26.494Z||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-04-28T23:38:26.494Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:38:36.042Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:38:36.043Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:39:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:39:26.491Z||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-04-28T23:39:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:39:26.492Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:39:26.493Z||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-04-28T23:39:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:39:36.040Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:39:36.042Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:40:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:40:26.491Z||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-04-28T23:40:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:40:26.492Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:40:26.493Z||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-04-28T23:40:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:40:36.037Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:40:36.038Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:40:37.471Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-28T23:41:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:41:26.492Z||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-04-28T23:41:26.492Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:41:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:41:26.493Z||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-04-28T23:41:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:41:36.041Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:41:36.050Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:42:26.491Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:42:26.492Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:42:26.492Z||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-04-28T23:42:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:42:26.493Z||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-04-28T23:42:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:42:36.042Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:42:36.042Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:43:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:43:26.492Z||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-04-28T23:43:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:43:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:43:26.493Z||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-04-28T23:43:26.494Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:43:36.041Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:43:36.041Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:44:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:44:26.492Z||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-04-28T23:44:26.492Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:44:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:44:26.493Z||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-04-28T23:44:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:44:36.040Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:44:36.049Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:45:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:45:26.491Z||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-04-28T23:45:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:45:26.492Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:45:26.493Z||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-04-28T23:45:26.494Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:45:36.044Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:45:36.044Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:46:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:46:26.491Z||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-04-28T23:46:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:46:26.492Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:46:26.493Z||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-04-28T23:46:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:46:36.035Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:46:36.040Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:47:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:47:26.491Z||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-04-28T23:47:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:47:26.492Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:47:26.493Z||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-04-28T23:47:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:47:36.043Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:47:36.056Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:48:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:48:26.492Z||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-04-28T23:48:26.492Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:48:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:48:26.493Z||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-04-28T23:48:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:48:36.037Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:48:36.037Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:49:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:49:26.491Z||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-04-28T23:49:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:49:26.492Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:49:26.493Z||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-04-28T23:49:26.494Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:49:36.037Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:49:36.037Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:50:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:50:26.491Z||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-04-28T23:50:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:50:26.492Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:50:26.493Z||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-04-28T23:50:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:50:36.040Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:50:36.043Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:51:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:51:26.491Z||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-04-28T23:51:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:51:26.492Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:51:26.493Z||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-04-28T23:51:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:51:36.039Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:51:36.039Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:52:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:52:26.491Z||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-04-28T23:52:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:52:26.492Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:52:26.493Z||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-04-28T23:52:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:52:36.036Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:52:36.036Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:53:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:53:26.491Z||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-04-28T23:53:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:53:26.492Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:53:26.493Z||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-04-28T23:53:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:53:36.044Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:53:36.044Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:54:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:54:26.491Z||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-04-28T23:54:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:54:26.492Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:54:26.493Z||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-04-28T23:54:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:54:36.040Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:54:36.040Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:55:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:55:26.491Z||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-04-28T23:55:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:55:26.492Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:55:26.493Z||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-04-28T23:55:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:55:36.041Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:55:36.043Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:56:26.490Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:56:26.491Z||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-04-28T23:56:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:56:26.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:56:26.494Z||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-04-28T23:56:26.494Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:56:36.040Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:56:36.040Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:57:26.491Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:57:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:57:26.493Z||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-04-28T23:57:26.493Z||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-04-28T23:57:26.494Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:57:26.494Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:57:36.042Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:57:36.042Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:58:26.491Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:58:26.492Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:58:26.493Z||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-04-28T23:58:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:58:26.493Z||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-04-28T23:58:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:58:36.035Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:58:36.042Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:59:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:59:26.491Z||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-04-28T23:59:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:59:26.492Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T23:59:26.494Z||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-04-28T23:59:26.494Z||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 G8rjszERcIqcuwJC) ...
2021-04-28T23:59:36.040Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T23:59:36.043Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:00:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:00:26.491Z||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-04-29T00:00:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:00:26.492Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:00:26.492Z||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-04-29T00:00:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:00:36.041Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:00:36.041Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:01:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:01:26.491Z||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-04-29T00:01:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:01:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:01:26.492Z||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-04-29T00:01:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:01:36.037Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:01:36.038Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:02:26.490Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:02:26.491Z||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-04-29T00:02:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:02:26.492Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:02:26.494Z||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-04-29T00:02:26.494Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:02:36.037Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:02:36.037Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:03:26.490Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:03:26.491Z||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-04-29T00:03:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:03:26.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:03:26.492Z||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-04-29T00:03:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:03:36.041Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:03:36.042Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:04:26.490Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:04:26.491Z||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-04-29T00:04:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:04:26.492Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:04:26.493Z||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-04-29T00:04:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:04:36.041Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:04:36.041Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:05:26.490Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:05:26.491Z||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-04-29T00:05:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:05:26.492Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:05:26.492Z||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-04-29T00:05:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:05:36.039Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:05:36.039Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:06:26.490Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:06:26.491Z||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-04-29T00:06:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:06:26.492Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:06:26.493Z||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-04-29T00:06:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:06:36.033Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:06:36.033Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:07:26.490Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:07:26.492Z||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-04-29T00:07:26.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:07:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:07:26.492Z||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-04-29T00:07:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:07:36.040Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:07:36.040Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:08:26.490Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:08:26.492Z||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-04-29T00:08:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:08:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:08:26.492Z||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-04-29T00:08:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:08:36.060Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:08:36.061Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:09:26.490Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:09:26.491Z||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-04-29T00:09:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:09:26.492Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:09:26.493Z||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-04-29T00:09:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:09:36.038Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:09:36.051Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:10:26.490Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:10:26.491Z||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-04-29T00:10:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:10:26.492Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:10:26.492Z||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-04-29T00:10:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:10:36.037Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:10:36.037Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:11:26.490Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:11:26.491Z||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-04-29T00:11:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:11:26.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:11:26.492Z||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-04-29T00:11:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:11:36.037Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:11:36.037Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:12:26.491Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:12:26.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:12:26.494Z||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-04-29T00:12:26.494Z||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-04-29T00:12:26.494Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:12:26.494Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:12:36.041Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:12:36.052Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:13:26.490Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:13:26.491Z||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-04-29T00:13:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:13:26.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:13:26.493Z||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-04-29T00:13:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:13:36.035Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:13:36.038Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:14:26.490Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:14:26.491Z||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-04-29T00:14:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:14:26.492Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:14:26.493Z||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-04-29T00:14:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:14:36.044Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:14:36.048Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:15:26.490Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:15:26.491Z||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-04-29T00:15:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:15:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:15:26.493Z||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-04-29T00:15:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:15:36.034Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:15:36.040Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:16:26.490Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:16:26.492Z||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-04-29T00:16:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:16:26.492Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:16:26.492Z||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-04-29T00:16:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:16:36.040Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:16:36.044Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:17:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:17:26.491Z||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-04-29T00:17:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:17:26.493Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:17:26.494Z||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-04-29T00:17:26.494Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:17:36.087Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:17:36.087Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:18:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:18:26.492Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:18:26.493Z||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-04-29T00:18:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:18:26.493Z||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-04-29T00:18:26.495Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:18:36.036Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:18:36.038Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:19:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:19:26.492Z||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-04-29T00:19:26.492Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:19:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:19:26.493Z||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-04-29T00:19:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:19:36.038Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:19:36.038Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:20:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:20:26.491Z||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-04-29T00:20:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:20:26.492Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:20:26.493Z||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-04-29T00:20:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:20:36.047Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:20:36.048Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:21:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:21:26.491Z||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-04-29T00:21:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:21:26.492Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:21:26.493Z||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-04-29T00:21:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:21:36.037Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:21:36.037Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:22:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:22:26.492Z||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-04-29T00:22:26.492Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:22:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:22:26.493Z||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-04-29T00:22:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:22:36.042Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:22:36.045Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:23:26.490Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:23:26.491Z||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-04-29T00:23:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:23:26.492Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:23:26.493Z||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-04-29T00:23:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:23:36.040Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:23:36.040Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:24:26.490Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:24:26.492Z||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-04-29T00:24:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:24:26.492Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:24:26.493Z||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-04-29T00:24:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:24:36.040Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:24:36.041Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:25:26.490Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:25:26.492Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:25:26.493Z||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-04-29T00:25:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:25:26.493Z||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-04-29T00:25:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:25:36.041Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:25:36.041Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:26:26.490Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:26:26.491Z||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-04-29T00:26:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:26:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:26:26.492Z||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-04-29T00:26:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:26:36.038Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:26:36.050Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:27:26.490Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:27:26.492Z||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-04-29T00:27:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:27:26.492Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:27:26.493Z||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-04-29T00:27:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:27:36.050Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:27:36.052Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:28:26.490Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:28:26.491Z||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-04-29T00:28:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:28:26.492Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:28:26.493Z||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-04-29T00:28:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:28:36.037Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:28:36.057Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:29:26.490Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:29:26.492Z||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-04-29T00:29:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:29:26.492Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:29:26.493Z||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-04-29T00:29:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:29:36.035Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:29:36.037Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:30:26.490Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:30:26.491Z||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-04-29T00:30:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:30:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:30:26.492Z||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-04-29T00:30:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:30:36.065Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:30:36.083Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:31:26.490Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:31:26.491Z||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-04-29T00:31:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:31:26.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:31:26.493Z||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-04-29T00:31:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:31:36.045Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:31:36.047Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:32:26.490Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:32:26.491Z||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-04-29T00:32:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:32:26.492Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:32:26.492Z||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-04-29T00:32:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:32:36.037Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:32:36.049Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:33:26.490Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:33:26.491Z||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-04-29T00:33:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:33:26.492Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:33:26.493Z||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-04-29T00:33:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:33:36.041Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:33:36.053Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:34:26.490Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:34:26.491Z||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-04-29T00:34:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:34:26.492Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:34:26.493Z||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-04-29T00:34:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:34:27.117Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:34:27.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9c83741-3837-4f15-a782-dde35b40cd42","serviceName":"vFW 2021-04-29 00-31-30","serviceVersion":"1.0","serviceUUID":"320a9814-cc2e-42f6-a18b-fa57533676bb","serviceDescription":"catalog service description","serviceInvariantUUID":"fc37b1eb-be23-4c15-a718-edf3bb9fca14","resources":[{"resourceInstanceName":"vFW 86bab7cb-acbe 0","resourceName":"vFW 86bab7cb-acbe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ff6b1458-eda2-4c2a-988f-92fb1ede3413","resourceInvariantUUID":"0474458e-614a-421d-804f-522a152d7bf5","resourceCustomizationUUID":"d8216737-e3ac-447d-bbf2-25144dcd9da0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vf-license-model.xml","artifactChecksum":"MTYzYmY3MTk5ZWYzZmQ5OTdmMzI3NDYyOWQ1OWU4MGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4b00475-041d-404d-a9c9-a3bea6926d62","artifactVersion":"1"},{"artifactName":"vfw86bab7cbacbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json","artifactChecksum":"NjkzYzhhMjY0MmM5Y2YyNmFlMDVhMTRiZDVlYWI5NTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8c1cd4ea-9994-4e1e-8a3c-bf17a9706f86","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1c16ce21-8096-4f6f-8890-6feae9fe75fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vendor-license-model.xml","artifactChecksum":"NjFiZWU3NWJkOGM3ZGZjM2Y0ZGI3MjI3MDMyZTU5MWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cd896260-6b6d-4a63-80e2-0673502d73cc","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c85ab663-5c0f-48a8-affe-fcc0f377d608","artifactVersion":"2","generatedFromUUID":"1c16ce21-8096-4f6f-8890-6feae9fe75fa"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210429003130-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-template.yml","artifactChecksum":"YWI1NGY1MTgxNDFhNzA2MDA4NWQ0NmUzY2FlNzM1M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"592073b9-8ac4-43c6-ba98-600e318bcf94","artifactVersion":"1"},{"artifactName":"service-Vfw20210429003130-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar","artifactChecksum":"ZDEzNTM3YWUyYTAxMTQ5ZmZjNjcxNGQ3MWNmNTM4YjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04f593ba-a7da-47a7-a19f-b6188c2c4741","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T00:34:27.123Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:34:27.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.133Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:34:27.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "aai-ml",
  "timestamp": 1619656436852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "policy-id",
  "timestamp": 1619656438267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656439184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "aai-ml",
  "timestamp": 1619656436852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "policy-id",
  "timestamp": 1619656438267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619656439634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656439184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "aai-ml",
  "timestamp": 1619656436852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "policy-id",
  "timestamp": 1619656438267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619656439634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656439184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "aai-ml",
  "timestamp": 1619656436852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "policy-id",
  "timestamp": 1619656438267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "dcae-sch",
  "timestamp": 1619656441556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619656439634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656439184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "aai-ml",
  "timestamp": 1619656436852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "policy-id",
  "timestamp": 1619656438267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "dcae-sch",
  "timestamp": 1619656441556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619656439634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656442601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "cds",
  "timestamp": 1619656442831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656443069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656439184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "aai-ml",
  "timestamp": 1619656436852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "policy-id",
  "timestamp": 1619656438267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "dcae-sch",
  "timestamp": 1619656441556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619656439634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656442601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "cds",
  "timestamp": 1619656442831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.206Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656443069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.206Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656444109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.206Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656439184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.206Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "aai-ml",
  "timestamp": 1619656436852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "policy-id",
  "timestamp": 1619656438267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "dcae-sch",
  "timestamp": 1619656441556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619656439634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656442601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "cds",
  "timestamp": 1619656442831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656443069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656444109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656439184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "dcae-sch",
  "timestamp": 1619656441556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619656439634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656442601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "aai-ml",
  "timestamp": 1619656446455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:34:27.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:34:27.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "policy-id",
  "timestamp": 1619656446422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:34:27.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:34:27.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "cds",
  "timestamp": 1619656442831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656443069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656444109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656447134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:34:27.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:34:27.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "dcae-sch",
  "timestamp": 1619656441556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656442601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "policy-id",
  "timestamp": 1619656447438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:34:27.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:34:27.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "cds",
  "timestamp": 1619656442831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656443069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656444109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "dcae-sch",
  "timestamp": 1619656441556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656442601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "policy-id",
  "timestamp": 1619656448444,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2021-04-29T00:34:27.247Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:34:27.284Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:34:27.285Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656466490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T00:34:27.385Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
2021-04-29T00:34:27.393Z||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-04-29T00:34:27.393Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:34:27.404Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:34:27.405Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T00:34:27.565Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9c83741-3837-4f15-a782-dde35b40cd42
2021-04-29T00:34:27.584Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9c83741-3837-4f15-a782-dde35b40cd42 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-04-29T00:34:27.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "cds",
  "timestamp": 1619656442831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656448542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:34:27.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:34:27.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656443069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656444109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656442601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "cds",
  "timestamp": 1619656442831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656443069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656444109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656449791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:34:27.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:34:27.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "clamp",
  "timestamp": 1619656449361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656444109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656450837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:34:27.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:34:27.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "cds",
  "timestamp": 1619656450910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:34:27.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:34:27.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "clamp",
  "timestamp": 1619656449361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656451144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:34:27.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:34:27.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656451892,
  "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-04-29T00:34:27.634Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9c83741-3837-4f15-a782-dde35b40cd42
2021-04-29T00:34:27.634Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9c83741-3837-4f15-a782-dde35b40cd42 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-04-29T00:34:27.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "cds",
  "timestamp": 1619656451927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-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-04-29T00:34:27.650Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9c83741-3837-4f15-a782-dde35b40cd42
2021-04-29T00:34:27.650Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9c83741-3837-4f15-a782-dde35b40cd42 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-04-29T00:34:27.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "clamp",
  "timestamp": 1619656449361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656452049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:34:27.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:34:27.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656452130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:34:27.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:34:27.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656452896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T00:34:27.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:34:27.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "clamp",
  "timestamp": 1619656449361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656453318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:34:27.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:34:27.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656453404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:34:27.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:34:27.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "clamp",
  "timestamp": 1619656449361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656454451,
  "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-04-29T00:34:27.669Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9c83741-3837-4f15-a782-dde35b40cd42
2021-04-29T00:34:27.670Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9c83741-3837-4f15-a782-dde35b40cd42 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-04-29T00:34:27.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656454650,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:34:27.679Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:34:27.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "clamp",
  "timestamp": 1619656449361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:27.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656455454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T00:34:27.679Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:34:27.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656455656,
  "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-04-29T00:34:27.685Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9c83741-3837-4f15-a782-dde35b40cd42
2021-04-29T00:34:27.685Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9c83741-3837-4f15-a782-dde35b40cd42 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-04-29T00:34:27.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "clamp",
  "timestamp": 1619656449361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:34:27.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:34:27.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656456660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T00:34:27.694Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:34:27.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656457011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:34:27.694Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:34:27.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:34:27.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656458015,
  "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-04-29T00:34:27.701Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9c83741-3837-4f15-a782-dde35b40cd42
2021-04-29T00:34:27.701Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9c83741-3837-4f15-a782-dde35b40cd42 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-04-29T00:34:28.314Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:34:28.314Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:34:28.316Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:34:28.316Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656466490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T00:34:28.416Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:34:28.417Z||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-04-29T00:34:28.417Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:34:28.428Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:34:28.429Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:34:29.317Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:34:29.317Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:34:29.320Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:34:29.320Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656466490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:34:29.420Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:34:29.421Z||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-04-29T00:34:29.421Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:34:29.433Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:34:29.434Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:34:30.320Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:34:30.322Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:34:30.325Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:34:30.325Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656466490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:30.425Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:34:30.426Z||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-04-29T00:34:30.426Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:34:30.438Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:34:30.439Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-29T00:34:31.325Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:34:31.327Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:34:31.329Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:34:31.329Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656466490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-29T00:34:31.429Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:34:31.430Z||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-04-29T00:34:31.430Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:34:31.442Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:34:31.442Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:34:32.330Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:34:32.331Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:34:32.332Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:34:32.333Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656466490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:34:32.433Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:34:32.434Z||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-04-29T00:34:32.434Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:34:32.447Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:34:32.447Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:34:33.333Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:34:33.334Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:34:33.336Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:34:33.336Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656466490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:34:33.436Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:34:33.437Z||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-04-29T00:34:33.437Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:34:33.449Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:34:33.450Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:34:34.338Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "serviceName": "vFW 2021-04-29 00-31-30",
  "serviceVersion": "1.0",
  "serviceUUID": "320a9814-cc2e-42f6-a18b-fa57533676bb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fc37b1eb-be23-4c15-a718-edf3bb9fca14",
  "resources": [
    {
      "resourceInstanceName": "vFW 86bab7cb-acbe 0",
      "resourceCustomizationUUID": "d8216737-e3ac-447d-bbf2-25144dcd9da0",
      "resourceName": "vFW 86bab7cb-acbe",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ff6b1458-eda2-4c2a-988f-92fb1ede3413",
      "resourceInvariantUUID": "0474458e-614a-421d-804f-522a152d7bf5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw86bab7cbacbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
          "artifactChecksum": "NjkzYzhhMjY0MmM5Y2YyNmFlMDVhMTRiZDVlYWI5NTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8c1cd4ea-9994-4e1e-8a3c-bf17a9706f86",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1c16ce21-8096-4f6f-8890-6feae9fe75fa",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c85ab663-5c0f-48a8-affe-fcc0f377d608",
            "generatedFromUUID": "1c16ce21-8096-4f6f-8890-6feae9fe75fa"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c85ab663-5c0f-48a8-affe-fcc0f377d608",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210429003130-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
      "artifactChecksum": "ZDEzNTM3YWUyYTAxMTQ5ZmZjNjcxNGQ3MWNmNTM4YjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "04f593ba-a7da-47a7-a19f-b6188c2c4741"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T00:34:34.338Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T00:34:34.339Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 320a9814-cc2e-42f6-a18b-fa57533676bb ASDC
2021-04-29T00:34:34.535Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a9c83741-3837-4f15-a782-dde35b40cd42
ServiceName:vFW 2021-04-29 00-31-30
ServiceVersion:1.0
ServiceUUID:320a9814-cc2e-42f6-a18b-fa57533676bb
ServiceInvariantUUID:fc37b1eb-be23-4c15-a718-edf3bb9fca14
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210429003130-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar
ArtifactUUID:04f593ba-a7da-47a7-a19f-b6188c2c4741
ArtifactChecksum:ZDEzNTM3YWUyYTAxMTQ5ZmZjNjcxNGQ3MWNmNTM4YjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 86bab7cb-acbe 0
ResourceCustomizationUUID:d8216737-e3ac-447d-bbf2-25144dcd9da0
ResourceInvariantUUID:0474458e-614a-421d-804f-522a152d7bf5
ResourceName:vFW 86bab7cb-acbe
ResourceType:VF
ResourceUUID:ff6b1458-eda2-4c2a-988f-92fb1ede3413
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw86bab7cbacbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json
ArtifactUUID:8c1cd4ea-9994-4e1e-8a3c-bf17a9706f86
ArtifactChecksum:NjkzYzhhMjY0MmM5Y2YyNmFlMDVhMTRiZDVlYWI5NTg=
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/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml
ArtifactUUID:1c16ce21-8096-4f6f-8890-6feae9fe75fa
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/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env
ArtifactUUID:c85ab663-5c0f-48a8-affe-fcc0f377d608
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/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env
ArtifactUUID:c85ab663-5c0f-48a8-affe-fcc0f377d608
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-29T00:34:34.536Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 320a9814-cc2e-42f6-a18b-fa57533676bb 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-04-29T00:34:34.720Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T00:34:34.721Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-29T00:34:34.722Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-29T00:34:34.722Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 04f593ba-a7da-47a7-a19f-b6188c2c4741 from URL: /sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar
2021-04-29T00:34:34.722Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-29T00:34:34.723Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar
2021-04-29T00:34:35.116Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-29T00:34:35.143Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar 04f593ba-a7da-47a7-a19f-b6188c2c4741 111203
2021-04-29T00:34:35.145Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar ASDC sendASDCNotification
2021-04-29T00:34:35.145Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar
2021-04-29T00:34:35.298Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T00:34:35.301Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:34:35.304Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:34:35.305Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656475144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:34:35.405Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T00:34:35.405Z||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-04-29T00:34:35.405Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:34:35.419Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:34:35.420Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:34:36.305Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T00:34:36.306Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-29T00:34:36.306Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 04f593ba-a7da-47a7-a19f-b6188c2c4741, URL: /sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar to file: /app/ASDC/1/service-Vfw20210429003130-csar.csar
2021-04-29T00:34:36.307Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210429003130-csar.csar
2021-04-29T00:34:36.607Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210429003130-csar.csar
2021-04-29T00:34:36.607Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210429003130-csar.csar
2021-04-29T00:34:37.033Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP73409525686145416/Definitions/service-Vfw20210429003130-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-04-29T00:34:39.722Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T00:34:39.727Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-29T00:34:39.727Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210429003130-csar.csar
2021-04-29T00:34:39.727Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-29T00:34:39.727Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||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-Vfw20210429003130-csar.csar
2021-04-29T00:34:39.727Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||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-Vfw20210429003130-csar.csar
2021-04-29T00:34:39.727Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210429003130-csar.csar
2021-04-29T00:34:39.727Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429003130-csar.csar
2021-04-29T00:34:39.728Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429003130-csar.csar
2021-04-29T00:34:39.728Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||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-Vfw20210429003130-csar.csar
2021-04-29T00:34:39.728Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 86bab7cb-acbe 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429003130-csar.csar
2021-04-29T00:34:39.728Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210429003130-csar.csar
2021-04-29T00:34:39.728Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210429003130-csar.csar
2021-04-29T00:34:39.728Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210429003130-csar.csar
2021-04-29T00:34:39.728Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210429003130-csar.csar
2021-04-29T00:34:39.728Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 86bab7cb-acbe 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-Vfw20210429003130-csar.csar
2021-04-29T00:34:39.728Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429003130-csar.csar
2021-04-29T00:34:39.728Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210429003130-csar.csar
2021-04-29T00:34:39.728Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-29T00:34:39.735Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:39.736Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 00-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:34:39.739Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vFW 86bab7cb-acbe 0 is matching search criteria
2021-04-29T00:34:39.739Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-29T00:34:39.741Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 86bab7cb-acbe 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T00:34:39.743Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:39.743Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 00-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:34:39.743Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vFW 86bab7cb-acbe 0 is matching search criteria
2021-04-29T00:34:39.743Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-29T00:34:39.743Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 86bab7cb-acbe 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T00:34:39.744Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:39.744Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 00-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:34:39.747Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:39.748Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vFW 86bab7cb-acbe 0 is not matching search criteria
2021-04-29T00:34:39.748Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T00:34:39.748Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T00:34:39.748Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T00:34:39.748Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T00:34:39.748Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T00:34:39.749Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T00:34:39.749Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T00:34:39.749Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T00:34:39.749Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T00:34:39.749Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T00:34:39.749Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T00:34:39.750Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T00:34:39.750Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T00:34:39.750Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T00:34:39.750Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T00:34:39.750Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-29T00:34:39.751Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:39.751Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 00-31-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T00:34:39.752Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:39.752Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vFW 86bab7cb-acbe 0 is matching search criteria
2021-04-29T00:34:39.753Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 86bab7cb-acbe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:34:39.753Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:39.753Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vFW 86bab7cb-acbe 0 is matching search criteria
2021-04-29T00:34:39.753Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 86bab7cb-acbe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:34:39.753Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:39.753Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vFW 86bab7cb-acbe 0 is matching search criteria
2021-04-29T00:34:39.753Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 86bab7cb-acbe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:34:39.754Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:39.754Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vFW 86bab7cb-acbe 0 is not matching search criteria
2021-04-29T00:34:39.754Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T00:34:39.754Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-29T00:34:39.754Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T00:34:39.754Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T00:34:39.754Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T00:34:39.754Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T00:34:39.754Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T00:34:39.755Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T00:34:39.755Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T00:34:39.755Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T00:34:39.755Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T00:34:39.755Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=379a4849-3444-40a9-ab45-64945bc3f3d1
2021-04-29T00:34:39.755Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:39.755Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vFW 86bab7cb-acbe 0 is not matching search criteria
2021-04-29T00:34:39.755Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T00:34:39.755Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T00:34:39.756Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T00:34:39.756Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T00:34:39.756Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T00:34:39.756Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T00:34:39.756Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T00:34:39.756Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-29T00:34:39.756Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T00:34:39.756Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T00:34:39.756Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T00:34:39.756Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T00:34:39.756Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=05899608-13bd-4fc4-9c19-ea2540b04f79
2021-04-29T00:34:39.757Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:39.757Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vFW 86bab7cb-acbe 0 is not matching search criteria
2021-04-29T00:34:39.757Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T00:34:39.757Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T00:34:39.757Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T00:34:39.757Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T00:34:39.757Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T00:34:39.757Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T00:34:39.757Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T00:34:39.757Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T00:34:39.758Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T00:34:39.758Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T00:34:39.758Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T00:34:39.758Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-29T00:34:39.758Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d7a39bdd-cbb8-4542-958a-563f06fb3be6
2021-04-29T00:34:39.758Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:39.759Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 00-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:34:39.759Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:39.759Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 00-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:34:39.759Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:39.759Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 00-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:34:39.759Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:39.759Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 00-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:34:39.759Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-29 00-31-30
Description:catalog service description
Model UUID:320a9814-cc2e-42f6-a18b-fa57533676bb
Model Version:NULL
Model InvariantUuid:fc37b1eb-be23-4c15-a718-edf3bb9fca14
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 86bab7cb-acbe
Model UUID:7fe9e4fa-8da0-44d3-a163-4b0be0b33edf
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0474458e-614a-421d-804f-522a152d7bf5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d8216737-e3ac-447d-bbf2-25144dcd9da0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:14c10ab7-bbec-454d-ac42-d15f5a22ca91
ModelName:Vfw86bab7cbAcbe..base_vfw..module-0
ModelUuid:905ab78e-435f-4043-8552-5b0fc04f72e8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:379a4849-3444-40a9-ab45-64945bc3f3d1
ModelInvariantUuid:994ad520-ef20-4852-9020-b847f6b8439f
ModelName:vFW 86bab7cb-acbe-nodes.vfwCvfc
ModelUuid:59005677-f737-4f86-8e3c-2e8ebbb98fad
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:aab62b2f-8d55-4760-821d-c27c1ff18ce6
ModelInvariantUuid:6b772a3d-491b-4589-8538-ce1a79b85022
ModelName:Vfw86bab7cbAcbe.compute.nodes.heat.vfw
ModelUuid:e62100b4-aea4-41a0-b363-dff48228667b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:05899608-13bd-4fc4-9c19-ea2540b04f79
ModelInvariantUuid:32201ccf-eda6-490a-a61b-ea1f940889e1
ModelName:vFW 86bab7cb-acbe-nodes.vsnCvfc
ModelUuid:88244ac7-ea3c-4d38-b8b8-7bf25d336e20
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8845f9af-0b84-4e3d-9109-9372ffcfde63
ModelInvariantUuid:3208c6bd-5219-41d6-93ad-e06ebbc969ab
ModelName:Vfw86bab7cbAcbe.compute.nodes.heat.vsn
ModelUuid:b37c21db-6481-4207-a612-9ed176ac661a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d7a39bdd-cbb8-4542-958a-563f06fb3be6
ModelInvariantUuid:dcfb0e90-afec-491d-9f1f-2bf5634387a2
ModelName:vFW 86bab7cb-acbe-nodes.vpgCvfc
ModelUuid:645c72a8-cd1e-4e62-a4ef-0c0ffbf3a516
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4894f937-6c1d-4f02-9b31-49861e3090ab
ModelInvariantUuid:380029a8-3e3a-4139-b763-f02f8b8fb3fa
ModelName:Vfw86bab7cbAcbe.compute.nodes.heat.vpg
ModelUuid:a577f08f-3137-4ebf-ae08-c1ed2254d24f
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-04-29T00:34:39.767Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ff6b1458-eda2-4c2a-988f-92fb1ede3413
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-04-29T00:34:40.238Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||vFW 86bab7cb-acbe 0
2021-04-29T00:34:40.245Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ff6b1458-eda2-4c2a-988f-92fb1ede3413
2021-04-29T00:34:40.245Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8c1cd4ea-9994-4e1e-8a3c-bf17a9706f86 from URL: /sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json
2021-04-29T00:34:40.245Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-29T00:34:40.246Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json
2021-04-29T00:34:40.942Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-29T00:34:40.943Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json 8c1cd4ea-9994-4e1e-8a3c-bf17a9706f86 785
2021-04-29T00:34:40.943Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json ASDC sendASDCNotification
2021-04-29T00:34:40.943Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json
2021-04-29T00:34:40.944Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T00:34:40.944Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:34:40.946Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:34:40.946Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656480943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:34:41.047Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T00:34:41.047Z||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-04-29T00:34:41.048Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:34:41.059Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:34:41.059Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:34:41.948Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw86bab7cbAcbe..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "14c10ab7-bbec-454d-ac42-d15f5a22ca91",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "905ab78e-435f-4043-8552-5b0fc04f72e8",
    "vfModuleModelCustomizationUUID": "d7516294-4486-48b1-bdd9-cf485b555251",
    "isBase": true,
    "artifacts": [
      "1c16ce21-8096-4f6f-8890-6feae9fe75fa",
      "c85ab663-5c0f-48a8-affe-fcc0f377d608"
    ],
    "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-04-29T00:34:42.078Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw86bab7cbAcbe..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:905ab78e-435f-4043-8552-5b0fc04f72e8
VfModuleModelInvariantUUID:14c10ab7-bbec-454d-ac42-d15f5a22ca91
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c16ce21-8096-4f6f-8890-6feae9fe75fa
,
c85ab663-5c0f-48a8-affe-fcc0f377d608

}
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-04-29T00:34:42.082Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw86bab7cbAcbe..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "14c10ab7-bbec-454d-ac42-d15f5a22ca91",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "905ab78e-435f-4043-8552-5b0fc04f72e8",
    "vfModuleModelCustomizationUUID": "d7516294-4486-48b1-bdd9-cf485b555251",
    "isBase": true,
    "artifacts": [
      "1c16ce21-8096-4f6f-8890-6feae9fe75fa",
      "c85ab663-5c0f-48a8-affe-fcc0f377d608"
    ],
    "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-04-29T00:34:42.082Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw86bab7cbAcbe..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:905ab78e-435f-4043-8552-5b0fc04f72e8
VfModuleModelInvariantUUID:14c10ab7-bbec-454d-ac42-d15f5a22ca91
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c16ce21-8096-4f6f-8890-6feae9fe75fa
,
c85ab663-5c0f-48a8-affe-fcc0f377d608

}
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-04-29T00:34:42.082Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1c16ce21-8096-4f6f-8890-6feae9fe75fa from URL: /sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml
2021-04-29T00:34:42.082Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-29T00:34:42.082Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml
2021-04-29T00:34:42.888Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-29T00:34:42.890Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml 1c16ce21-8096-4f6f-8890-6feae9fe75fa 20368
2021-04-29T00:34:42.890Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-29T00:34:42.890Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml
2021-04-29T00:34:42.890Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T00:34:42.891Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:34:42.893Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:34:42.893Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656482890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:34:42.993Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:34:42.994Z||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-04-29T00:34:42.994Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:34:43.006Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:34:43.007Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:34:43.894Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c85ab663-5c0f-48a8-affe-fcc0f377d608 from URL: /sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env
2021-04-29T00:34:43.895Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-29T00:34:43.895Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env
2021-04-29T00:34:44.202Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-29T00:34:44.202Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env c85ab663-5c0f-48a8-affe-fcc0f377d608 2098
2021-04-29T00:34:44.203Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-29T00:34:44.203Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env
2021-04-29T00:34:44.203Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T00:34:44.203Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:34:44.206Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:34:44.207Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656484203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:34:44.307Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T00:34:44.307Z||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-04-29T00:34:44.307Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:34:44.317Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:34:44.318Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:34:45.207Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 320a9814-cc2e-42f6-a18b-fa57533676bb
2021-04-29T00:34:45.208Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 86bab7cb-acbe 0 ff6b1458-eda2-4c2a-988f-92fb1ede3413 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-04-29T00:34:45.640Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:45.641Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 00-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:34:45.641Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-04-29T00:34:45.641Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d8216737-e3ac-447d-bbf2-25144dcd9da0
2021-04-29T00:34:45.641Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d8216737-e3ac-447d-bbf2-25144dcd9da0 matches Tosca VF Customization UUID: d8216737-e3ac-447d-bbf2-25144dcd9da0
2021-04-29T00:34:45.641Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d8216737-e3ac-447d-bbf2-25144dcd9da0  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-04-29T00:34:45.647Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:45.648Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 00-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:34:45.649Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d8216737-e3ac-447d-bbf2-25144dcd9da0: {\"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-04-29T00:34:45.649Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ae3cffb
2021-04-29T00:34:45.649Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:45.650Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 00-31-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T00:34:45.650Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d7516294-4486-48b1-bdd9-cf485b555251
2021-04-29T00:34:45.651Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d7516294-4486-48b1-bdd9-cf485b555251
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-04-29T00:34:45.657Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:45.658Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vFW 86bab7cb-acbe 0 is matching search criteria
2021-04-29T00:34:45.658Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 86bab7cb-acbe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:34:45.658Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:45.659Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vFW 86bab7cb-acbe 0 is matching search criteria
2021-04-29T00:34:45.659Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 86bab7cb-acbe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:34:45.659Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:45.659Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vFW 86bab7cb-acbe 0 is not matching search criteria
2021-04-29T00:34:45.659Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T00:34:45.659Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-29T00:34:45.660Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T00:34:45.660Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T00:34:45.660Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T00:34:45.660Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T00:34:45.660Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T00:34:45.660Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T00:34:45.660Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T00:34:45.660Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T00:34:45.661Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T00:34:45.661Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=379a4849-3444-40a9-ab45-64945bc3f3d1
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-04-29T00:34:45.667Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:45.668Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vFW 86bab7cb-acbe 0 is matching search criteria
2021-04-29T00:34:45.668Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 86bab7cb-acbe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:34:45.668Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:45.668Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vFW 86bab7cb-acbe 0 is not matching search criteria
2021-04-29T00:34:45.668Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T00:34:45.668Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T00:34:45.669Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T00:34:45.669Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T00:34:45.669Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T00:34:45.669Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T00:34:45.669Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T00:34:45.669Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-29T00:34:45.669Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T00:34:45.669Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T00:34:45.669Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T00:34:45.669Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T00:34:45.669Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=05899608-13bd-4fc4-9c19-ea2540b04f79
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-04-29T00:34:45.672Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:45.672Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vFW 86bab7cb-acbe 0 is matching search criteria
2021-04-29T00:34:45.672Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 86bab7cb-acbe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:34:45.674Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:45.675Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vFW 86bab7cb-acbe 0 is not matching search criteria
2021-04-29T00:34:45.675Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T00:34:45.675Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T00:34:45.675Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T00:34:45.675Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T00:34:45.675Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T00:34:45.675Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T00:34:45.676Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T00:34:45.676Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T00:34:45.676Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T00:34:45.676Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T00:34:45.676Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T00:34:45.676Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-29T00:34:45.676Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d7a39bdd-cbb8-4542-958a-563f06fb3be6
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-04-29T00:34:45.678Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:45.678Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vFW 86bab7cb-acbe 0 is matching search criteria
2021-04-29T00:34:45.679Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 86bab7cb-acbe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:34:45.679Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:45.679Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Node template vFW 86bab7cb-acbe 0 is matching search criteria
2021-04-29T00:34:45.679Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 86bab7cb-acbe 0] matching following query criteria: sdcType=VF, customizationUUID=d8216737-e3ac-447d-bbf2-25144dcd9da0
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-04-29T00:34:45.681Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:45.681Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 00-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:34:45.681Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 320a9814-cc2e-42f6-a18b-fa57533676bb: vFW 86bab7cb-acbe
2021-04-29T00:34:45.682Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:45.682Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 00-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:34:45.682Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:45.682Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 00-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:34:45.682Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:45.682Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 00-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:34:45.682Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:45.682Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 00-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:34:45.682Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:34:45.682Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 00-31-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:34:45.683Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-04-29 00-31-30 
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-04-29T00:34:45.919Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 86bab7cb-acbe ff6b1458-eda2-4c2a-988f-92fb1ede3413 1 ASDC deployResourceStructure
2021-04-29T00:34:45.919Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json ASDC sendASDCNotification
2021-04-29T00:34:45.919Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json
2021-04-29T00:34:45.919Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T00:34:45.920Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:34:45.921Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:34:45.921Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656485919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T00:34:46.021Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:34:46.022Z||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-04-29T00:34:46.023Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:34:46.037Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:34:46.037Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-29T00:34:46.922Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-29T00:34:46.922Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml
2021-04-29T00:34:46.922Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T00:34:46.923Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:34:46.924Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:34:46.924Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656486922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T00:34:47.025Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T00:34:47.026Z||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-04-29T00:34:47.026Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:34:47.040Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:34:47.041Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:34:47.926Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-29T00:34:47.927Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env
2021-04-29T00:34:47.927Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T00:34:47.928Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:34:47.930Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:34:47.931Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656487926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-29T00:34:48.031Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:34:48.032Z||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-04-29T00:34:48.032Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:34:48.044Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:34:48.044Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:34:48.932Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar ASDC sendASDCNotification
2021-04-29T00:34:48.932Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar
2021-04-29T00:34:48.933Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T00:34:48.933Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:34:48.934Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:34:48.935Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656488932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:34:49.035Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:34:49.036Z||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-04-29T00:34:49.036Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:34:49.049Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:34:49.050Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:34:49.936Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9c83741-3837-4f15-a782-dde35b40cd42
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-29T00:34:49.955Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9c83741-3837-4f15-a782-dde35b40cd42
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T00:34:49.957Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T00:34:49.957Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T00:34:49.957Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T00:35:19.958Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9c83741-3837-4f15-a782-dde35b40cd42
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-29T00:35:19.970Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9c83741-3837-4f15-a782-dde35b40cd42
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T00:35:19.973Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T00:35:19.973Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T00:35:19.973Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T00:35:26.492Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:35:26.493Z||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-04-29T00:35:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:35:26.616Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:35:26.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:35:26.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656466490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:35:26.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:35:49.973Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9c83741-3837-4f15-a782-dde35b40cd42
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-29T00:35:49.987Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9c83741-3837-4f15-a782-dde35b40cd42
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T00:35:49.992Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T00:35:49.992Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T00:35:49.992Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T00:36:19.992Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9c83741-3837-4f15-a782-dde35b40cd42
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-29T00:36:20.006Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9c83741-3837-4f15-a782-dde35b40cd42
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T00:36:20.010Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T00:36:20.010Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T00:36:20.010Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T00:36:26.492Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:36:26.493Z||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-04-29T00:36:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:36:26.510Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:36:26.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "aai-ml",
  "timestamp": 1619656467726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:36:26.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656466490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "clamp",
  "timestamp": 1619656468640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:36:26.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "aai-ml",
  "timestamp": 1619656468731,
  "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-04-29T00:36:26.535Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9c83741-3837-4f15-a782-dde35b40cd42
2021-04-29T00:36:26.535Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9c83741-3837-4f15-a782-dde35b40cd42 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-04-29T00:36:26.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656466490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656466490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "clamp",
  "timestamp": 1619656470648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:36:26.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656466490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "clamp",
  "timestamp": 1619656471653,
  "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-04-29T00:36:26.552Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9c83741-3837-4f15-a782-dde35b40cd42
2021-04-29T00:36:26.552Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9c83741-3837-4f15-a782-dde35b40cd42 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-04-29T00:36:26.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656466490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656466490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656475144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:36:26.562Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656480943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:36:26.562Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656482890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:36:26.563Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656484203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:36:26.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656485919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/vfw86bab7cbacbe0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T00:36:26.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656486922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T00:36:26.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656487926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/resourceInstances/vfw86bab7cbacbe0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656488932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429003130/1.0/artifacts/service-Vfw20210429003130-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656482601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656484109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "cds",
  "timestamp": 1619656487832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656484109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656482601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "cds",
  "timestamp": 1619656487832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656482601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "cds",
  "timestamp": 1619656487832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656484109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656482601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "cds",
  "timestamp": 1619656487832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656484109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656482601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656484109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "cds",
  "timestamp": 1619656487832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656482601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656484109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "cds",
  "timestamp": 1619656487832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "aai-ml",
  "timestamp": 1619656496852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656484109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "cds",
  "timestamp": 1619656487832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656482601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "aai-ml",
  "timestamp": 1619656496852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "policy-id",
  "timestamp": 1619656498267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656499215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "cds",
  "timestamp": 1619656499232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656499294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "aai-ml",
  "timestamp": 1619656496852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656499184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "policy-id",
  "timestamp": 1619656498267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "cds",
  "timestamp": 1619656500237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-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-04-29T00:36:26.584Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9bf9b4bb-cf91-4712-b306-99fa62d820ee
2021-04-29T00:36:26.585Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bf9b4bb-cf91-4712-b306-99fa62d820ee 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-04-29T00:36:26.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619656499634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656500468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:36:26.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "aai-ml",
  "timestamp": 1619656496852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656500626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:36:26.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656499184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "policy-id",
  "timestamp": 1619656498267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619656499634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "aai-ml",
  "timestamp": 1619656496852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656501693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656499184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656501906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "policy-id",
  "timestamp": 1619656498267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "dcae-sch",
  "timestamp": 1619656501556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619656499634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "aai-ml",
  "timestamp": 1619656496852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656502696,
  "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-04-29T00:36:26.602Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9bf9b4bb-cf91-4712-b306-99fa62d820ee
2021-04-29T00:36:26.603Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bf9b4bb-cf91-4712-b306-99fa62d820ee 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-04-29T00:36:26.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656499184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656502910,
  "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-04-29T00:36:26.618Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9bf9b4bb-cf91-4712-b306-99fa62d820ee
2021-04-29T00:36:26.619Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bf9b4bb-cf91-4712-b306-99fa62d820ee 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-04-29T00:36:26.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "policy-id",
  "timestamp": 1619656498267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "dcae-sch",
  "timestamp": 1619656501556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619656499634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "aai-ml",
  "timestamp": 1619656496852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619656503700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656503069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656499184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619656503913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "policy-id",
  "timestamp": 1619656498267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "dcae-sch",
  "timestamp": 1619656501556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619656499634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656503069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "aai-ml",
  "timestamp": 1619656504741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:36:26.628Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656499184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "policy-id",
  "timestamp": 1619656498267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "dcae-sch",
  "timestamp": 1619656501556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619656499634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656503069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656499184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "policy-id",
  "timestamp": 1619656506167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "dcae-sch",
  "timestamp": 1619656501556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619656499634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656503069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656507111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "policy-id",
  "timestamp": 1619656507173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "dcae-sch",
  "timestamp": 1619656501556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656503069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "policy-id",
  "timestamp": 1619656508175,
  "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-04-29T00:36:26.635Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9bf9b4bb-cf91-4712-b306-99fa62d820ee
2021-04-29T00:36:26.635Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bf9b4bb-cf91-4712-b306-99fa62d820ee 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-04-29T00:36:26.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "dcae-sch",
  "timestamp": 1619656501556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656503069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656508806,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:36:26.643Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656503069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "clamp",
  "timestamp": 1619656509363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656510516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:36:26.644Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "clamp",
  "timestamp": 1619656509363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656511536,
  "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-04-29T00:36:26.649Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9bf9b4bb-cf91-4712-b306-99fa62d820ee
2021-04-29T00:36:26.649Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bf9b4bb-cf91-4712-b306-99fa62d820ee 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-04-29T00:36:26.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656511594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:36:26.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "aai-ml",
  "timestamp": 1619656511787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:36:26.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "clamp",
  "timestamp": 1619656509363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619656512540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T00:36:26.658Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "aai-ml",
  "timestamp": 1619656512791,
  "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-04-29T00:36:26.662Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9bf9b4bb-cf91-4712-b306-99fa62d820ee
2021-04-29T00:36:26.662Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bf9b4bb-cf91-4712-b306-99fa62d820ee 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-04-29T00:36:26.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "clamp",
  "timestamp": 1619656509363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "clamp",
  "timestamp": 1619656509363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656514070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:36:26.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:36:26.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "clamp",
  "timestamp": 1619656509363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:36:26.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:26.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619656515074,
  "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-04-29T00:36:26.677Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9bf9b4bb-cf91-4712-b306-99fa62d820ee
2021-04-29T00:36:26.678Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bf9b4bb-cf91-4712-b306-99fa62d820ee 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-04-29T00:36:26.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T00:36:26.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "clamp",
  "timestamp": 1619656509363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:36:26.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:36:50.010Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9c83741-3837-4f15-a782-dde35b40cd42
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-29T00:36:50.024Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9c83741-3837-4f15-a782-dde35b40cd42
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T00:36:50.027Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T00:36:50.028Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T00:36:50.028Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T00:36:50.028Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T00:36:50.028Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:36:50.028Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:36:50.028Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:36:50.028Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:36:50.028Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:36:50.028Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:36:50.029Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T00:36:50.041Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T00:37:20.041Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9c83741-3837-4f15-a782-dde35b40cd42 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-04-29T00:37:20.049Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9c83741-3837-4f15-a782-dde35b40cd42 and serviceModelVersionId: 320a9814-cc2e-42f6-a18b-fa57533676bb
2021-04-29T00:37:20.049Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc37b1eb-be23-4c15-a718-edf3bb9fca14
2021-04-29T00:37:26.492Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:37:26.493Z||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-04-29T00:37:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:37:27.015Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:37:27.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:37:27.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "clamp",
  "timestamp": 1619656528639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:37:27.016Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:37:27.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:37:27.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "clamp",
  "timestamp": 1619656530648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:37:27.016Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:37:27.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:37:27.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "clamp",
  "timestamp": 1619656531652,
  "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-04-29T00:37:27.023Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9bf9b4bb-cf91-4712-b306-99fa62d820ee
2021-04-29T00:37:27.023Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bf9b4bb-cf91-4712-b306-99fa62d820ee 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-04-29T00:37:33.350Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc37b1eb-be23-4c15-a718-edf3bb9fca14/model-vers/model-ver/320a9814-cc2e-42f6-a18b-fa57533676bb?depth=0
2021-04-29T00:37:33.490Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T00:37:34.168Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc37b1eb-be23-4c15-a718-edf3bb9fca14/model-vers/model-ver/320a9814-cc2e-42f6-a18b-fa57533676bb?depth=0|INFO|500||Invoke
2021-04-29T00:37:34.176Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc37b1eb-be23-4c15-a718-edf3bb9fca14/model-vers/model-ver/320a9814-cc2e-42f6-a18b-fa57533676bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc37b1eb-be23-4c15-a718-edf3bb9fca14/model-vers/model-ver/320a9814-cc2e-42f6-a18b-fa57533676bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a9c83741-3837-4f15-a782-dde35b40cd42], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c7ebf6ec-1629-4551-9371-c0be93d0edaf], X-ECOMP-RequestID=[a9c83741-3837-4f15-a782-dde35b40cd42], X-TransactionId=[], X-ONAP-RequestID=[a9c83741-3837-4f15-a782-dde35b40cd42], Content-Type=[application/merge-patch+json]}
2021-04-29T00:37:34.331Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc37b1eb-be23-4c15-a718-edf3bb9fca14/model-vers/model-ver/320a9814-cc2e-42f6-a18b-fa57533676bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T00:37:34.523Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc37b1eb-be23-4c15-a718-edf3bb9fca14/model-vers/model-ver/320a9814-cc2e-42f6-a18b-fa57533676bb?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/fc37b1eb-be23-4c15-a718-edf3bb9fca14/model-vers/model-ver/320a9814-cc2e-42f6-a18b-fa57533676bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210429-00:37:34:337-81730], vertex-id=[168080], Content-Length=[0], Date=[Thu, 29 Apr 2021 00:37:34 GMT], Content-Type=[application/json]}
2021-04-29T00:37:34.524Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc37b1eb-be23-4c15-a718-edf3bb9fca14/model-vers/model-ver/320a9814-cc2e-42f6-a18b-fa57533676bb?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-29T00:37:34.525Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc37b1eb-be23-4c15-a718-edf3bb9fca14/model-vers/model-ver/320a9814-cc2e-42f6-a18b-fa57533676bb?depth=0|INFO|500||InvokeReturn
2021-04-29T00:37:34.529Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T00:37:34.529Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T00:37:34.534Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-29T00:37:34.535Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9c83741-3837-4f15-a782-dde35b40cd42 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T00:37:34.537Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T00:37:34.538Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:37:34.540Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:37:34.540Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656654535,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T00:37:34.640Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:37:34.642Z||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-04-29T00:37:34.642Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:37:34.655Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:37:34.656Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T00:37:35.551Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:37:35.552Z|a9c83741-3837-4f15-a782-dde35b40cd42|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-04-29T00:37:35.552Z|a9c83741-3837-4f15-a782-dde35b40cd42|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 G8rjszERcIqcuwJC) ...
2021-04-29T00:37:39.863Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:37:39.864Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T00:37:39.864Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9bf9b4bb-cf91-4712-b306-99fa62d820ee","serviceName":"basic_onboard_OGvuhC","serviceVersion":"1.0","serviceUUID":"a8cea51f-1e2e-4624-aac6-fa26727d05f5","serviceDescription":"service","serviceInvariantUUID":"4df30eb3-9fad-46b8-a419-4d4e68ee00a3","resources":[{"resourceInstanceName":"basic_onboard_OGvuhC 0","resourceName":"basic_onboard_OGvuhC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7b85d43b-275d-4fc0-bfd3-600c39de9458","resourceInvariantUUID":"8ad92ace-e2af-4f11-9c18-787517c4dd48","resourceCustomizationUUID":"f02aa07a-4124-478b-9786-fbda25030755","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vf-license-model.xml","artifactChecksum":"OTBlYzkyYWNiMDVhOTIzNWFkMjRjOTQ2OTFlODE2ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3a777e65-1e02-49bf-951d-699cdd421a52","artifactVersion":"1"},{"artifactName":"basic_onboard_ogvuhc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json","artifactChecksum":"MWM4MTE1NzlhOGZlMzk3ZWQ5MTIwMTBhMGU5NzdmMWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4639f7dd-49a4-497f-ac32-ca81cfafc716","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6ce02b9f-a608-409c-a853-6eb69ea8e33e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"62e1a162-cd9d-4ed3-b765-aac4c0115c5b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8c64da0a-a132-4133-b511-8218d32d639c","artifactVersion":"2","generatedFromUUID":"6ce02b9f-a608-409c-a853-6eb69ea8e33e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOgvuhc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-template.yml","artifactChecksum":"ZjZjZjg2NGJjNDFiNjY3ZWE2Y2NiZDQ5MDM3NWY4OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ef542c43-12f5-442b-8c6e-c0be87a6b0d4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOgvuhc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar","artifactChecksum":"MWM4MTZmYTJhOGQyZDk1ZDNhZTAyM2RmMTYwYjMxNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2cd7cf64-77b5-403b-be6c-49a3a52e7426","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T00:37:39.867Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:37:39.867Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:37:39.869Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:37:39.869Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656655551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:37:39.969Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:37:39.970Z||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-04-29T00:37:39.970Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:37:39.984Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:37:39.985Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:37:40.869Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:37:40.870Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:37:40.872Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:37:40.872Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656655551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T00:37:40.972Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:37:40.973Z||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-04-29T00:37:40.973Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:37:40.988Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:37:40.989Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-04-29T00:37:41.873Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:37:41.874Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:37:41.875Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:37:41.875Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656655551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:37:41.976Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:37:41.977Z||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-04-29T00:37:41.977Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:37:41.988Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:37:41.989Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:37:42.876Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:37:42.877Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:37:42.879Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:37:42.879Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656655551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:37:42.980Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T00:37:42.981Z||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-04-29T00:37:42.982Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:37:42.995Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:37:42.996Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-29T00:37:43.880Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:37:43.881Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:37:43.883Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:37:43.883Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656655551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-29T00:37:43.983Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:37:43.984Z||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-04-29T00:37:43.984Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:37:44.000Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:37:44.000Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:37:44.884Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:37:44.885Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:37:44.887Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:37:44.887Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656655551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:37:44.987Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:37:44.988Z||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-04-29T00:37:44.988Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:37:45.000Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:37:45.001Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-29T00:37:45.887Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:37:45.888Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:37:45.890Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:37:45.890Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656655551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:37:45.990Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:37:45.991Z||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-04-29T00:37:45.992Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:37:46.008Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:37:46.009Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:37:46.892Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "serviceName": "basic_onboard_OGvuhC",
  "serviceVersion": "1.0",
  "serviceUUID": "a8cea51f-1e2e-4624-aac6-fa26727d05f5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4df30eb3-9fad-46b8-a419-4d4e68ee00a3",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OGvuhC 0",
      "resourceCustomizationUUID": "f02aa07a-4124-478b-9786-fbda25030755",
      "resourceName": "basic_onboard_OGvuhC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7b85d43b-275d-4fc0-bfd3-600c39de9458",
      "resourceInvariantUUID": "8ad92ace-e2af-4f11-9c18-787517c4dd48",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ogvuhc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
          "artifactChecksum": "MWM4MTE1NzlhOGZlMzk3ZWQ5MTIwMTBhMGU5NzdmMWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4639f7dd-49a4-497f-ac32-ca81cfafc716",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6ce02b9f-a608-409c-a853-6eb69ea8e33e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8c64da0a-a132-4133-b511-8218d32d639c",
            "generatedFromUUID": "6ce02b9f-a608-409c-a853-6eb69ea8e33e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8c64da0a-a132-4133-b511-8218d32d639c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOgvuhc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
      "artifactChecksum": "MWM4MTZmYTJhOGQyZDk1ZDNhZTAyM2RmMTYwYjMxNGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2cd7cf64-77b5-403b-be6c-49a3a52e7426"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T00:37:46.892Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T00:37:46.892Z|a9c83741-3837-4f15-a782-dde35b40cd42|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a8cea51f-1e2e-4624-aac6-fa26727d05f5 ASDC
2021-04-29T00:37:46.893Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9bf9b4bb-cf91-4712-b306-99fa62d820ee
ServiceName:basic_onboard_OGvuhC
ServiceVersion:1.0
ServiceUUID:a8cea51f-1e2e-4624-aac6-fa26727d05f5
ServiceInvariantUUID:4df30eb3-9fad-46b8-a419-4d4e68ee00a3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOgvuhc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar
ArtifactUUID:2cd7cf64-77b5-403b-be6c-49a3a52e7426
ArtifactChecksum:MWM4MTZmYTJhOGQyZDk1ZDNhZTAyM2RmMTYwYjMxNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OGvuhC 0
ResourceCustomizationUUID:f02aa07a-4124-478b-9786-fbda25030755
ResourceInvariantUUID:8ad92ace-e2af-4f11-9c18-787517c4dd48
ResourceName:basic_onboard_OGvuhC
ResourceType:VF
ResourceUUID:7b85d43b-275d-4fc0-bfd3-600c39de9458
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ogvuhc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json
ArtifactUUID:4639f7dd-49a4-497f-ac32-ca81cfafc716
ArtifactChecksum:MWM4MTE1NzlhOGZlMzk3ZWQ5MTIwMTBhMGU5NzdmMWQ=
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/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:6ce02b9f-a608-409c-a853-6eb69ea8e33e
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/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env
ArtifactUUID:8c64da0a-a132-4133-b511-8218d32d639c
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/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env
ArtifactUUID:8c64da0a-a132-4133-b511-8218d32d639c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-29T00:37:46.893Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a8cea51f-1e2e-4624-aac6-fa26727d05f5 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-04-29T00:37:46.925Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T00:37:46.925Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-29T00:37:46.925Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-29T00:37:46.925Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2cd7cf64-77b5-403b-be6c-49a3a52e7426 from URL: /sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:46.926Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-29T00:37:46.926Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:47.134Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-29T00:37:47.140Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar 2cd7cf64-77b5-403b-be6c-49a3a52e7426 75696
2021-04-29T00:37:47.141Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar ASDC sendASDCNotification
2021-04-29T00:37:47.141Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:47.141Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T00:37:47.142Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:37:47.143Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:37:47.143Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656667141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:37:47.243Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:37:47.244Z||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-04-29T00:37:47.245Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:37:47.257Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:37:47.257Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:37:48.144Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T00:37:48.145Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-29T00:37:48.145Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2cd7cf64-77b5-403b-be6c-49a3a52e7426, URL: /sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar to file: /app/ASDC/1/service-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:48.146Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:48.146Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:48.146Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:48.291Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3718786324275635724/Definitions/service-BasicOnboardOgvuhc-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-04-29T00:37:49.664Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T00:37:49.664Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-29T00:37:49.664Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:49.665Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-29T00:37:49.665Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OGvuhC 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-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:49.665Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:49.665Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:49.665Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:49.665Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:49.665Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:49.665Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OGvuhC 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:49.665Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:49.665Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:49.665Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:49.665Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-29T00:37:49.665Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:49.665Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OGvuhC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:37:49.665Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OGvuhC 0 is matching search criteria
2021-04-29T00:37:49.666Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-29T00:37:49.666Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OGvuhC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T00:37:49.666Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:49.666Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OGvuhC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:37:49.666Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OGvuhC 0 is matching search criteria
2021-04-29T00:37:49.666Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-29T00:37:49.666Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OGvuhC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T00:37:49.666Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:49.666Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OGvuhC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:37:49.666Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:49.667Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OGvuhC 0 is not matching search criteria
2021-04-29T00:37:49.667Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-29T00:37:49.667Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-29T00:37:49.667Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-29T00:37:49.667Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-29T00:37:49.667Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-29T00:37:49.667Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:49.667Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OGvuhC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T00:37:49.667Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:49.667Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OGvuhC 0 is matching search criteria
2021-04-29T00:37:49.667Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OGvuhC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:37:49.668Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:49.668Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OGvuhC 0 is matching search criteria
2021-04-29T00:37:49.668Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OGvuhC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:37:49.668Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:49.668Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OGvuhC 0 is matching search criteria
2021-04-29T00:37:49.668Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OGvuhC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:37:49.668Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:49.668Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OGvuhC 0 is not matching search criteria
2021-04-29T00:37:49.668Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-29T00:37:49.668Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-29T00:37:49.669Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3a6efe79-b3a6-4bd7-8cde-09d646e50b0e
2021-04-29T00:37:49.669Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:49.669Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OGvuhC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:37:49.669Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:49.669Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OGvuhC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:37:49.669Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:49.669Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OGvuhC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:37:49.669Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:49.669Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OGvuhC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:37:49.669Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_OGvuhC
Description:service
Model UUID:a8cea51f-1e2e-4624-aac6-fa26727d05f5
Model Version:NULL
Model InvariantUuid:4df30eb3-9fad-46b8-a419-4d4e68ee00a3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_OGvuhC
Model UUID:ff721b6e-2761-4079-97f2-8b8c3ef4f53a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8ad92ace-e2af-4f11-9c18-787517c4dd48
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f02aa07a-4124-478b-9786-fbda25030755
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:77d8df4e-0c98-4617-8d69-152200ff8541
ModelName:BasicOnboardOgvuhc..base_ubuntu18..module-0
ModelUuid:9f3788e6-78f5-46e8-93ac-01c2f168c544
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3a6efe79-b3a6-4bd7-8cde-09d646e50b0e
ModelInvariantUuid:b544eb0a-19f6-401f-bb70-745858cd8e62
ModelName:basic_onboard_OGvuhC-nodes.ubuntu18Cvfc
ModelUuid:64f7a1f1-1791-4e66-a227-4ce80757cda2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:553c09b7-e7c1-445d-a9a2-fa11871e22b3
ModelInvariantUuid:fd4eb5ae-4a88-4ebf-b705-2f3a67f0ea56
ModelName:BasicOnboardOgvuhc.compute.nodes.heat.ubuntu18
ModelUuid:4ab3a0d7-b758-48a3-99f8-175e6b52cc97
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-04-29T00:37:49.679Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7b85d43b-275d-4fc0-bfd3-600c39de9458
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-04-29T00:37:49.682Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||basic_onboard_OGvuhC 0
2021-04-29T00:37:49.683Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7b85d43b-275d-4fc0-bfd3-600c39de9458
2021-04-29T00:37:49.683Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4639f7dd-49a4-497f-ac32-ca81cfafc716 from URL: /sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json
2021-04-29T00:37:49.683Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-29T00:37:49.683Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json
2021-04-29T00:37:50.422Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-29T00:37:50.422Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json 4639f7dd-49a4-497f-ac32-ca81cfafc716 798
2021-04-29T00:37:50.422Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json ASDC sendASDCNotification
2021-04-29T00:37:50.423Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json
2021-04-29T00:37:50.423Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T00:37:50.423Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:37:50.427Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:37:50.427Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656670422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:37:50.525Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-04-29T00:37:50.526Z||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-04-29T00:37:50.526Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:37:50.538Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:37:50.539Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-29T00:37:51.427Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOgvuhc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "77d8df4e-0c98-4617-8d69-152200ff8541",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9f3788e6-78f5-46e8-93ac-01c2f168c544",
    "vfModuleModelCustomizationUUID": "445c0d5f-93e5-4ae0-9b36-fee72f75fe7d",
    "isBase": true,
    "artifacts": [
      "6ce02b9f-a608-409c-a853-6eb69ea8e33e",
      "8c64da0a-a132-4133-b511-8218d32d639c"
    ],
    "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-04-29T00:37:51.434Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOgvuhc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9f3788e6-78f5-46e8-93ac-01c2f168c544
VfModuleModelInvariantUUID:77d8df4e-0c98-4617-8d69-152200ff8541
VfModuleModelDescription:NULL
Artifacts UUID List:{
6ce02b9f-a608-409c-a853-6eb69ea8e33e
,
8c64da0a-a132-4133-b511-8218d32d639c

}
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-04-29T00:37:51.439Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOgvuhc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "77d8df4e-0c98-4617-8d69-152200ff8541",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9f3788e6-78f5-46e8-93ac-01c2f168c544",
    "vfModuleModelCustomizationUUID": "445c0d5f-93e5-4ae0-9b36-fee72f75fe7d",
    "isBase": true,
    "artifacts": [
      "6ce02b9f-a608-409c-a853-6eb69ea8e33e",
      "8c64da0a-a132-4133-b511-8218d32d639c"
    ],
    "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-04-29T00:37:51.440Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOgvuhc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9f3788e6-78f5-46e8-93ac-01c2f168c544
VfModuleModelInvariantUUID:77d8df4e-0c98-4617-8d69-152200ff8541
VfModuleModelDescription:NULL
Artifacts UUID List:{
6ce02b9f-a608-409c-a853-6eb69ea8e33e
,
8c64da0a-a132-4133-b511-8218d32d639c

}
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-04-29T00:37:51.440Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6ce02b9f-a608-409c-a853-6eb69ea8e33e from URL: /sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml
2021-04-29T00:37:51.440Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-29T00:37:51.440Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml
2021-04-29T00:37:52.211Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-29T00:37:52.211Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml 6ce02b9f-a608-409c-a853-6eb69ea8e33e 5033
2021-04-29T00:37:52.212Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-29T00:37:52.212Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml
2021-04-29T00:37:52.212Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T00:37:52.212Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:37:52.214Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:37:52.214Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656672212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:37:52.314Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:37:52.315Z||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-04-29T00:37:52.315Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:37:52.328Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:37:52.329Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:37:53.214Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8c64da0a-a132-4133-b511-8218d32d639c from URL: /sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env
2021-04-29T00:37:53.215Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-29T00:37:53.215Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env
2021-04-29T00:37:53.477Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-29T00:37:53.477Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env 8c64da0a-a132-4133-b511-8218d32d639c 909
2021-04-29T00:37:53.477Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-29T00:37:53.477Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env
2021-04-29T00:37:53.477Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T00:37:53.477Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:37:53.479Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:37:53.479Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656673477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:37:53.580Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:37:53.580Z||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-04-29T00:37:53.580Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:37:53.593Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:37:53.593Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:37:54.480Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a8cea51f-1e2e-4624-aac6-fa26727d05f5
2021-04-29T00:37:54.481Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OGvuhC 0 7b85d43b-275d-4fc0-bfd3-600c39de9458 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-04-29T00:37:54.494Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:54.494Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OGvuhC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:37:54.495Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-04-29T00:37:54.495Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f02aa07a-4124-478b-9786-fbda25030755
2021-04-29T00:37:54.495Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f02aa07a-4124-478b-9786-fbda25030755 matches Tosca VF Customization UUID: f02aa07a-4124-478b-9786-fbda25030755
2021-04-29T00:37:54.495Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f02aa07a-4124-478b-9786-fbda25030755  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-04-29T00:37:54.499Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:54.499Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OGvuhC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:37:54.500Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f02aa07a-4124-478b-9786-fbda25030755: {\"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-04-29T00:37:54.500Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2431c56c
2021-04-29T00:37:54.500Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:54.500Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OGvuhC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T00:37:54.501Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 445c0d5f-93e5-4ae0-9b36-fee72f75fe7d
2021-04-29T00:37:54.501Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 445c0d5f-93e5-4ae0-9b36-fee72f75fe7d
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-04-29T00:37:54.504Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:54.504Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OGvuhC 0 is matching search criteria
2021-04-29T00:37:54.504Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OGvuhC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:37:54.504Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:54.504Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OGvuhC 0 is matching search criteria
2021-04-29T00:37:54.505Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OGvuhC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:37:54.505Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:54.505Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OGvuhC 0 is not matching search criteria
2021-04-29T00:37:54.505Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-29T00:37:54.506Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-29T00:37:54.506Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3a6efe79-b3a6-4bd7-8cde-09d646e50b0e
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-04-29T00:37:54.508Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:54.509Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OGvuhC 0 is matching search criteria
2021-04-29T00:37:54.509Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OGvuhC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:37:54.509Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:54.509Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OGvuhC 0 is matching search criteria
2021-04-29T00:37:54.509Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OGvuhC 0] matching following query criteria: sdcType=VF, customizationUUID=f02aa07a-4124-478b-9786-fbda25030755
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-04-29T00:37:54.511Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:54.512Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OGvuhC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:37:54.512Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a8cea51f-1e2e-4624-aac6-fa26727d05f5: basic_onboard_OGvuhC
2021-04-29T00:37:54.512Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:54.512Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OGvuhC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:37:54.512Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:54.512Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OGvuhC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:37:54.512Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:54.513Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OGvuhC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:37:54.513Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:54.513Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OGvuhC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:37:54.513Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:37:54.514Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OGvuhC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:37:54.514Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_OGvuhC 
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-04-29T00:37:54.594Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OGvuhC 7b85d43b-275d-4fc0-bfd3-600c39de9458 1 ASDC deployResourceStructure
2021-04-29T00:37:54.595Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json ASDC sendASDCNotification
2021-04-29T00:37:54.595Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json
2021-04-29T00:37:54.595Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T00:37:54.596Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:37:54.598Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:37:54.598Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656674595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T00:37:54.699Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T00:37:54.700Z||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-04-29T00:37:54.700Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:37:54.712Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:37:54.712Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:37:55.603Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-29T00:37:55.603Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml
2021-04-29T00:37:55.603Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T00:37:55.604Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:37:55.605Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:37:55.606Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656675600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T00:37:55.706Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:37:55.707Z||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-04-29T00:37:55.707Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:37:55.718Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:37:55.718Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:37:56.607Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-29T00:37:56.607Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env
2021-04-29T00:37:56.608Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T00:37:56.608Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:37:56.610Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:37:56.611Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656676607,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-29T00:37:56.711Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:37:56.711Z||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-04-29T00:37:56.712Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:37:56.732Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:37:56.733Z||pool-32-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:37:57.611Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar ASDC sendASDCNotification
2021-04-29T00:37:57.612Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar
2021-04-29T00:37:57.612Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T00:37:57.612Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:37:57.614Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:37:57.614Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656677611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:37:57.716Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-29T00:37:57.717Z||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-04-29T00:37:57.717Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:37:57.728Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:37:57.729Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:37:58.615Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9bf9b4bb-cf91-4712-b306-99fa62d820ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-29T00:37:58.629Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9bf9b4bb-cf91-4712-b306-99fa62d820ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T00:37:58.633Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T00:37:58.634Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T00:37:58.634Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T00:37:58.634Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T00:37:58.634Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:37:58.634Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:37:58.634Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:37:58.634Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:37:58.634Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:37:58.634Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:37:58.635Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T00:37:58.642Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T00:38:26.492Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:38:26.493Z||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-04-29T00:38:26.494Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:38:27.122Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:38:27.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:38:27.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9c83741-3837-4f15-a782-dde35b40cd42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656654535,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T00:38:27.125Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:38:27.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:38:27.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656655551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:38:27.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:38:27.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:38:27.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656655551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T00:38:27.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:38:27.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:38:27.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656655551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:38:27.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:38:27.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:38:27.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656655551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:38:27.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:38:27.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:38:27.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656655551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-29T00:38:27.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:38:27.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:38:27.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656655551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:38:27.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:38:27.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:38:27.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656655551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:38:27.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:38:27.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:38:27.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656667141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:38:27.129Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:38:27.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:38:27.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656670422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:38:27.129Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:38:27.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:38:27.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656672212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:38:27.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:38:27.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:38:27.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656673477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:38:27.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:38:27.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:38:27.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656674595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/basic_onboard_ogvuhc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T00:38:27.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:38:27.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:38:27.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656675600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T00:38:27.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:38:27.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:38:27.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656676607,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/resourceInstances/basic_onboard_ogvuhc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-29T00:38:27.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:38:27.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:38:27.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656677611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOgvuhc/1.0/artifacts/service-BasicOnboardOgvuhc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:38:27.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:38:28.642Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9bf9b4bb-cf91-4712-b306-99fa62d820ee 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-04-29T00:38:28.648Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9bf9b4bb-cf91-4712-b306-99fa62d820ee and serviceModelVersionId: a8cea51f-1e2e-4624-aac6-fa26727d05f5
2021-04-29T00:38:28.648Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4df30eb3-9fad-46b8-a419-4d4e68ee00a3
2021-04-29T00:38:28.649Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4df30eb3-9fad-46b8-a419-4d4e68ee00a3/model-vers/model-ver/a8cea51f-1e2e-4624-aac6-fa26727d05f5?depth=0
2021-04-29T00:38:28.653Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T00:38:28.686Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df30eb3-9fad-46b8-a419-4d4e68ee00a3/model-vers/model-ver/a8cea51f-1e2e-4624-aac6-fa26727d05f5?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-04-29T00:38:28.686Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df30eb3-9fad-46b8-a419-4d4e68ee00a3/model-vers/model-ver/a8cea51f-1e2e-4624-aac6-fa26727d05f5?depth=0|INFO|500||Invoke
2021-04-29T00:38:28.710Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df30eb3-9fad-46b8-a419-4d4e68ee00a3/model-vers/model-ver/a8cea51f-1e2e-4624-aac6-fa26727d05f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T00:38:28.846Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df30eb3-9fad-46b8-a419-4d4e68ee00a3/model-vers/model-ver/a8cea51f-1e2e-4624-aac6-fa26727d05f5?depth=0|INFO|500||InvokeReturn
2021-04-29T00:38:28.847Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df30eb3-9fad-46b8-a419-4d4e68ee00a3/model-vers/model-ver/a8cea51f-1e2e-4624-aac6-fa26727d05f5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210429-00:38:28:715-27184], vertex-id=[209088], Content-Length=[0], Date=[Thu, 29 Apr 2021 00:38:28 GMT], Content-Type=[application/json]}
2021-04-29T00:38:28.847Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-04-29T00:38:28.847Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T00:38:28.847Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T00:38:28.852Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-29T00:38:28.852Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9bf9b4bb-cf91-4712-b306-99fa62d820ee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T00:38:28.852Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T00:38:28.852Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:38:28.855Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:38:28.855Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656708852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T00:38:28.955Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:38:28.956Z||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-04-29T00:38:28.956Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:38:28.970Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:38:28.971Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T00:38:29.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:38:29.867Z||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-04-29T00:38:29.868Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:38:39.415Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:38:39.416Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:38:39.417Z||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-04-29T00:38:39.417Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:38:48.960Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:38:48.961Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:38:48.961Z||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-04-29T00:38:48.961Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:38:58.499Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:39:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:39:26.491Z||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-04-29T00:39:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:39:26.492Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:39:26.492Z||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-04-29T00:39:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:39:27.116Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:39:27.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:39:27.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bf9b4bb-cf91-4712-b306-99fa62d820ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619656708852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T00:39:27.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:39:36.039Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:40:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:40:26.491Z||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-04-29T00:40:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:40:26.492Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:40:26.493Z||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-04-29T00:40:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:40:36.037Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:40:36.038Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:41:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:41:26.491Z||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-04-29T00:41:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:41:26.492Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:41:26.492Z||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-04-29T00:41:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:41:36.039Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:41:36.039Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:42:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:42:26.491Z||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-04-29T00:42:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:42:26.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:42:26.493Z||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-04-29T00:42:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:42:36.035Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:42:36.041Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:43:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:43:26.491Z||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-04-29T00:43:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:43:26.492Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:43:26.492Z||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-04-29T00:43:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:43:36.042Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:43:36.050Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:44:26.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:44:26.491Z||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-04-29T00:44:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:44:26.492Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:44:26.493Z||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-04-29T00:44:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:44:27.119Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:44:27.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"aa283c2f-a6a8-4afa-a41a-1645c609e2ed","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7cfd36a9-d3d8-471c-930c-71f5b6e59d90","serviceDescription":"service","serviceInvariantUUID":"257fb26d-d65e-4465-b246-f546695ba152","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0b21b493-62f9-4582-b5fb-ec377c2c4a56","resourceInvariantUUID":"8f658ef0-8b17-4c5c-9a2a-2db9eeb556f2","resourceCustomizationUUID":"02cf8ffc-dbe5-4dad-a244-8a8f4a01cf49","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":"MjMwYTY1MjVlODM3ZTUzZDYxNGQzN2VjNzVjNWY1Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d22b06e4-a5fd-4c70-b163-45369bbe91a8","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjlhMTAxODRhNTNmMWY1YmM4YmM1MTdlNGNhM2FmZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0fc13f4-a24c-4ca9-a550-375bebe5b88c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T00:44:27.123Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:44:27.123Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:44:27.125Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:44:27.125Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:44:27.126Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657066490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:44:27.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "aai-ml",
  "timestamp": 1619657036852,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:44:27.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "policy-id",
  "timestamp": 1619657038267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:44:27.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657039184,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:44:27.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "aai-ml",
  "timestamp": 1619657036852,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:44:27.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "policy-id",
  "timestamp": 1619657038267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:44:27.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657039634,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:44:27.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657039184,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:44:27.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "aai-ml",
  "timestamp": 1619657041225,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:44:27.129Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:44:27.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657039634,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:44:27.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "policy-id",
  "timestamp": 1619657041256,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:44:27.129Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:44:27.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "dcae-sch",
  "timestamp": 1619657041555,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:44:27.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "policy-id",
  "timestamp": 1619657042260,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:44:27.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:44:27.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "dcae-sch",
  "timestamp": 1619657041555,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:44:27.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657042601,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:44:27.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "policy-id",
  "timestamp": 1619657043262,
  "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-04-29T00:44:27.148Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aa283c2f-a6a8-4afa-a41a-1645c609e2ed
2021-04-29T00:44:27.148Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa283c2f-a6a8-4afa-a41a-1645c609e2ed 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-04-29T00:44:27.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "cds",
  "timestamp": 1619657042832,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:44:27.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657043069,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:44:27.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657042601,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:44:27.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "cds",
  "timestamp": 1619657042832,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:44:27.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657043069,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:44:27.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "aai-ml",
  "timestamp": 1619657044731,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:44:27.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:44:27.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657044110,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:44:27.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "cds",
  "timestamp": 1619657045715,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:44:27.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:44:27.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "aai-ml",
  "timestamp": 1619657045734,
  "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-04-29T00:44:27.164Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aa283c2f-a6a8-4afa-a41a-1645c609e2ed
2021-04-29T00:44:27.164Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa283c2f-a6a8-4afa-a41a-1645c609e2ed 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-04-29T00:44:27.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657044110,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:44:27.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657045992,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:44:27.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:44:27.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "cds",
  "timestamp": 1619657046721,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T00:44:27.179Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aa283c2f-a6a8-4afa-a41a-1645c609e2ed
2021-04-29T00:44:27.179Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa283c2f-a6a8-4afa-a41a-1645c609e2ed 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-04-29T00:44:27.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657047553,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:44:27.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:44:27.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657048559,
  "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-04-29T00:44:27.193Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aa283c2f-a6a8-4afa-a41a-1645c609e2ed
2021-04-29T00:44:27.193Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa283c2f-a6a8-4afa-a41a-1645c609e2ed 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-04-29T00:44:27.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "clamp",
  "timestamp": 1619657049361,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:44:27.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "clamp",
  "timestamp": 1619657049361,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:44:27.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:44:27.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "clamp",
  "timestamp": 1619657058724,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:44:27.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:44:27.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "clamp",
  "timestamp": 1619657060735,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:44:27.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:44:27.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T00:44:27.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "clamp",
  "timestamp": 1619657061738,
  "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-04-29T00:44:27.210Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aa283c2f-a6a8-4afa-a41a-1645c609e2ed
2021-04-29T00:44:27.210Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa283c2f-a6a8-4afa-a41a-1645c609e2ed 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-04-29T00:44:27.226Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:44:27.226Z||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-04-29T00:44:27.227Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:44:27.238Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:44:27.239Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:44:28.126Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:44:28.127Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:44:28.129Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:44:28.129Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657066490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:44:28.229Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:44:28.230Z||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-04-29T00:44:28.230Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:44:28.241Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:44:28.241Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:44:29.130Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "7cfd36a9-d3d8-471c-930c-71f5b6e59d90",
  "serviceDescription": "service",
  "serviceInvariantUUID": "257fb26d-d65e-4465-b246-f546695ba152",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "02cf8ffc-dbe5-4dad-a244-8a8f4a01cf49",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "0b21b493-62f9-4582-b5fb-ec377c2c4a56",
      "resourceInvariantUUID": "8f658ef0-8b17-4c5c-9a2a-2db9eeb556f2",
      "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": "NjlhMTAxODRhNTNmMWY1YmM4YmM1MTdlNGNhM2FmZDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f0fc13f4-a24c-4ca9-a550-375bebe5b88c"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T00:44:29.130Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T00:44:29.131Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7cfd36a9-d3d8-471c-930c-71f5b6e59d90 ASDC
2021-04-29T00:44:29.131Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:aa283c2f-a6a8-4afa-a41a-1645c609e2ed
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7cfd36a9-d3d8-471c-930c-71f5b6e59d90
ServiceInvariantUUID:257fb26d-d65e-4465-b246-f546695ba152
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:f0fc13f4-a24c-4ca9-a550-375bebe5b88c
ArtifactChecksum:NjlhMTAxODRhNTNmMWY1YmM4YmM1MTdlNGNhM2FmZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:02cf8ffc-dbe5-4dad-a244-8a8f4a01cf49
ResourceInvariantUUID:8f658ef0-8b17-4c5c-9a2a-2db9eeb556f2
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:0b21b493-62f9-4582-b5fb-ec377c2c4a56
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-29T00:44:29.131Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7cfd36a9-d3d8-471c-930c-71f5b6e59d90 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-04-29T00:44:29.157Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T00:44:29.158Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T00:44:29.158Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T00:44:29.158Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f0fc13f4-a24c-4ca9-a550-375bebe5b88c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-29T00:44:29.159Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T00:44:29.159Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-29T00:44:29.490Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T00:44:29.492Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f0fc13f4-a24c-4ca9-a550-375bebe5b88c 53010
2021-04-29T00:44:29.493Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-29T00:44:29.493Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-29T00:44:29.493Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T00:44:29.493Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:44:29.495Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:44:29.495Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657069493,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:44:29.595Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:44:29.596Z||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-04-29T00:44:29.596Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:44:29.609Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:44:29.610Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:44:30.496Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T00:44:30.497Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T00:44:30.497Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f0fc13f4-a24c-4ca9-a550-375bebe5b88c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T00:44:30.497Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-29T00:44:30.498Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T00:44:30.498Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T00:44:30.580Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18339190507643168195/Definitions/service-BasicNetwork-template.yml
2021-04-29T00:44:30.946Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T00:44:30.946Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-29T00:44:30.946Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T00:44:30.947Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-29T00:44:30.947Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||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-04-29T00:44:30.947Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||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-04-29T00:44:30.947Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||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-04-29T00:44:30.947Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||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-04-29T00:44:30.947Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T00:44:30.947Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||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-04-29T00:44:30.947Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||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-04-29T00:44:30.947Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||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-04-29T00:44:30.947Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-29T00:44:30.948Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:44:30.948Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:44:30.948Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-29T00:44:30.948Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-29T00:44:30.948Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T00:44:30.948Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:44:30.948Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:44:30.949Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-29T00:44:30.949Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-29T00:44:30.949Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T00:44:30.949Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:44:30.949Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:44:30.949Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:44:30.949Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:44:30.950Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:44:30.950Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:44:30.950Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:44:30.950Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:44:30.950Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:44:30.950Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:44:30.950Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:7cfd36a9-d3d8-471c-930c-71f5b6e59d90
Model Version:NULL
Model InvariantUuid:257fb26d-d65e-4465-b246-f546695ba152
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8f658ef0-8b17-4c5c-9a2a-2db9eeb556f2
Model UUID:6ab849b6-53b4-42f0-b7ca-806bf6ee55a3
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:02cf8ffc-dbe5-4dad-a244-8a8f4a01cf49
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-04-29T00:44:30.956Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 0b21b493-62f9-4582-b5fb-ec377c2c4a56
2021-04-29T00:44:30.956Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||No resources found for Service: 7cfd36a9-d3d8-471c-930c-71f5b6e59d90
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-04-29T00:44:30.960Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||
2021-04-29T00:44:30.960Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-29T00:44:30.961Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 7cfd36a9-d3d8-471c-930c-71f5b6e59d90
2021-04-29T00:44:30.961Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7cfd36a9-d3d8-471c-930c-71f5b6e59d90
2021-04-29T00:44:30.961Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-29T00:44:30.962Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||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-04-29T00:44:30.968Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:44:30.968Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:44:30.969Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:44:30.969Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:44:30.969Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7cfd36a9-d3d8-471c-930c-71f5b6e59d90: Generic NeutronNet
2021-04-29T00:44:30.969Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:44:30.969Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:44:30.970Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:44:30.970Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||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-04-29T00:44:30.997Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:44:30.997Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:44:30.997Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:44:30.997Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:44:30.998Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:44:30.998Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:44:30.998Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||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-04-29T00:44:31.058Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-29T00:44:31.059Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-29T00:44:31.059Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-29T00:44:31.059Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T00:44:31.059Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:44:31.061Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:44:31.062Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657071059,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:44:31.162Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:44:31.163Z||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-04-29T00:44:31.163Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:44:31.176Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:44:31.176Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-29T00:44:32.062Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa283c2f-a6a8-4afa-a41a-1645c609e2ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-29T00:44:32.074Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa283c2f-a6a8-4afa-a41a-1645c609e2ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T00:44:32.077Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T00:44:32.078Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T00:44:32.078Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T00:44:32.078Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T00:44:32.078Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:44:32.078Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:44:32.078Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:44:32.079Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:44:32.079Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:44:32.079Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:44:32.079Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T00:44:32.085Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T00:45:02.086Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aa283c2f-a6a8-4afa-a41a-1645c609e2ed 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-04-29T00:45:02.092Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aa283c2f-a6a8-4afa-a41a-1645c609e2ed and serviceModelVersionId: 7cfd36a9-d3d8-471c-930c-71f5b6e59d90
2021-04-29T00:45:02.092Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 257fb26d-d65e-4465-b246-f546695ba152
2021-04-29T00:45:02.093Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/257fb26d-d65e-4465-b246-f546695ba152/model-vers/model-ver/7cfd36a9-d3d8-471c-930c-71f5b6e59d90?depth=0
2021-04-29T00:45:02.101Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T00:45:02.142Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/257fb26d-d65e-4465-b246-f546695ba152/model-vers/model-ver/7cfd36a9-d3d8-471c-930c-71f5b6e59d90?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-04-29T00:45:02.143Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/257fb26d-d65e-4465-b246-f546695ba152/model-vers/model-ver/7cfd36a9-d3d8-471c-930c-71f5b6e59d90?depth=0|INFO|500||Invoke
2021-04-29T00:45:02.171Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/257fb26d-d65e-4465-b246-f546695ba152/model-vers/model-ver/7cfd36a9-d3d8-471c-930c-71f5b6e59d90?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T00:45:02.413Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/257fb26d-d65e-4465-b246-f546695ba152/model-vers/model-ver/7cfd36a9-d3d8-471c-930c-71f5b6e59d90?depth=0|INFO|500||InvokeReturn
2021-04-29T00:45:02.413Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/257fb26d-d65e-4465-b246-f546695ba152/model-vers/model-ver/7cfd36a9-d3d8-471c-930c-71f5b6e59d90?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210429-00:45:02:179-25714], vertex-id=[647240], Content-Length=[0], Date=[Thu, 29 Apr 2021 00:45:02 GMT], Content-Type=[application/json]}
2021-04-29T00:45:02.414Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-04-29T00:45:02.414Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T00:45:02.414Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||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-04-29T00:45:02.418Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-29T00:45:02.418Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aa283c2f-a6a8-4afa-a41a-1645c609e2ed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T00:45:02.418Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T00:45:02.418Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:45:02.420Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:45:02.420Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657102418,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T00:45:02.521Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:45:02.521Z||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-04-29T00:45:02.521Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:45:02.535Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:45:02.536Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T00:45:26.490Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:45:26.491Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|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-04-29T00:45:26.491Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|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 G8rjszERcIqcuwJC) ...
2021-04-29T00:45:26.492Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:45:26.492Z||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-04-29T00:45:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:45:26.616Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:45:26.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:45:26.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657066490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:45:26.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:45:27.115Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:45:27.116Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T00:45:27.116Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4ff6ee44-66a3-42f2-bb5d-f623324a5c84","serviceName":"Demo_pNF_hqgHuWhopsNRW656oSrr","serviceVersion":"1.0","serviceUUID":"301f8dde-27b0-47e0-b968-68f4d3e51a41","serviceDescription":"catalog service description","serviceInvariantUUID":"343f3b38-e67e-410c-84c6-e4709bbf7752","resources":[{"resourceInstanceName":"pNF e0b5d1ed-0a05 0","resourceName":"pNF e0b5d1ed-0a05","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b74a77b9-8fc9-4888-b325-371bb20e0d33","resourceInvariantUUID":"7c6086f1-67b1-4478-b247-7ee561e16f34","resourceCustomizationUUID":"a55bf94c-9524-41eb-9f58-118494e3d873","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vf-license-model.xml","artifactChecksum":"NWU1MDI2ZmU4M2I5YzZlZDY2NWZhNWY0N2FkYTdmNDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"828d0cc1-62e8-4c19-8dcd-0b33e33dd19c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/pNF.csar","artifactChecksum":"MDRmODFkNWMxMjIzMzI0N2VlZGFjMGIxMjkwM2VjNTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d82225dd-1b9d-4604-a7e0-55d00e20b153","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1f2faf0c-e74a-4102-a5cc-f361809842d2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vendor-license-model.xml","artifactChecksum":"MzE0MzAyYTUwNTBiMWU2M2Y2ZmJjMzdjYjRkMTM4YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7b3e5c6c-747c-4ca4-a02d-62b0c2adfd80","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"86b4ce08-4c2d-47cd-a734-617138ff32ad","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0e77fbb-7bfc-4f7e-8f4c-030adbaf811a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHqghuwhopsnrw656osrr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-template.yml","artifactChecksum":"MDM5YmMxNGEwZWQ4NGQ2OGMzY2VhZjJlZDliYmVkMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"370db6ca-14b4-4a30-b158-171900122068","artifactVersion":"1"},{"artifactName":"service-DemoPnfHqghuwhopsnrw656osrr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar","artifactChecksum":"OTIyZWJhNDlmMzNiOWVlODRmYjc2ZGVlYWJmOGZkNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"664fe68a-8a1b-4812-8d55-2334dccab357","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T00:45:27.117Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:45:27.118Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:45:27.119Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:45:27.120Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657126490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:45:27.220Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:45:27.221Z||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-04-29T00:45:27.221Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:45:27.233Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:45:27.234Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:45:28.121Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:45:28.122Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:45:28.124Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:45:28.124Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657126490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:45:28.224Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:45:28.225Z||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-04-29T00:45:28.225Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:45:28.237Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:45:28.237Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:45:29.124Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:45:29.126Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:45:29.128Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:45:29.128Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657126490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:45:29.228Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T00:45:29.229Z||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-04-29T00:45:29.229Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:45:29.241Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:45:29.241Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:45:30.129Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:45:30.130Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:45:30.131Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:45:30.132Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657126490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:45:30.232Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:45:30.233Z||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-04-29T00:45:30.233Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:45:30.246Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:45:30.246Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:45:31.132Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:45:31.133Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:45:31.135Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:45:31.135Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657126490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:45:31.236Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:45:31.236Z||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-04-29T00:45:31.237Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:45:31.249Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:45:31.249Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:45:32.136Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:45:32.136Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:45:32.138Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:45:32.138Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657126490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:45:32.238Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:45:32.239Z||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-04-29T00:45:32.239Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:45:32.255Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:45:32.255Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-04-29T00:45:33.139Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:45:33.139Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:45:33.142Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:45:33.142Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657126490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:45:33.242Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:45:33.243Z||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-04-29T00:45:33.243Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:45:33.256Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:45:33.257Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-29T00:45:34.143Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:45:34.143Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:45:34.147Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:45:34.147Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657126490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:45:34.247Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:45:34.248Z||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-04-29T00:45:34.248Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:45:34.259Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:45:34.260Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:45:35.148Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "serviceName": "Demo_pNF_hqgHuWhopsNRW656oSrr",
  "serviceVersion": "1.0",
  "serviceUUID": "301f8dde-27b0-47e0-b968-68f4d3e51a41",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "343f3b38-e67e-410c-84c6-e4709bbf7752",
  "resources": [
    {
      "resourceInstanceName": "pNF e0b5d1ed-0a05 0",
      "resourceCustomizationUUID": "a55bf94c-9524-41eb-9f58-118494e3d873",
      "resourceName": "pNF e0b5d1ed-0a05",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b74a77b9-8fc9-4888-b325-371bb20e0d33",
      "resourceInvariantUUID": "7c6086f1-67b1-4478-b247-7ee561e16f34",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
      "artifactChecksum": "OTIyZWJhNDlmMzNiOWVlODRmYjc2ZGVlYWJmOGZkNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "664fe68a-8a1b-4812-8d55-2334dccab357"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T00:45:35.149Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T00:45:35.149Z|aa283c2f-a6a8-4afa-a41a-1645c609e2ed|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 301f8dde-27b0-47e0-b968-68f4d3e51a41 ASDC
2021-04-29T00:45:35.149Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:4ff6ee44-66a3-42f2-bb5d-f623324a5c84
ServiceName:Demo_pNF_hqgHuWhopsNRW656oSrr
ServiceVersion:1.0
ServiceUUID:301f8dde-27b0-47e0-b968-68f4d3e51a41
ServiceInvariantUUID:343f3b38-e67e-410c-84c6-e4709bbf7752
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHqghuwhopsnrw656osrr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar
ArtifactUUID:664fe68a-8a1b-4812-8d55-2334dccab357
ArtifactChecksum:OTIyZWJhNDlmMzNiOWVlODRmYjc2ZGVlYWJmOGZkNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e0b5d1ed-0a05 0
ResourceCustomizationUUID:a55bf94c-9524-41eb-9f58-118494e3d873
ResourceInvariantUUID:7c6086f1-67b1-4478-b247-7ee561e16f34
ResourceName:pNF e0b5d1ed-0a05
ResourceType:PNF
ResourceUUID:b74a77b9-8fc9-4888-b325-371bb20e0d33
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-29T00:45:35.149Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 301f8dde-27b0-47e0-b968-68f4d3e51a41 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T00:45:35.180Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T00:45:35.181Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T00:45:35.181Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T00:45:35.181Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 664fe68a-8a1b-4812-8d55-2334dccab357 from URL: /sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar
2021-04-29T00:45:35.181Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T00:45:35.182Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar
2021-04-29T00:45:35.447Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T00:45:35.454Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar 664fe68a-8a1b-4812-8d55-2334dccab357 83902
2021-04-29T00:45:35.455Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar ASDC sendASDCNotification
2021-04-29T00:45:35.455Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar
2021-04-29T00:45:35.455Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T00:45:35.455Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:45:35.457Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:45:35.457Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657135455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:45:35.557Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:45:35.558Z||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-04-29T00:45:35.558Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:45:35.570Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:45:35.570Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:45:36.458Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T00:45:36.460Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T00:45:36.460Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 664fe68a-8a1b-4812-8d55-2334dccab357, URL: /sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar to file: /app/ASDC/1/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar
2021-04-29T00:45:36.460Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHqghuwhopsnrw656osrr-csar.csar
2021-04-29T00:45:36.461Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar
2021-04-29T00:45:36.461Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar
2021-04-29T00:45:36.560Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13733624296622791434/Definitions/service-DemoPnfHqghuwhopsnrw656osrr-template.yml
2021-04-29T00:45:37.167Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T00:45:37.168Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-29T00:45:37.168Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar
2021-04-29T00:45:37.168Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-29T00:45:37.168Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar
2021-04-29T00:45:37.168Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar
2021-04-29T00:45:37.168Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar
2021-04-29T00:45:37.168Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar
2021-04-29T00:45:37.168Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar
2021-04-29T00:45:37.168Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e0b5d1ed-0a05 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-DemoPnfHqghuwhopsnrw656osrr-csar.csar
2021-04-29T00:45:37.168Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e0b5d1ed-0a05 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar
2021-04-29T00:45:37.168Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar
2021-04-29T00:45:37.168Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-29T00:45:37.168Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:45:37.168Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_hqgHuWhopsNRW656oSrr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:45:37.169Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Node template pNF e0b5d1ed-0a05 0 is matching search criteria
2021-04-29T00:45:37.169Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-29T00:45:37.169Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF e0b5d1ed-0a05 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T00:45:37.169Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:45:37.169Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_hqgHuWhopsNRW656oSrr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:45:37.169Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Node template pNF e0b5d1ed-0a05 0 is matching search criteria
2021-04-29T00:45:37.169Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-29T00:45:37.169Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF e0b5d1ed-0a05 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T00:45:37.169Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:45:37.169Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_hqgHuWhopsNRW656oSrr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:45:37.169Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:45:37.169Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_hqgHuWhopsNRW656oSrr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:45:37.169Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:45:37.169Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_hqgHuWhopsNRW656oSrr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:45:37.169Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:45:37.169Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_hqgHuWhopsNRW656oSrr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:45:37.170Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:45:37.170Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_hqgHuWhopsNRW656oSrr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:45:37.170Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hqgHuWhopsNRW656oSrr
Description:catalog service description
Model UUID:301f8dde-27b0-47e0-b968-68f4d3e51a41
Model Version:NULL
Model InvariantUuid:343f3b38-e67e-410c-84c6-e4709bbf7752
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-04-29T00:45:37.177Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: b74a77b9-8fc9-4888-b325-371bb20e0d33
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-04-29T00:45:37.179Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||pNF e0b5d1ed-0a05 0
2021-04-29T00:45:37.180Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b74a77b9-8fc9-4888-b325-371bb20e0d33
2021-04-29T00:45:37.180Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 301f8dde-27b0-47e0-b968-68f4d3e51a41
2021-04-29T00:45:37.180Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 301f8dde-27b0-47e0-b968-68f4d3e51a41
2021-04-29T00:45:37.180Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e0b5d1ed-0a05 0 b74a77b9-8fc9-4888-b325-371bb20e0d33 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-04-29T00:45:37.184Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:45:37.184Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_hqgHuWhopsNRW656oSrr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:45:37.184Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 301f8dde-27b0-47e0-b968-68f4d3e51a41: pNF e0b5d1ed-0a05
2021-04-29T00:45:37.184Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||Processing PNF resource: b74a77b9-8fc9-4888-b325-371bb20e0d33
2021-04-29T00:45:37.184Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:45:37.184Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_hqgHuWhopsNRW656oSrr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:45:37.184Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||Resource customization UUID: a55bf94c-9524-41eb-9f58-118494e3d873 is the same as notified resource customizationUUID: a55bf94c-9524-41eb-9f58-118494e3d873
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-04-29T00:45:37.231Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e0b5d1ed-0a05 b74a77b9-8fc9-4888-b325-371bb20e0d33 0 ASDC deployResourceStructure
2021-04-29T00:45:37.231Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar ASDC sendASDCNotification
2021-04-29T00:45:37.231Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar
2021-04-29T00:45:37.231Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T00:45:37.232Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:45:37.233Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:45:37.233Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657137231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:45:37.333Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:45:37.334Z||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-04-29T00:45:37.334Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:45:37.346Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:45:37.346Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:45:38.234Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ff6ee44-66a3-42f2-bb5d-f623324a5c84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-29T00:45:38.244Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ff6ee44-66a3-42f2-bb5d-f623324a5c84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T00:45:38.247Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T00:45:38.248Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T00:45:38.248Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T00:46:08.248Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ff6ee44-66a3-42f2-bb5d-f623324a5c84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-29T00:46:08.259Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ff6ee44-66a3-42f2-bb5d-f623324a5c84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T00:46:08.262Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T00:46:08.262Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T00:46:08.262Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T00:46:26.492Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:46:26.493Z||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-04-29T00:46:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:46:26.531Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:46:26.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657066490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:46:26.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657069493,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:46:26.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:46:26.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657071059,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:46:26.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:46:26.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657082601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "clamp",
  "timestamp": 1619657079361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657079634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657084109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "dcae-sch",
  "timestamp": 1619657081556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "policy-id",
  "timestamp": 1619657078267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657079184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657082601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "clamp",
  "timestamp": 1619657079361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657084109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657079634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "dcae-sch",
  "timestamp": 1619657081556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "policy-id",
  "timestamp": 1619657078267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657079184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "cds",
  "timestamp": 1619657087831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657082601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "clamp",
  "timestamp": 1619657079361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657084109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657079634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "dcae-sch",
  "timestamp": 1619657081556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "policy-id",
  "timestamp": 1619657078267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657079184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "cds",
  "timestamp": 1619657087831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657082601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "clamp",
  "timestamp": 1619657079361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657084109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657079634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "dcae-sch",
  "timestamp": 1619657081556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "policy-id",
  "timestamp": 1619657078267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657079184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "cds",
  "timestamp": 1619657087831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657082601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657084109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "clamp",
  "timestamp": 1619657079361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657079634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "dcae-sch",
  "timestamp": 1619657081556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "policy-id",
  "timestamp": 1619657078267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657079184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "cds",
  "timestamp": 1619657087831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657082601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657084109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657079634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "clamp",
  "timestamp": 1619657079361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "dcae-sch",
  "timestamp": 1619657081556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "policy-id",
  "timestamp": 1619657078267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657079184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "cds",
  "timestamp": 1619657087831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657082601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657084109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657079634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "clamp",
  "timestamp": 1619657079361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "dcae-sch",
  "timestamp": 1619657081556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "policy-id",
  "timestamp": 1619657078267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657079184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "cds",
  "timestamp": 1619657087831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657082601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657084109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657079634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "clamp",
  "timestamp": 1619657079361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "dcae-sch",
  "timestamp": 1619657081556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "policy-id",
  "timestamp": 1619657078267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:46:26.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657079184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:46:26.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "cds",
  "timestamp": 1619657087831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "policy-id",
  "timestamp": 1619657095206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:46:26.549Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:46:26.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657095339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:46:26.549Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:46:26.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "cds",
  "timestamp": 1619657087831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:46:26.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "policy-id",
  "timestamp": 1619657096209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:46:26.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:46:26.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657096600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T00:46:26.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:46:26.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "cds",
  "timestamp": 1619657096690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:46:26.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:46:26.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "policy-id",
  "timestamp": 1619657097212,
  "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-04-29T00:46:26.558Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ff6ee44-66a3-42f2-bb5d-f623324a5c84
2021-04-29T00:46:26.558Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ff6ee44-66a3-42f2-bb5d-f623324a5c84 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-04-29T00:46:26.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "aai-ml",
  "timestamp": 1619657096852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657097605,
  "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-04-29T00:46:26.577Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4ff6ee44-66a3-42f2-bb5d-f623324a5c84
2021-04-29T00:46:26.577Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ff6ee44-66a3-42f2-bb5d-f623324a5c84 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-04-29T00:46:26.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "cds",
  "timestamp": 1619657097695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-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-04-29T00:46:26.596Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ff6ee44-66a3-42f2-bb5d-f623324a5c84
2021-04-29T00:46:26.596Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ff6ee44-66a3-42f2-bb5d-f623324a5c84 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-04-29T00:46:26.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "aai-ml",
  "timestamp": 1619657096852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "clamp",
  "timestamp": 1619657098728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:46:26.606Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:46:26.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "aai-ml",
  "timestamp": 1619657096852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "aai-ml",
  "timestamp": 1619657096852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "clamp",
  "timestamp": 1619657100737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:46:26.607Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:46:26.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "aai-ml",
  "timestamp": 1619657096852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "clamp",
  "timestamp": 1619657101741,
  "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-04-29T00:46:26.611Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4ff6ee44-66a3-42f2-bb5d-f623324a5c84
2021-04-29T00:46:26.611Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ff6ee44-66a3-42f2-bb5d-f623324a5c84 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-04-29T00:46:26.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa283c2f-a6a8-4afa-a41a-1645c609e2ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657102418,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T00:46:26.619Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:46:26.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "aai-ml",
  "timestamp": 1619657096852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "aai-ml",
  "timestamp": 1619657096852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657103069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "aai-ml",
  "timestamp": 1619657096852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:46:26.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657103069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657103069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "aai-ml",
  "timestamp": 1619657105772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657103069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657103069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657103069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657103069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "aai-ml",
  "timestamp": 1619657110388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657103069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "aai-ml",
  "timestamp": 1619657111391,
  "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-04-29T00:46:26.625Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ff6ee44-66a3-42f2-bb5d-f623324a5c84
2021-04-29T00:46:26.626Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ff6ee44-66a3-42f2-bb5d-f623324a5c84 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-04-29T00:46:26.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657112324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:46:26.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:46:26.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657114181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:46:26.635Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:46:26.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-29T00:46:26.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657115185,
  "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-04-29T00:46:26.639Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ff6ee44-66a3-42f2-bb5d-f623324a5c84
2021-04-29T00:46:26.639Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ff6ee44-66a3-42f2-bb5d-f623324a5c84 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-04-29T00:46:38.263Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ff6ee44-66a3-42f2-bb5d-f623324a5c84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-29T00:46:38.275Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ff6ee44-66a3-42f2-bb5d-f623324a5c84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T00:46:38.277Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T00:46:38.277Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T00:46:38.277Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T00:46:38.277Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T00:46:38.277Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:46:38.277Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:46:38.277Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:46:38.278Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:46:38.278Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:46:38.278Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:46:38.278Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:46:38.278Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T00:46:38.282Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T00:47:08.283Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ff6ee44-66a3-42f2-bb5d-f623324a5c84 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-04-29T00:47:08.288Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ff6ee44-66a3-42f2-bb5d-f623324a5c84 and serviceModelVersionId: 301f8dde-27b0-47e0-b968-68f4d3e51a41
2021-04-29T00:47:08.288Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 343f3b38-e67e-410c-84c6-e4709bbf7752
2021-04-29T00:47:08.289Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/343f3b38-e67e-410c-84c6-e4709bbf7752/model-vers/model-ver/301f8dde-27b0-47e0-b968-68f4d3e51a41?depth=0
2021-04-29T00:47:08.293Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T00:47:08.323Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/343f3b38-e67e-410c-84c6-e4709bbf7752/model-vers/model-ver/301f8dde-27b0-47e0-b968-68f4d3e51a41?depth=0|INFO|500||Invoke
2021-04-29T00:47:08.323Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/343f3b38-e67e-410c-84c6-e4709bbf7752/model-vers/model-ver/301f8dde-27b0-47e0-b968-68f4d3e51a41?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/343f3b38-e67e-410c-84c6-e4709bbf7752/model-vers/model-ver/301f8dde-27b0-47e0-b968-68f4d3e51a41?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4ff6ee44-66a3-42f2-bb5d-f623324a5c84], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e4f449ed-312b-4c9c-a69d-d2b7ebcc115d], X-ECOMP-RequestID=[4ff6ee44-66a3-42f2-bb5d-f623324a5c84], X-TransactionId=[], X-ONAP-RequestID=[4ff6ee44-66a3-42f2-bb5d-f623324a5c84], Content-Type=[application/merge-patch+json]}
2021-04-29T00:47:08.349Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/343f3b38-e67e-410c-84c6-e4709bbf7752/model-vers/model-ver/301f8dde-27b0-47e0-b968-68f4d3e51a41?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T00:47:08.613Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/343f3b38-e67e-410c-84c6-e4709bbf7752/model-vers/model-ver/301f8dde-27b0-47e0-b968-68f4d3e51a41?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/343f3b38-e67e-410c-84c6-e4709bbf7752/model-vers/model-ver/301f8dde-27b0-47e0-b968-68f4d3e51a41?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210429-00:47:08:354-55248], vertex-id=[405632], Content-Length=[0], Date=[Thu, 29 Apr 2021 00:47:08 GMT], Content-Type=[application/json]}
2021-04-29T00:47:08.614Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/343f3b38-e67e-410c-84c6-e4709bbf7752/model-vers/model-ver/301f8dde-27b0-47e0-b968-68f4d3e51a41?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-29T00:47:08.614Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/343f3b38-e67e-410c-84c6-e4709bbf7752/model-vers/model-ver/301f8dde-27b0-47e0-b968-68f4d3e51a41?depth=0|INFO|500||InvokeReturn
2021-04-29T00:47:08.615Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T00:47:08.615Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||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-04-29T00:47:08.619Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-29T00:47:08.619Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ff6ee44-66a3-42f2-bb5d-f623324a5c84 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T00:47:08.619Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T00:47:08.620Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:47:08.621Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:47:08.622Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657228619,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T00:47:08.722Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T00:47:08.722Z||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-04-29T00:47:08.722Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:47:08.736Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:47:08.737Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T00:47:09.633Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:47:09.634Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|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-04-29T00:47:09.634Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|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 G8rjszERcIqcuwJC) ...
2021-04-29T00:47:19.177Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:47:26.490Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:47:26.491Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|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-04-29T00:47:26.491Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|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 G8rjszERcIqcuwJC) ...
2021-04-29T00:47:26.492Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:47:26.492Z||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-04-29T00:47:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:47:26.515Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:47:26.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:47:26.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657126490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:47:26.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:47:26.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:47:26.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657126490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:47:26.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:47:26.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:47:26.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657126490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:47:26.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:47:26.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:47:26.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657126490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:47:26.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:47:26.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:47:26.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657126490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:47:26.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:47:26.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:47:26.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657126490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/resourceInstances/pnfe0b5d1ed0a050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:47:26.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:47:26.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:47:26.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657126490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:47:26.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:47:26.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:47:26.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657126490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:47:26.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:47:26.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:47:26.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657135455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:47:26.517Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:47:26.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:47:26.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657137231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHqghuwhopsnrw656osrr/1.0/artifacts/service-DemoPnfHqghuwhopsnrw656osrr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:47:26.517Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:47:36.032Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:48:26.491Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:48:26.492Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:48:26.495Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|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-04-29T00:48:26.495Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|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 G8rjszERcIqcuwJC) ...
2021-04-29T00:48:26.496Z||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-04-29T00:48:26.496Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:48:26.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:48:26.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:48:26.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ff6ee44-66a3-42f2-bb5d-f623324a5c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657228619,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T00:48:26.525Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:48:27.122Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:48:27.123Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T00:48:27.123Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"44be605c-007b-42fa-8c2f-1fc9f05f499f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"89f456fc-53c8-487b-a0d5-78a304d0c072","serviceDescription":"service","serviceInvariantUUID":"db59bc12-5048-42a2-b8ee-28824f0c662e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"45aa8d98-46c2-43c0-a5fb-cb1912aa6a07","resourceInvariantUUID":"feb0d2d2-cd89-4f0a-bc3c-d5a92a158d19","resourceCustomizationUUID":"3ce76864-b1d5-467d-a1a7-0ef7000b0ddf","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":"NWE1MDZlZTYzNjZlNDk3OTgwZTU2ZDEzNDMxNWNiZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"96a1b4d2-389c-4017-9854-2fbbb6d7a9cd","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":"ODBlZjBhMjUxNzA5NTAwMzU2YWZmMGYwN2MxNDM2ZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c91ab1ed-f4b1-4f05-b5ab-2f1f6f8840be","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":"1a0b55e3-b402-492d-9d96-71e2926c473e","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":"8129ac88-cdd7-4a68-8582-0346554c1175","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":"cc5433b2-8cc5-4bda-a5a2-d96a487cfb6a","artifactVersion":"2","generatedFromUUID":"1a0b55e3-b402-492d-9d96-71e2926c473e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODlkZGQ4YTQ2MTQxNGVjMzA5MmEzNTBhNmJjY2NjZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"def9fc53-3a8a-4b43-a9c5-1de708838724","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Y2YyZjk1ZTYxYjE2YTk1Y2U0YmEzNTBjYmVjNTY1Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a502ff8-18fa-41d0-8e68-4ea401943125","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T00:48:27.128Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:48:27.128Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:48:27.133Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:48:27.133Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657306491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:48:27.234Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:48:27.235Z||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-04-29T00:48:27.235Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:48:27.248Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:48:27.249Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-29T00:48:28.134Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:48:28.135Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:48:28.137Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:48:28.138Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657306491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T00:48:28.238Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T00:48:28.238Z||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-04-29T00:48:28.238Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:48:28.249Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:48:28.249Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:48:29.138Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:48:29.139Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:48:29.141Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:48:29.141Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657306491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:48:29.243Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-29T00:48:29.244Z||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-04-29T00:48:29.244Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:48:29.256Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:48:29.257Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:48:30.142Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:48:30.143Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:48:30.145Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:48:30.145Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657306491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:48:30.245Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:48:30.246Z||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-04-29T00:48:30.246Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:48:30.257Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:48:30.257Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:48:31.146Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:48:31.147Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:48:31.149Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:48:31.149Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657306491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T00:48:31.249Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:48:31.250Z||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-04-29T00:48:31.250Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:48:31.263Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:48:31.263Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-29T00:48:32.150Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:48:32.150Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:48:32.152Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:48:32.152Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657306491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:48:32.252Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:48:32.253Z||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-04-29T00:48:32.253Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:48:32.265Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:48:32.265Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:48:33.152Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T00:48:33.154Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:48:33.156Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:48:33.156Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657306491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:48:33.256Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:48:33.258Z||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-04-29T00:48:33.258Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:48:33.268Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:48:33.268Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:48:34.158Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "89f456fc-53c8-487b-a0d5-78a304d0c072",
  "serviceDescription": "service",
  "serviceInvariantUUID": "db59bc12-5048-42a2-b8ee-28824f0c662e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "3ce76864-b1d5-467d-a1a7-0ef7000b0ddf",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "45aa8d98-46c2-43c0-a5fb-cb1912aa6a07",
      "resourceInvariantUUID": "feb0d2d2-cd89-4f0a-bc3c-d5a92a158d19",
      "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": "ODBlZjBhMjUxNzA5NTAwMzU2YWZmMGYwN2MxNDM2ZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c91ab1ed-f4b1-4f05-b5ab-2f1f6f8840be",
          "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": "1a0b55e3-b402-492d-9d96-71e2926c473e",
          "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": "cc5433b2-8cc5-4bda-a5a2-d96a487cfb6a",
            "generatedFromUUID": "1a0b55e3-b402-492d-9d96-71e2926c473e"
          },
          "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": "cc5433b2-8cc5-4bda-a5a2-d96a487cfb6a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Y2YyZjk1ZTYxYjE2YTk1Y2U0YmEzNTBjYmVjNTY1Yzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0a502ff8-18fa-41d0-8e68-4ea401943125"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T00:48:34.158Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T00:48:34.158Z|4ff6ee44-66a3-42f2-bb5d-f623324a5c84|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 89f456fc-53c8-487b-a0d5-78a304d0c072 ASDC
2021-04-29T00:48:34.159Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:44be605c-007b-42fa-8c2f-1fc9f05f499f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:89f456fc-53c8-487b-a0d5-78a304d0c072
ServiceInvariantUUID:db59bc12-5048-42a2-b8ee-28824f0c662e
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:0a502ff8-18fa-41d0-8e68-4ea401943125
ArtifactChecksum:Y2YyZjk1ZTYxYjE2YTk1Y2U0YmEzNTBjYmVjNTY1Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3ce76864-b1d5-467d-a1a7-0ef7000b0ddf
ResourceInvariantUUID:feb0d2d2-cd89-4f0a-bc3c-d5a92a158d19
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:45aa8d98-46c2-43c0-a5fb-cb1912aa6a07
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:c91ab1ed-f4b1-4f05-b5ab-2f1f6f8840be
ArtifactChecksum:ODBlZjBhMjUxNzA5NTAwMzU2YWZmMGYwN2MxNDM2ZDM=
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:1a0b55e3-b402-492d-9d96-71e2926c473e
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:cc5433b2-8cc5-4bda-a5a2-d96a487cfb6a
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:cc5433b2-8cc5-4bda-a5a2-d96a487cfb6a
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-29T00:48:34.159Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89f456fc-53c8-487b-a0d5-78a304d0c072 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T00:48:34.199Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T00:48:34.200Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T00:48:34.200Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T00:48:34.200Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0a502ff8-18fa-41d0-8e68-4ea401943125 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-29T00:48:34.200Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T00:48:34.200Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-29T00:48:34.496Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T00:48:34.500Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0a502ff8-18fa-41d0-8e68-4ea401943125 75140
2021-04-29T00:48:34.500Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-29T00:48:34.500Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-29T00:48:34.500Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T00:48:34.500Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:48:34.502Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:48:34.502Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657314500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:48:34.603Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:48:34.603Z||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-04-29T00:48:34.603Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:48:34.615Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:48:34.616Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:48:35.503Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T00:48:35.504Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T00:48:35.504Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0a502ff8-18fa-41d0-8e68-4ea401943125, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-29T00:48:35.504Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-29T00:48:35.505Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-29T00:48:35.505Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-29T00:48:35.633Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17183339181980554848/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-04-29T00:48:36.674Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T00:48:36.674Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-29T00:48:36.674Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-29T00:48:36.674Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-29T00:48:36.674Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:36.674Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:36.674Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:36.675Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-29T00:48:36.675Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-29T00:48:36.675Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-29T00:48:36.675Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:36.675Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-29T00:48:36.675Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-29T00:48:36.675Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-29T00:48:36.675Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-29T00:48:36.675Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:36.675Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:48:36.676Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-29T00:48:36.676Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-29T00:48:36.676Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T00:48:36.676Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:36.676Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:48:36.676Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-29T00:48:36.676Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-29T00:48:36.676Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T00:48:36.677Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:36.677Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:48:36.677Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:36.677Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-29T00:48:36.677Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-29T00:48:36.677Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-29T00:48:36.677Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-29T00:48:36.677Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-29T00:48:36.677Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-29T00:48:36.677Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:36.677Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T00:48:36.678Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:36.678Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-29T00:48:36.678Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:48:36.678Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:36.678Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-29T00:48:36.678Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:48:36.678Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:36.678Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-29T00:48:36.678Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:48:36.678Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:36.679Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-29T00:48:36.679Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-29T00:48:36.679Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-29T00:48:36.679Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f58e1dc7-bd8b-4ebe-a28f-e3eafbcc813c
2021-04-29T00:48:36.679Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:36.679Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:48:36.679Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:36.679Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:48:36.679Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:36.679Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:48:36.679Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:36.679Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:48:36.679Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:89f456fc-53c8-487b-a0d5-78a304d0c072
Model Version:NULL
Model InvariantUuid:db59bc12-5048-42a2-b8ee-28824f0c662e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:98aeec21-e763-4c19-b148-0211057eb831
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:feb0d2d2-cd89-4f0a-bc3c-d5a92a158d19
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3ce76864-b1d5-467d-a1a7-0ef7000b0ddf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a580eda0-9300-4ef8-9c39-a32d7019f73e
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:9022dab5-b385-43ac-8301-f4aec01c2c37
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f58e1dc7-bd8b-4ebe-a28f-e3eafbcc813c
ModelInvariantUuid:e474eff3-a9af-40b9-9b0e-306a4aef5632
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:99e742ac-ea05-4715-a0d2-96aa99e87895
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:14b40a7c-088d-4446-8481-39d18dccffae
ModelInvariantUuid:f9c214d8-7362-46ad-9194-35f3f0b7dd3c
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:28bf9f63-4827-42ea-9b14-4d189535f6f5
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-04-29T00:48:36.687Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 45aa8d98-46c2-43c0-a5fb-cb1912aa6a07
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-04-29T00:48:36.690Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||basic_vm 0
2021-04-29T00:48:36.691Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 45aa8d98-46c2-43c0-a5fb-cb1912aa6a07
2021-04-29T00:48:36.691Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c91ab1ed-f4b1-4f05-b5ab-2f1f6f8840be from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-29T00:48:36.691Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T00:48:36.691Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:36.951Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T00:48:36.951Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c91ab1ed-f4b1-4f05-b5ab-2f1f6f8840be 787
2021-04-29T00:48:36.951Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:36.951Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:36.951Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T00:48:36.952Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:48:36.953Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:48:36.953Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657316951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:48:37.054Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T00:48:37.055Z||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-04-29T00:48:37.055Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:48:37.065Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:48:37.065Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:48:37.954Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a580eda0-9300-4ef8-9c39-a32d7019f73e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9022dab5-b385-43ac-8301-f4aec01c2c37",
    "vfModuleModelCustomizationUUID": "6d01ab29-1a78-4fe8-bbce-7777040100cb",
    "isBase": true,
    "artifacts": [
      "1a0b55e3-b402-492d-9d96-71e2926c473e",
      "cc5433b2-8cc5-4bda-a5a2-d96a487cfb6a"
    ],
    "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-04-29T00:48:37.960Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9022dab5-b385-43ac-8301-f4aec01c2c37
VfModuleModelInvariantUUID:a580eda0-9300-4ef8-9c39-a32d7019f73e
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a0b55e3-b402-492d-9d96-71e2926c473e
,
cc5433b2-8cc5-4bda-a5a2-d96a487cfb6a

}
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-04-29T00:48:37.965Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a580eda0-9300-4ef8-9c39-a32d7019f73e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9022dab5-b385-43ac-8301-f4aec01c2c37",
    "vfModuleModelCustomizationUUID": "6d01ab29-1a78-4fe8-bbce-7777040100cb",
    "isBase": true,
    "artifacts": [
      "1a0b55e3-b402-492d-9d96-71e2926c473e",
      "cc5433b2-8cc5-4bda-a5a2-d96a487cfb6a"
    ],
    "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-04-29T00:48:37.966Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9022dab5-b385-43ac-8301-f4aec01c2c37
VfModuleModelInvariantUUID:a580eda0-9300-4ef8-9c39-a32d7019f73e
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a0b55e3-b402-492d-9d96-71e2926c473e
,
cc5433b2-8cc5-4bda-a5a2-d96a487cfb6a

}
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-04-29T00:48:37.966Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1a0b55e3-b402-492d-9d96-71e2926c473e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-29T00:48:37.966Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T00:48:37.966Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:38.420Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T00:48:38.421Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1a0b55e3-b402-492d-9d96-71e2926c473e 5033
2021-04-29T00:48:38.421Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:38.421Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:38.421Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T00:48:38.421Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:48:38.423Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:48:38.423Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657318421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:48:38.523Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:48:38.524Z||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-04-29T00:48:38.525Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:48:38.535Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:48:38.535Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-29T00:48:39.424Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cc5433b2-8cc5-4bda-a5a2-d96a487cfb6a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-29T00:48:39.424Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T00:48:39.424Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:40.053Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T00:48:40.053Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env cc5433b2-8cc5-4bda-a5a2-d96a487cfb6a 903
2021-04-29T00:48:40.053Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:40.054Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:40.054Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T00:48:40.054Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:48:40.055Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:48:40.055Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657320053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:48:40.156Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:48:40.157Z||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-04-29T00:48:40.157Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:48:40.169Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:48:40.169Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:48:41.056Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 89f456fc-53c8-487b-a0d5-78a304d0c072
2021-04-29T00:48:41.057Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 45aa8d98-46c2-43c0-a5fb-cb1912aa6a07 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-04-29T00:48:41.075Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:41.075Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:48:41.075Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-04-29T00:48:41.075Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3ce76864-b1d5-467d-a1a7-0ef7000b0ddf
2021-04-29T00:48:41.075Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3ce76864-b1d5-467d-a1a7-0ef7000b0ddf matches Tosca VF Customization UUID: 3ce76864-b1d5-467d-a1a7-0ef7000b0ddf
2021-04-29T00:48:41.075Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3ce76864-b1d5-467d-a1a7-0ef7000b0ddf  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-04-29T00:48:41.079Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:41.079Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:48:41.080Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3ce76864-b1d5-467d-a1a7-0ef7000b0ddf: {\"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-04-29T00:48:41.080Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6824ab7b
2021-04-29T00:48:41.080Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:41.081Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T00:48:41.081Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6d01ab29-1a78-4fe8-bbce-7777040100cb
2021-04-29T00:48:41.081Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6d01ab29-1a78-4fe8-bbce-7777040100cb
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-04-29T00:48:41.083Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:41.084Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-29T00:48:41.084Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:48:41.084Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:41.084Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-29T00:48:41.084Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:48:41.084Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:41.084Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-29T00:48:41.084Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-29T00:48:41.085Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-29T00:48:41.085Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f58e1dc7-bd8b-4ebe-a28f-e3eafbcc813c
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-04-29T00:48:41.087Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:41.087Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-29T00:48:41.087Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T00:48:41.087Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:41.087Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-29T00:48:41.088Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=3ce76864-b1d5-467d-a1a7-0ef7000b0ddf
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-04-29T00:48:41.089Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:41.089Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:48:41.090Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 89f456fc-53c8-487b-a0d5-78a304d0c072: basic_vm
2021-04-29T00:48:41.090Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:41.090Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:48:41.090Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:41.090Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:48:41.090Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:41.090Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:48:41.090Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:41.091Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:48:41.091Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T00:48:41.091Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T00:48:41.091Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:41.179Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 45aa8d98-46c2-43c0-a5fb-cb1912aa6a07 1 ASDC deployResourceStructure
2021-04-29T00:48:41.179Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:41.180Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:41.180Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T00:48:41.180Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:48:41.182Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:48:41.183Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657321179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T00:48:41.283Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:48:41.284Z||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-04-29T00:48:41.284Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:48:41.295Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:48:41.296Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:48:42.184Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:42.185Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:42.185Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T00:48:42.185Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:48:42.188Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:48:42.188Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657322184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T00:48:42.288Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:48:42.288Z||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-04-29T00:48:42.288Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:48:42.303Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:48:42.303Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:48:43.189Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:43.190Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:48:43.190Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T00:48:43.190Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:48:43.191Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:48:43.192Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657323189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-29T00:48:43.292Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T00:48:43.292Z||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-04-29T00:48:43.293Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:48:43.305Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:48:43.305Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T00:48:44.193Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-29T00:48:44.193Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-29T00:48:44.193Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T00:48:44.193Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:48:44.195Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:48:44.195Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657324193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:48:44.295Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T00:48:44.296Z||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-04-29T00:48:44.296Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:48:44.307Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:48:44.308Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-29T00:48:45.196Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44be605c-007b-42fa-8c2f-1fc9f05f499f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-29T00:48:45.207Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44be605c-007b-42fa-8c2f-1fc9f05f499f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T00:48:45.217Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T00:48:45.217Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T00:48:45.217Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T00:49:15.218Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44be605c-007b-42fa-8c2f-1fc9f05f499f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-29T00:49:15.231Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44be605c-007b-42fa-8c2f-1fc9f05f499f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T00:49:15.233Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T00:49:15.233Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T00:49:15.233Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T00:49:26.492Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:49:26.493Z||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-04-29T00:49:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:49:26.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:49:26.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "clamp",
  "timestamp": 1619657259361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "cds",
  "timestamp": 1619657252831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657253069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "policy-id",
  "timestamp": 1619657258267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657259634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "cds",
  "timestamp": 1619657252831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657253069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "clamp",
  "timestamp": 1619657259361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "policy-id",
  "timestamp": 1619657258267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657259634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "cds",
  "timestamp": 1619657252831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657253069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "clamp",
  "timestamp": 1619657259361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "policy-id",
  "timestamp": 1619657258267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "dcae-sch",
  "timestamp": 1619657261556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657259634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "cds",
  "timestamp": 1619657252831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657253069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "clamp",
  "timestamp": 1619657259361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "dcae-sch",
  "timestamp": 1619657261556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "policy-id",
  "timestamp": 1619657258267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657262601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657259634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "cds",
  "timestamp": 1619657252831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657253069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "dcae-sch",
  "timestamp": 1619657261556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "clamp",
  "timestamp": 1619657259361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "policy-id",
  "timestamp": 1619657258267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657262601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657259634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657264109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "cds",
  "timestamp": 1619657252831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657253069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "clamp",
  "timestamp": 1619657259361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "dcae-sch",
  "timestamp": 1619657261556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "policy-id",
  "timestamp": 1619657258267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657262601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657259634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657264109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "cds",
  "timestamp": 1619657252831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657259184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "clamp",
  "timestamp": 1619657259361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657253069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "policy-id",
  "timestamp": 1619657258267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "dcae-sch",
  "timestamp": 1619657261556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657262601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619657259634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657264109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "dcae-sch",
  "timestamp": 1619657261556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657262601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657267577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "policy-id",
  "timestamp": 1619657267575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "cds",
  "timestamp": 1619657267631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657267634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657264109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "dcae-sch",
  "timestamp": 1619657261556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657262601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "policy-id",
  "timestamp": 1619657268578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "cds",
  "timestamp": 1619657268635,
  "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-04-29T00:49:26.544Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 44be605c-007b-42fa-8c2f-1fc9f05f499f
2021-04-29T00:49:26.544Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44be605c-007b-42fa-8c2f-1fc9f05f499f 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-04-29T00:49:26.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657264109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657269127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:49:26.554Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657262601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "policy-id",
  "timestamp": 1619657269580,
  "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-04-29T00:49:26.560Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44be605c-007b-42fa-8c2f-1fc9f05f499f
2021-04-29T00:49:26.560Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44be605c-007b-42fa-8c2f-1fc9f05f499f 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-04-29T00:49:26.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657264109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657269983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:49:26.570Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657264109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619657270987,
  "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-04-29T00:49:26.576Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44be605c-007b-42fa-8c2f-1fc9f05f499f
2021-04-29T00:49:26.576Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44be605c-007b-42fa-8c2f-1fc9f05f499f 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-04-29T00:49:26.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657271016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:49:26.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657271031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:49:26.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657272071,
  "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-04-29T00:49:26.590Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44be605c-007b-42fa-8c2f-1fc9f05f499f
2021-04-29T00:49:26.590Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44be605c-007b-42fa-8c2f-1fc9f05f499f 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-04-29T00:49:26.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657272517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:49:26.598Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657272739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:49:26.598Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619657273076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T00:49:26.599Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657273843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:49:26.599Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657273966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:49:26.599Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657274970,
  "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-04-29T00:49:26.606Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44be605c-007b-42fa-8c2f-1fc9f05f499f
2021-04-29T00:49:26.607Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44be605c-007b-42fa-8c2f-1fc9f05f499f 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-04-29T00:49:26.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657275081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:49:26.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619657275973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T00:49:26.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657276086,
  "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-04-29T00:49:26.622Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44be605c-007b-42fa-8c2f-1fc9f05f499f
2021-04-29T00:49:26.622Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44be605c-007b-42fa-8c2f-1fc9f05f499f 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-04-29T00:49:26.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619657277091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T00:49:26.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "aai-ml",
  "timestamp": 1619657276852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "aai-ml",
  "timestamp": 1619657276852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "clamp",
  "timestamp": 1619657278753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:49:26.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "aai-ml",
  "timestamp": 1619657276852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "aai-ml",
  "timestamp": 1619657276852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "clamp",
  "timestamp": 1619657280765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:49:26.632Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "aai-ml",
  "timestamp": 1619657276852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "clamp",
  "timestamp": 1619657281768,
  "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-04-29T00:49:26.639Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 44be605c-007b-42fa-8c2f-1fc9f05f499f
2021-04-29T00:49:26.639Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44be605c-007b-42fa-8c2f-1fc9f05f499f 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-04-29T00:49:26.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "aai-ml",
  "timestamp": 1619657276852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:49:26.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "aai-ml",
  "timestamp": 1619657276852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:49:26.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:49:26.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "aai-ml",
  "timestamp": 1619657284733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:49:26.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "aai-ml",
  "timestamp": 1619657290599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:49:26.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:49:26.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T00:49:26.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "aai-ml",
  "timestamp": 1619657291603,
  "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-04-29T00:49:26.657Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 44be605c-007b-42fa-8c2f-1fc9f05f499f
2021-04-29T00:49:26.658Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44be605c-007b-42fa-8c2f-1fc9f05f499f 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-04-29T00:49:45.234Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44be605c-007b-42fa-8c2f-1fc9f05f499f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-29T00:49:45.243Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44be605c-007b-42fa-8c2f-1fc9f05f499f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T00:49:45.246Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T00:49:45.246Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T00:49:45.246Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T00:49:45.246Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T00:49:45.246Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:49:45.246Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:49:45.246Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:49:45.246Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:49:45.246Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:49:45.246Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T00:49:45.246Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T00:49:45.251Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T00:50:15.251Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44be605c-007b-42fa-8c2f-1fc9f05f499f 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-04-29T00:50:15.258Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44be605c-007b-42fa-8c2f-1fc9f05f499f and serviceModelVersionId: 89f456fc-53c8-487b-a0d5-78a304d0c072
2021-04-29T00:50:15.258Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : db59bc12-5048-42a2-b8ee-28824f0c662e
2021-04-29T00:50:15.259Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/db59bc12-5048-42a2-b8ee-28824f0c662e/model-vers/model-ver/89f456fc-53c8-487b-a0d5-78a304d0c072?depth=0
2021-04-29T00:50:15.265Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T00:50:15.306Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db59bc12-5048-42a2-b8ee-28824f0c662e/model-vers/model-ver/89f456fc-53c8-487b-a0d5-78a304d0c072?depth=0|INFO|500||Invoke
2021-04-29T00:50:15.307Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db59bc12-5048-42a2-b8ee-28824f0c662e/model-vers/model-ver/89f456fc-53c8-487b-a0d5-78a304d0c072?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db59bc12-5048-42a2-b8ee-28824f0c662e/model-vers/model-ver/89f456fc-53c8-487b-a0d5-78a304d0c072?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44be605c-007b-42fa-8c2f-1fc9f05f499f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9435b203-220f-448f-b54a-c8176b42db3b], X-ECOMP-RequestID=[44be605c-007b-42fa-8c2f-1fc9f05f499f], X-TransactionId=[], X-ONAP-RequestID=[44be605c-007b-42fa-8c2f-1fc9f05f499f], Content-Type=[application/merge-patch+json]}
2021-04-29T00:50:15.325Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db59bc12-5048-42a2-b8ee-28824f0c662e/model-vers/model-ver/89f456fc-53c8-487b-a0d5-78a304d0c072?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T00:50:15.610Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db59bc12-5048-42a2-b8ee-28824f0c662e/model-vers/model-ver/89f456fc-53c8-487b-a0d5-78a304d0c072?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/db59bc12-5048-42a2-b8ee-28824f0c662e/model-vers/model-ver/89f456fc-53c8-487b-a0d5-78a304d0c072?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210429-00:50:15:330-6234], vertex-id=[696392], Content-Length=[0], Date=[Thu, 29 Apr 2021 00:50:15 GMT], Content-Type=[application/json]}
2021-04-29T00:50:15.610Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db59bc12-5048-42a2-b8ee-28824f0c662e/model-vers/model-ver/89f456fc-53c8-487b-a0d5-78a304d0c072?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-29T00:50:15.611Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db59bc12-5048-42a2-b8ee-28824f0c662e/model-vers/model-ver/89f456fc-53c8-487b-a0d5-78a304d0c072?depth=0|INFO|500||InvokeReturn
2021-04-29T00:50:15.611Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T00:50:15.611Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||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-04-29T00:50:15.616Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-29T00:50:15.617Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44be605c-007b-42fa-8c2f-1fc9f05f499f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T00:50:15.617Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T00:50:15.617Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T00:50:15.622Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T00:50:15.622Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657415617,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T00:50:15.720Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-04-29T00:50:15.720Z||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-04-29T00:50:15.721Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as G8rjszERcIqcuwJC) ...
2021-04-29T00:50:15.735Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:50:15.736Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T00:50:16.634Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:50:16.635Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|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-04-29T00:50:16.635Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|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 G8rjszERcIqcuwJC) ...
2021-04-29T00:50:26.187Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:50:26.490Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:50:26.491Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|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-04-29T00:50:26.491Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|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 G8rjszERcIqcuwJC) ...
2021-04-29T00:50:26.492Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:50:26.492Z||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-04-29T00:50:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:50:26.511Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:50:26.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T00:50:26.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657306491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:50:26.513Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:50:26.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T00:50:26.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657306491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T00:50:26.513Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:50:26.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T00:50:26.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657306491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T00:50:26.513Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:50:26.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T00:50:26.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657306491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:50:26.513Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:50:26.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T00:50:26.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657306491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T00:50:26.513Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:50:26.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T00:50:26.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657306491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T00:50:26.513Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657306491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657314500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657316951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657318421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657320053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657321179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T00:50:26.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657322184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T00:50:26.515Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:50:26.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T00:50:26.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657323189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-29T00:50:26.515Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:50:26.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T00:50:26.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657324193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T00:50:26.515Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:50:36.029Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:51:26.490Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:51:26.491Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|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-04-29T00:51:26.492Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|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 G8rjszERcIqcuwJC) ...
2021-04-29T00:51:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:51:26.492Z||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-04-29T00:51:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:51:27.018Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:51:27.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T00:51:27.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44be605c-007b-42fa-8c2f-1fc9f05f499f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619657415617,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T00:51:27.019Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T00:51:36.040Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:52:26.490Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:52:26.491Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|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-04-29T00:52:26.491Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|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 G8rjszERcIqcuwJC) ...
2021-04-29T00:52:26.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:52:26.492Z||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-04-29T00:52:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:52:36.035Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:52:36.035Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:53:26.490Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:53:26.491Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|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-04-29T00:53:26.491Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|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 G8rjszERcIqcuwJC) ...
2021-04-29T00:53:26.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:53:26.492Z||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-04-29T00:53:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:53:36.037Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:53:36.042Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:54:26.490Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:54:26.491Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|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-04-29T00:54:26.492Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|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 G8rjszERcIqcuwJC) ...
2021-04-29T00:54:26.492Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:54:26.493Z||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-04-29T00:54:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:54:36.043Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:54:36.043Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:55:26.490Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:55:26.491Z||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-04-29T00:55:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:55:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:55:26.493Z||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-04-29T00:55:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:55:36.038Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:55:36.039Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:56:26.490Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:56:26.491Z||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-04-29T00:56:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:56:26.492Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:56:26.492Z||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-04-29T00:56:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:56:36.036Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:56:36.041Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:57:26.490Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:57:26.492Z||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-04-29T00:57:26.492Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:57:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:57:26.493Z||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-04-29T00:57:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:57:36.040Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:57:36.048Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:58:26.490Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:58:26.491Z||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-04-29T00:58:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T00:58:26.492Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:58:26.493Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|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-04-29T00:58:26.493Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|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 G8rjszERcIqcuwJC) ...
2021-04-29T00:58:36.038Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:58:36.038Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:59:26.490Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:59:26.491Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|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-04-29T00:59:26.491Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|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 G8rjszERcIqcuwJC) ...
2021-04-29T00:59:26.492Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:59:26.493Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|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-04-29T00:59:26.493Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|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 G8rjszERcIqcuwJC) ...
2021-04-29T00:59:36.041Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:59:36.042Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:00:26.490Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:00:26.491Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|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-04-29T01:00:26.491Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|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 G8rjszERcIqcuwJC) ...
2021-04-29T01:00:26.492Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:00:26.492Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|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-04-29T01:00:26.492Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|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 G8rjszERcIqcuwJC) ...
2021-04-29T01:00:36.036Z|44be605c-007b-42fa-8c2f-1fc9f05f499f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:00:36.041Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:01:26.490Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:01:26.491Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|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-04-29T01:01:26.491Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|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 G8rjszERcIqcuwJC) ...
2021-04-29T01:01:26.492Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:01:26.492Z||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-04-29T01:01:26.492Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T01:01:36.035Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:01:36.036Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:02:26.490Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:02:26.491Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|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-04-29T01:02:26.491Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|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 G8rjszERcIqcuwJC) ...
2021-04-29T01:02:26.492Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:02:26.493Z||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-04-29T01:02:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T01:02:36.037Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:02:36.038Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:03:26.490Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:03:26.491Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|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-04-29T01:03:26.492Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|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 G8rjszERcIqcuwJC) ...
2021-04-29T01:03:26.492Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:03:26.492Z||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-04-29T01:03:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T01:03:36.032Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:03:36.036Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:04:26.490Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:04:26.491Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:04:26.491Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as G8rjszERcIqcuwJC) ...
2021-04-29T01:04:26.492Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:04:26.494Z||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-04-29T01:04:26.494Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T01:04:36.037Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:04:36.037Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:05:26.491Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:05:26.492Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:05:26.493Z||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-04-29T01:05:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T01:05:26.493Z||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-04-29T01:05:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T01:05:36.045Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:05:36.046Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:06:26.490Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:06:26.491Z||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-04-29T01:06:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T01:06:26.492Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:06:26.493Z||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-04-29T01:06:26.493Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T01:06:36.036Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:06:36.036Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:07:26.490Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:07:26.491Z||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-04-29T01:07:26.491Z||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 G8rjszERcIqcuwJC) ...
2021-04-29T01:07:26.492Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:07:26.492Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|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-04-29T01:07:26.492Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|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 G8rjszERcIqcuwJC) ...
2021-04-29T01:07:36.037Z|9bf9b4bb-cf91-4712-b306-99fa62d820ee|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:07:36.037Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK